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
MSSQLSERVER unhandled exception 80000003, Error: 17311, Severity: 16, State: 1, SQL 2005, Windows 2008
How do I return a datatable from a stored procedure?
Windows Server 2008 r2
Cannot open .xls file attachments in Outlook
Problems with new installation of XP on an older PC.
convert date to date number
Find wich control is under the mouse
Terminal Server Licensing
Need to calculate net working hours... networkHOURS?
Configure SharePoint 3.0 to send document library alerts that include "comments"