Mnewton911
New member
- Local time
- Today, 17:30
- Joined
- Sep 14, 2010
- Messages
- 8
In a form that i have developed -
I have a combo box that i created with a wizard that you drop down and it lists the name of the record and goes to that record.
after looking at the after update in the properties - it shows an embedded macro .
the macro says Search for record and the condition is , , First, ="[Rule Acronym] = " & "'" & [Screen].[ActiveControl] & "'"
I wanted to create a VB module for the after update and add a couple steps.
What is the proper syntax for the Search For Record?
DoCmd.SearchForRecord , , First, ="[Rule Acronym] = " & "'" & [Screen].[ActiveControl] & "'"
I have a combo box that i created with a wizard that you drop down and it lists the name of the record and goes to that record.
after looking at the after update in the properties - it shows an embedded macro .
the macro says Search for record and the condition is , , First, ="[Rule Acronym] = " & "'" & [Screen].[ActiveControl] & "'"
I wanted to create a VB module for the after update and add a couple steps.
What is the proper syntax for the Search For Record?
DoCmd.SearchForRecord , , First, ="[Rule Acronym] = " & "'" & [Screen].[ActiveControl] & "'"