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
aspx vnbet dropdownlist client script
Problem with DNS
Pass value from one form to another
How to enable Mailbox on exchange 2007
Navigating through Internet Explorer Object Model in VBA
event 2436
cannot connect SQLOLEDB to distance server
vba to forward html or plain text emails with additional text at front
Individual & Bulk Reporting for MySQL Database
Using DoCMD.FindRecord getting runtime error 2162