christakis
Registered User.
- Local time
- Today, 15:00
- Joined
- Oct 23, 2009
- Messages
- 72
Hi,
I have a form with a few combo-boxes and a subform. The subform displays the results of a query based on the selection of the combo-boxes above.
Each row of the query esentially is a record. I want to select the whole row (like a listbox) and use it to run a vba code using info from a field of the row. Ideally the code would execute when i double click the row
Is there a way to do this? I cant use a listbox as access says I can only have 20 fields (I have around 35) at a time.
Best Regards,
Chris
I have a form with a few combo-boxes and a subform. The subform displays the results of a query based on the selection of the combo-boxes above.
Each row of the query esentially is a record. I want to select the whole row (like a listbox) and use it to run a vba code using info from a field of the row. Ideally the code would execute when i double click the row
Is there a way to do this? I cant use a listbox as access says I can only have 20 fields (I have around 35) at a time.
Best Regards,
Chris