M
Max
Hi
I am trying to requery a form that is based on a query and a filter.
If I try to requery I get a window asking me to enter Sale Date. How
can I pass the sale date parameter along with the requery command. I
can't use refresh as I want to show changes to the form.
-------- Code used ----------
Me.Requery
----- Properties -----
RecordSource= Q-Tsale (Select Name,time,[sale date] from TSales)
Filter = [sale Date]=[Forms]![FrmSale]![Sale Date]
--------------------------------------------------
Please help.
Thanks
-Max
I am trying to requery a form that is based on a query and a filter.
If I try to requery I get a window asking me to enter Sale Date. How
can I pass the sale date parameter along with the requery command. I
can't use refresh as I want to show changes to the form.
-------- Code used ----------
Me.Requery
----- Properties -----
RecordSource= Q-Tsale (Select Name,time,[sale date] from TSales)
Filter = [sale Date]=[Forms]![FrmSale]![Sale Date]
--------------------------------------------------
Please help.
Thanks
-Max