Form Linked to a query

R

ram

The criteria for my query comes from a control on my form.
When i change the data in the control the query doesn't recognize the change.
Can someone provided a solution?

Again thanks for all your help.

Ram
 
R

Rick Brandt

ram said:
The criteria for my query comes from a control on my form.
When i change the data in the control the query doesn't recognize the
change. Can someone provided a solution?

Again thanks for all your help.

Ram

Are you re-running the query?
 
A

Andy UKAug

Ensure that after you type the data into the control you press the
Enter key.

If the query is remaining open, try Shift-F9 to refresh it.

Andrew Couch
UK Access User Group
 
Top