1. Your Field [Date] has zero time component, i.e. no time value. Thus you
don't need to strip it. If you show zero time on your MailMerge doc, it is
because of the format on the MergeField in your MailMerge doc. Right-click
on the MergeField and choose a suitable format.
2. If you are talking about the Field [Time] in your database, then don't
include it in your MailMerge doc.
3. Both "Date" & "Time" are bad choices for Field names as there are
inbuilt functions Date() and Time() and also Date statement and Time
statement. It can get very cofusing when you write VBA code. Suggest you
change the Field names if possible.
4. MailMerge doc can use normal SELECT Queries. I have never tried
Cross-Tab Query but I don't think MailMerge can use Cross-Tab Queries since
the number of Columns are not fixed in Cross-Tab Queries. Hence Cross-Tab
Queries do not appear in the DataSource selection list for MailMerge.
--
HTH
Van T. Dinh
MVP (Access)
magmike said:
Thanks for the tips, but it didn't work! Someone else gave me a tip on how
to actually strip the time out of the raw data, but that didn't seem to work
either. I'm not sure what's going on. If you want to play with it yourself,
you can download it from
http://www.netterweb.com/ffa.zip. I'll leave it on
the server for a couple of days.
Thanks for your help,
Mike