chrisjames25
Registered User.
- Local time
- Today, 22:32
- Joined
- Dec 1, 2014
- Messages
- 404
Hi, currently have a form with a combobox at top that acts as a record slector based on whatever i choose with the cbox. This was all programmed via control wizard. I would like to know how to do the same act but by using VBA.
PLease see macro image attached, also tried to type it out below in case people are skeptical about attachments. NOt sure on the etiquette.
Search For Record:
Object Type:
Object Name:
Record: First
Where Condition: =="[Category_ID]="&Str(Nz([Screen].[ActiveControl],0))
MAny thanks
PLease see macro image attached, also tried to type it out below in case people are skeptical about attachments. NOt sure on the etiquette.
Search For Record:
Object Type:
Object Name:
Record: First
Where Condition: =="[Category_ID]="&Str(Nz([Screen].[ActiveControl],0))
MAny thanks