Microsoft Access 2003 ...I have a form with option buttons and depending on the radio button selected I want to open a query how do I go about doing this?
Go to the properties of the radio button. Click on the On Click event, and bring up the code builder. Use the following code to open the query:
DoCmd.OpenQuery "QueryName"
Is your code running too slowly?
Does your workbook or database have a bunch of duplicate pieces of data?
Have a look at this article to learn the best ways to set up your projects.
It will save both time and effort in the long run!
Dave
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks