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
appending MDB files to a single MDB
Fox Pro 9 Compiled applications
any body able to help truobleshoot error "Server Application Unavailable"
SBS 2008 VPN Help Required
How do I know what version IIS and IIS management console am I using it.
VBA using Search Worksheet Function to Find Question Marks (Tilde)
WCF Client Proxy Wrapper Configuration Abstraction
VB.Net ERROR Message
SQL
Function to check results