FAO Howard Brody

J

Jeremy

Re presenting form information

Hi Howard,

Thanks for the help. I have followed instructions but
even though the query I set up is in the format you
suggest I just get a blank field returned where I should
have the name of the selected customer from the database.
Any ideas please?
 
P

PC Datasheet

Jeremy,

Base the report on your customer table. Put a button on your form to open the
report. Put this code in the OnClick event of the button:

DoCmd.OpenReport "MyReport",acPreview, "[CustomerID] = " & Me!CustomerID

The report will contain the record of the customer you have on the screen.
 

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