S
Sash
Hopefully this will make sense.
I have a main form with a date range. From this form I execute many checks
against the data for this date range. One such check includes a Module that
I execute from a Open Form Event for a form called frmConcurrent. The code
in this event is:
Call CheckConcurrent
DoCmd.Requery
The reason I requery is that the form I'm opening may have changes based on
the processes in the module. Sorry, I'm still new to a lot of this, so may
be executing this all wrong. My question is that I want to only run the
module for a date range that exists on the Main Form. I know how to pass the
date on open forms, but just not sure how to do this in the module.
I have a main form with a date range. From this form I execute many checks
against the data for this date range. One such check includes a Module that
I execute from a Open Form Event for a form called frmConcurrent. The code
in this event is:
Call CheckConcurrent
DoCmd.Requery
The reason I requery is that the form I'm opening may have changes based on
the processes in the module. Sorry, I'm still new to a lot of this, so may
be executing this all wrong. My question is that I want to only run the
module for a date range that exists on the Main Form. I know how to pass the
date on open forms, but just not sure how to do this in the module.