E
efandango
I have a combo box that was created using the 'combo box - Find Record'
Wizard which works ok, except that it always refreshes the whole database
going back to the first record, before then finding and going to the selected
record.
The 'combo box - Find Record' Wizard created a macro below:
Action: SearchForRecord
Arguments: , , First, ="[Run_No] = " & Str(Nz(Screen.ActiveControl,0))
Is there a way of having it simply go straight to the record selected,
without going back to the start first?
Wizard which works ok, except that it always refreshes the whole database
going back to the first record, before then finding and going to the selected
record.
The 'combo box - Find Record' Wizard created a macro below:
Action: SearchForRecord
Arguments: , , First, ="[Run_No] = " & Str(Nz(Screen.ActiveControl,0))
Is there a way of having it simply go straight to the record selected,
without going back to the start first?