Interview Question in Database Design
Interview Question :: MS Access - Use a Combo box to select a Query
I am re-designed a database we use - hopefully to make it easier to update in the future.
At the moment i have 2 tables - one for a list of occupations (80 of them) and a table for client details which gives 6 choices to choose a job.. There are 80 queries for each job that picks out what client is interested in that occupation.
What i'd like to do is have a form, that has a list box or a combo box. The user clicks on a job from that and next to it, the query displays for that particular job. I want the user to be able to click on another job right away and then that job displays.
Is this possible?
any help would be great.
i'd rather not use macro, vba or sql.
thanks.

Loading ...