You can certainly try the following, but I can't guarantee it will eliminate
the messages.
Esentially, use
{ IF { DATABASE field with a SELECT count query } = 0
""
"{ DATABASE field you really want }" }
e.g. if your query is SELECT * FROM xyz, then try using "SELECT count(*)
FROM xyz" in the first DATABASE field. Ensure that the field does not have
the \h switch. In that case, a scalar value is returned and Word does not
try to turn it into a table.
--
Peter Jamieson
MS Word MVP
> I am using {database} to insert several sections of
> information into a report. However some of these sections
[quoted text clipped - 5 lines]
> user does not have to sit there pressing enter or clicking
> OK every so often?