Microsoft
Software
Hardware
Network
Question : Access Query Subform Value
Hi,
I have a subform which is a query which will only return one record and I would like to know how to reference the values in this query subform?
Thanks
Mark
Answer : Access Query Subform Value
Dim db as Database
Set db = CurrentDB
Dim rstQ as Recordset
Set rstQ = db.openrecordset("qryQuery
Name",dbop
ensnapshot
,dbseechan
ges)
'rstq(0) = first field
Random Solutions
VBScript: Pulling lastLogonTimestamp
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
Printing problems in Outlook - incomplete printout
Windows Mobile ActiveSync Calendar Items do not sync
How to parse XML string in Oracle procedure ?
send mail to undisclosed receipent in lotus notes
Delphi 6 not recompiling .pas files
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
Browser redirecting to various sites but HijackThis and Malwarebytes scans seem clean
Anyone have a write-up of how to use BESR 2010 and Bitlocker together?