Access Virgin
Registered User.
- Local time
- Today, 21:32
- Joined
- Apr 8, 2003
- Messages
- 77
I have a multi select list box that contains field names in table, ie tblStaff.SurnameName. I want to pick certain fields from this list box to then open a query with the results.
I have managed to create the select statement, eg SELECT tblStaff.SurnameName,tblStaff.Company,tblStaff.TelNo FROM tblStaff; but im not sure how to display the results of this SQl string
I want to click a button to open the query
I have managed to create the select statement, eg SELECT tblStaff.SurnameName,tblStaff.Company,tblStaff.TelNo FROM tblStaff; but im not sure how to display the results of this SQl string
I want to click a button to open the query