Access 2007
I have a issue creating combo boxes to find a current record
I use the wizard to create the combo box
- Select records on my form based on the value I selected in my combo box
- Select the Field I want to have in my search
- complete the wizard as required
Then when using the combo box, I make my selection and it just doesn't work. The record does not update to what I've selected. The Event Procedure for AfterUpdate is
Object Type - blank
Object Name - blank
Record - First
Where Condition - ="[Membership ID] = " & Str(Nz(Screen.ActiveControl,0))
When I try to see the VB Code, Access always shuts down and restarts.
Guidance required here please.