G
Guest
I am using a form to gather information which is used to perform a query.
Up until now I have placed the information in textboxes, and then referred
to the textbox in the criteria section of the query. eg.
Between [Forms]![fdlgReportsByModelAndDate]![txtBeginningDate] And
Forms]![fdlgReportsByModelAndDate]![txtEndDate]
I don’t want to use a textbox to pass information to the query. I want to
pass data directly from a variable (varEndDate) to the query.
Is this possible?
Thanks,
Seth
Up until now I have placed the information in textboxes, and then referred
to the textbox in the criteria section of the query. eg.
Between [Forms]![fdlgReportsByModelAndDate]![txtBeginningDate] And
Forms]![fdlgReportsByModelAndDate]![txtEndDate]
I don’t want to use a textbox to pass information to the query. I want to
pass data directly from a variable (varEndDate) to the query.
Is this possible?
Thanks,
Seth