Queries thorugh form fields

pooja.bhandari

Registered User.
Local time
Today, 04:44
Joined
Sep 21, 2006
Messages
18
Hi ,

I need to make a Training Management System as directed by my Boss urgently

Well the problem i m facing is When i update the value in text boxes/Combobox of a form and click 'Display Results' Button to display the results of a query based on Text boxes/Combo-box values, it gives me nothing.
Query is perfectly correct, i checked it. I dont know why it is not picking the updated values of textboxes/combobox on the form.

I am not using any kind of programming/ code in this Project.
I am using only Accesss nothing else even not VBA, dont have licence of SQL Server etc.
 
Uncle Gizmo said:
In command button "'Display Results' place the code:

me.requery
me.refresh

try that and see if that works!


Cheers Tony.

where to put this code........can u pls tell complete code to put in and where to put. What is this 'me' in me.referesh.
Cheers Pooja
 

Users who are viewing this thread

Back
Top Bottom