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
How to enable ap_OACreate
Extract data from XML using sql server 2005Question
Duplicate folders on NTFS formatted iSCSI target.
Freetext contains search
Hijacked
Report Details Height
Interfacing Microsoft Map Point with Access 2002
SecurityException: Request for the permission of type 'System.Web.AspNetHostingP<wbr />ermission.<wbr />.. Failed
SQL Statement - seperate single column into 3 different data columns
Code retriving duplicated numbers.