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 can I get an accurate age to display in an Access form?
Run-time errors'2105' and '3021'
Can't login into Windows XP
how run a macro(that does some tests) the moment MS Acess fires
Custom control to see/select mutliple entries from a list
ASP.NET Grid Number Formatting
create query in mdb using ADO and A2k
Can I install SQL 2000 that comes with SBS 2003 Premium on a different box?
recovering *Contacts* from an old .OST file???
create div tag in c#