B
Basil via AccessMonster.com
I have a parameter report that requests the user to enter a specific date,
and then the system returns a list of records for that date. When there are
no records found, the report displays with either "Error" or null data in the
text boxes. I would like to set it up so that the user receives a message
"No Matching Records Found" (as the blank report could be more confusing).
Q1. Is Event Procedure in the Report's Properties/Event for either On No Data
or On Error (not sure which to use) appropriate here?
Q2. When I select "..." to build the Event Procedure, the VB window opens and
then I'm lost because I don't know how to code in VB. Can anyone point me in
the right direction?
Q3. I found the object browser within the VB window. Is this a good place to
start for writing VB code without knowing much about the syntax?
and then the system returns a list of records for that date. When there are
no records found, the report displays with either "Error" or null data in the
text boxes. I would like to set it up so that the user receives a message
"No Matching Records Found" (as the blank report could be more confusing).
Q1. Is Event Procedure in the Report's Properties/Event for either On No Data
or On Error (not sure which to use) appropriate here?
Q2. When I select "..." to build the Event Procedure, the VB window opens and
then I'm lost because I don't know how to code in VB. Can anyone point me in
the right direction?
Q3. I found the object browser within the VB window. Is this a good place to
start for writing VB code without knowing much about the syntax?