Does anybody know what the code is, if somebody double click (with the mouse) on a textbox he loads a form??
Remco Ploeg
[email protected]
Printable View
Does anybody know what the code is, if somebody double click (with the mouse) on a textbox he loads a form??
Remco Ploeg
[email protected]
Try this
private Sub txtTextbox_DblClick()
Load frmForm 'if not already loaded
frmForm.Show
End Sub
If anything in this post makes sense it was written by me, if not I don't know who wrote it