Microsoft
Software
Hardware
Network
Question : Auto Populate an unbound textbox on an unbound form
access 2003
I have a textbox called "txtLookup"
When the form is loaded I want it to populate with the value "SearchBox"
I was trying:
me.txtLookUp.setfocus
me.txtLookup.text = "SearcBox"
Thanks
fordraiders
Answer : Auto Populate an unbound textbox on an unbound form
Private Sub Form_Load()
me.txtLookUp = "SearchBox"
End Sub
mx
Random Solutions
Ping command gives - Unable to contact IP driver - Error Code 5
Access - Forms - Maximum number of Fiels
Expand Indicator Not Showing in Datasheet View
Outlook 2007 Add-in menu button click event... Strange behavior.
Visual basic: how to use the Mouse wheel on and off (lebans software):
Debugging buttons disabled in visual studio 2008
Excel Cell Click Capture
The string was not recognized as a valid DateTime. There is a unknown word starting at index 0.
How to set a font to a CMenu ?
Argument not specified for parameter 'sender' of 'Protected Sub EmailRegAttendeeNotices_Cl<wbr />ick(sender<wbr /> As Object, e As System.EventArgs)'.