| | |
|
|
|
Are List boxes searchable? |
| message from =?Utf-8?B?Um9zY28=?= on 20 May 2004 |
Private Sub cmdFind()
On Error GoTo Err_cmdFind
DoCmd.RunCommand acCmdFind
Exit_cmdFind:
Exit Sub
Err_cmdFind:
MsgBox Err.Description
Resume Exit_cmdFind
End Sub
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" error
Any help is appreciated
Rosco
|
|
Archived message: Are List boxes searchable? (Microsoft Access Forms)