Hi All,
Question...How do I disable a field after the Find command? Below is the code for the find command through wizard. I guess I need to enabled=false somewhere but I don't know where to place it.
Thanks!
Private Sub CmdFindRecord_Click()
On Error GoTo Err_CmdFindRecord_Click
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_CmdFindRecord_Click:
Exit Sub
Err_CmdFindRecord_Click:
MsgBox Err.Description
Resume Exit_CmdFindRecord_Click



LinkBack URL
About LinkBacks


. LOL. 
Bookmarks