Hi all,
Probably a newbie question but can't see an answer.
I have a query that I run to extract some values for calculations. Its run on an event based on a dropdown selection. At the moment, I run via:
and then close it.
this seems to take more time than is necessary when I only want to refresh the results.
Open query without close, switches to the table but doesn't update until I press F5.
When I try requery I get an error.
"Runtime error '2109': There is no field named 'CallMidprice' in the current record.
Requery without 'Callprice' seems to requery my form.
Sure its something simple and I'm just misunderstanding what its doing but have been going round in google circles without a solution
using 2013 access .
Cheers,
El-d
Probably a newbie question but can't see an answer.
I have a query that I run to extract some values for calculations. Its run on an event based on a dropdown selection. At the moment, I run via:
Code:
DoCmd.OpenQuery "CallMidprice"
this seems to take more time than is necessary when I only want to refresh the results.
Open query without close, switches to the table but doesn't update until I press F5.
When I try requery I get an error.
"Runtime error '2109': There is no field named 'CallMidprice' in the current record.
Requery without 'Callprice' seems to requery my form.
Sure its something simple and I'm just misunderstanding what its doing but have been going round in google circles without a solution

using 2013 access .
Cheers,
El-d