From: paul bennett on
the line:
DoCmd.OpenQuery DELETEtbldatentry

shows me an error message: DELETEtbldatentry = empty

The name is correct and the query works fine when opened manually. What am I
doing wrong?
From: Jeff Boyce on
why post twice?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"paul bennett" <paulbennett(a)discussions.microsoft.com> wrote in message
news:DFC4A00F-6726-4F0F-B955-C4D807152124(a)microsoft.com...
> the line:
> DoCmd.OpenQuery DELETEtbldatentry
>
> shows me an error message: DELETEtbldatentry = empty
>
> The name is correct and the query works fine when opened manually. What am
> I
> doing wrong?