J
James C.
I have a form "frmMain" which has a subform "frmSub". On my subform I have a
date range field (that auto-populates to todays date, but can be changed)
then I have a button to run a query based on the date selected.
In my query I have the date field criteria set as
<>
<=([Forms]![frmSub]![txtDate])
<>
This is not working, I believe because I need to tell it that it is located
on frmMain & then on the frmSub. I am not sure how to do this.
If I open up the frmSub by itself the it will work fine, just when it is
apart of the frmMain.
Any ideas?
date range field (that auto-populates to todays date, but can be changed)
then I have a button to run a query based on the date selected.
In my query I have the date field criteria set as
<>
<=([Forms]![frmSub]![txtDate])
<>
This is not working, I believe because I need to tell it that it is located
on frmMain & then on the frmSub. I am not sure how to do this.
If I open up the frmSub by itself the it will work fine, just when it is
apart of the frmMain.
Any ideas?