R
Rosco
Does anyone know? I have a 2 column list box the first column bound to a query, and get an error when I run a Find command
Code below
Private Sub cmdFind(
On Error GoTo Err_cmdFin
DoCmd.RunCommand acCmdFin
Exit_cmdFind
Exit Su
Err_cmdFind
MsgBox Err.Descriptio
Resume Exit_cmdFin
End Su
I've tried inserting - Sreen.PreviousControl.SetFocus before the run command statement. - No joy
I get "The control 'ListBox_Name' the macro is attempting to search can't be search" erro
Any help is appreciate
Rosco
Code below
Private Sub cmdFind(
On Error GoTo Err_cmdFin
DoCmd.RunCommand acCmdFin
Exit_cmdFind
Exit Su
Err_cmdFind
MsgBox Err.Descriptio
Resume Exit_cmdFin
End Su
I've tried inserting - Sreen.PreviousControl.SetFocus before the run command statement. - No joy
I get "The control 'ListBox_Name' the macro is attempting to search can't be search" erro
Any help is appreciate
Rosco