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
Add a grouping to a report between page header and first grouping
Teradata SQL Macro not returning results
Optimal page-pool size, registry size, and IRPStackSize for a Windows 2000 Server
Visual Studio 2008 SP1 Install Issue
ISA 2004 Load Balancing mail & web on two adsl routers
How do I setup a VPN site to site tunnel between a linksys VPN router and ISA server 2006?
vb6 running in an XP SP3 VM unable to run ADO library commands
fax from a network
Dynamic Enumerate items procedure
How to check different version of same application through SCCM?