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
How to generate an HTML file if I've got the HTML body?
Enable tcp_nodelay
Copy Entire Row and Paste into a new Worksheet Excel VBA
Red5 Losing quality when converted to FLV
Windows Small Business Server 2008 Console Updates
Need to reinstall OS on a laptop
A problem with your network router or broadband modem might be preventing an internet connection.
centOS VPS setup - FTP access?
Mcaffe EPO 4.5 : deploying new EPO with existing agents
How do I update my tables in mysql to include new data?