E
EarlCPhillips
I have a form "Scheduled" showing which groups of volunteers will be here on
a given date. It is opened by a command button click event and some VBA
code. The data source query has a Between [Start Date] And [End Date]
operator within it that requests the user enter the starting and ending dates
for the "Scheduled" data.
I now want to call the "Scheduled" form from within another form displaying
"total volunteers" expected for that range of dates. I want to capture the
date from a record on the "total volunteers" form and pass it to the
"Scheduled" forms' record source queries' Between operators programmatically.
I am able to capture the date from the "total volunteers" form just fine,
but I cannot seem to pass that date to the query operator Between [Start
Date] And [End Date] either before or after opening the "Scheduled" form.
How would I programmatically pass the same date to [Start Date] and [End
Date] of the "Scheduled" source data query's Between operator?
EarlCPhillips
Ex-Mainframer Trying To Learn Access
a given date. It is opened by a command button click event and some VBA
code. The data source query has a Between [Start Date] And [End Date]
operator within it that requests the user enter the starting and ending dates
for the "Scheduled" data.
I now want to call the "Scheduled" form from within another form displaying
"total volunteers" expected for that range of dates. I want to capture the
date from a record on the "total volunteers" form and pass it to the
"Scheduled" forms' record source queries' Between operators programmatically.
I am able to capture the date from the "total volunteers" form just fine,
but I cannot seem to pass that date to the query operator Between [Start
Date] And [End Date] either before or after opening the "Scheduled" form.
How would I programmatically pass the same date to [Start Date] and [End
Date] of the "Scheduled" source data query's Between operator?
EarlCPhillips
Ex-Mainframer Trying To Learn Access