Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson Peter Jamieson is offline
external usenet poster
 
Posts: 4,582
Default SQL errors in mail merge

Glad you got it sorted as I only just managed to get back to it...

--
Peter Jamieson
http://tips.pjmsn.me.uk

"projectmergeleader" wrote in
message ...
I've got it sorted. I just needed to create a seperate query and then join
the two.

Thanks,

S

"projectmergeleader" wrote:

SELECT [Address Table].address, Count(text_message_table.Message) AS
CountOfMessage, [Product Table].product_description, [Product
Table].price,
[Address Table].pay_sms, [Address Table].company_name
FROM [Product Table] INNER JOIN ([Address Table] LEFT JOIN
text_message_table ON [Address Table].client_id =
text_message_table.Client)
ON [Product Table].client_id = [Address Table].client_id
WHERE (((text_message_table.ReminderDue) Between [Enter start date in the
format DD/MM/YYYY] And [Enter end date in the format DD/MM/YYYY]))
GROUP BY [Address Table].address, [Product Table].product_description,
[Product Table].price, [Address Table].pay_sms, [Address
Table].company_name;

The join isnt actually the problem. I now have an outer join set up. The
problem is that the final table only contains entries for each address if
there exists a entry in the text_message_table between the date that are
entered. I need it to return all of the entries in the address table but
only
count the number of messages between the dates. So I think the problem is
in
the where clause.

Thanks,

S


"projectmergeleader" wrote:


Its the default language in microsoft access so im gusessing it is
Jet/access.

Thanks,

Steve


"Peter Jamieson" wrote:

I'll try to pick this up later or tomorrow, but which dialect of SQL
is
this? It looks like Jet/Access, but I'd like to be sure it's not
something
like Transact-SQL.

--
Peter Jamieson
http://tips.pjmsn.me.uk



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors in Merge Document ReneeC Mailmerge 8 October 30th 06 11:37 AM
What causes field calculation errors in mail merge? Shelley78 Mailmerge 3 March 16th 06 09:39 AM
Mail Merge errors Hali Cleveland Mailmerge 2 December 12th 05 05:56 PM
How to identify and correct mail merge 'field calculation errors' Janet2357 Mailmerge 0 September 8th 05 07:15 PM
Merge errors [email protected] Mailmerge 4 February 10th 05 12:17 AM


All times are GMT +1. The time now is 12:47 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"