i have a form that permits to display all the data from 2 tables and i can navigate between records. the data is bound.
i want to add a form which will permit me to filter the data and diplay records that interest the user according to simple filters like a field or two.
so i thought to write a simple query to filter the records but how can i display the data, i mean how can i access the data from the query and display them in the controls of the form, permits still update and navigate between records?
i want to add a form which will permit me to filter the data and diplay records that interest the user according to simple filters like a field or two.
so i thought to write a simple query to filter the records but how can i display the data, i mean how can i access the data from the query and display them in the controls of the form, permits still update and navigate between records?