Microsoft
Software
Hardware
Network
Question : I have a query, now how to use the result?
My simple query always generates one result:
SELECT PresetSituations.[ID], PresetSituations.[DefaultN
otes]
FROM PresetSituations
WHERE (((PresetSituations.[ID])=
[Forms]![S
ession_Ses
sions]![Pr
eset situation]));
Now I have my query, how do I programatically run it and stick the contents of the DefaultNotes column into a textbox.
I guess I'd use Me.Query(queryname)... and then set the textbox.value property to the result, but not sure how to do select the result in access...
Answer : I have a query, now how to use the result?
you will not get any error if you use this and no need to open the query as recordset
me.txtboxName=dlookup("Def
aultNotes"
,"QueryNam
e")
Random Solutions
Outlook 2007 Can't open this item. The Operation Failed
I'm looking for some fairly inexpensive 1U or 2U computers that run W98SE, have USB 2.0, and have gigabit nics
Filezilla Server - Unable to configure it to connect via FTP client
Cisco ASDM 5.2 for opening OWA and POP3 ports
index in oracle
SCCM Software Report By Major Revision
Fake bing icon, browser hijacker virus thing
Forwarding DHCP requests from Cisco ASA to internal DHCP server
Combo restricted by Combo values
ASP.NET CreateUserWizard Custom Validator