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
Is this html markup flexible enough to accomodate various designs?
Access - SQL user parameter entry
Can't email more than one invoice from Quickbooks Pro 2006 in Outlook
Dealing with Corrupted System Files on Vista
Convert numbers to text
jQuery Colorbox - Open iframe from iframe
Function file_get_contents connection time out
Routing
dispersion module on visual net
internal mail routing from Exchange 2010 to Mdeamon / MM SMTP on same domain