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
.dmp File
How to change start menu user default folder list in Windows 7
SQL Server backup and shrink
Recurring event id 2424 and 2436 - Windows Sharepoint Services 3 search.
Run macro in background without blocking Excel input / output
How do you setup the Edge Transport Role in Exchange 2010 if you only have 1 server in the organization?
Issue with performance of a SQL query
SQL Report Sort
SQL Server 2005 Windows 7 64bit
somethine or a user is running sql profiler on my sql server 2008 instance - how can i identify the session