Report re-print

G

gchichester

I have a db that I use for tracking information, It has just few forms and 1
report.
After a recorded is entered and saved, I open a report of just that record
and email it,
which works fine. When I try to reprint a existing record/report using this
simple query

SELECT [Booking Notice].*, [Booking Notice].[Booking no]
FROM [Booking Notice]
WHERE ((([Booking Notice].[Booking no])=[Enter Booking Number]));

it runs and then displaying print preview of the report,
the first report is the one queried, but it also displays a report for every
record
in the db.
Any ideas what I'm doing wrong.

Thanks for any and all comments

Gilc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top