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
show autonumber
Using meaningful conditions
Format dbRow
Have values without Controls
runtime error 6 overflow error - vba excel program
Outlook Express could not be started because MSOE.DLL could not be loaded
SSIS: Using a parameter for connection string
Help capturing timeit output
is there file sharing limit on win 7 pro?
Access Pretected Folders on the Network using different Credentials