G
Guest
I have a form used as a menu. Most reports on this menu have buttons to open
them. There is a text box on the form that the user enters a date into. All
the queries for these reports refer to this text box to filter records.
After entering the date in the text box, I'd like a report to open
automatically to warn the user if there is more than one price showing active
that needs to be corrected before opening the other reports.
I tried to use the lost focus command for the text box as follows, but am
not putting it in correctly....
DoCmd.OpenReport "BOMMultiplePricing" , acViewNormal , ,
I've tried more and less commas, parenthesis, brackets....can't figure out
what I'm doing wrong. Pls Help.
them. There is a text box on the form that the user enters a date into. All
the queries for these reports refer to this text box to filter records.
After entering the date in the text box, I'd like a report to open
automatically to warn the user if there is more than one price showing active
that needs to be corrected before opening the other reports.
I tried to use the lost focus command for the text box as follows, but am
not putting it in correctly....
DoCmd.OpenReport "BOMMultiplePricing" , acViewNormal , ,
I've tried more and less commas, parenthesis, brackets....can't figure out
what I'm doing wrong. Pls Help.