G
Guest
I have an unbound text box on a report that shows the date from data typed in
an unbound text box on the form (menu) from which the report is opened. The
info from this text box on the menu is also used in some underlying queries
and effects the data on several reports incuding this one.
So, I wanted the date to show up on the report so users would understand
their data is as of that particular date.
It is setup such as...form![Menu].[Text1] This works fine...except, if
the user fails to type the date in the text box on the menu; I'd like it to
tell the user so they know why their report has a blank column.
Can I somehow attach an event to the unbound text box. So, if it is blank
it will print somehting such as...."No Date for Data Enter"
Thank you
an unbound text box on the form (menu) from which the report is opened. The
info from this text box on the menu is also used in some underlying queries
and effects the data on several reports incuding this one.
So, I wanted the date to show up on the report so users would understand
their data is as of that particular date.
It is setup such as...form![Menu].[Text1] This works fine...except, if
the user fails to type the date in the text box on the menu; I'd like it to
tell the user so they know why their report has a blank column.
Can I somehow attach an event to the unbound text box. So, if it is blank
it will print somehting such as...."No Date for Data Enter"
Thank you