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
SQL 2005 Select Query from multiple tables
SSRS - Relationship setup in Report model
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file
PHP 5.3.2 installation problem on Vista IIS7
adding a mac to sbs 2003 network
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
How can I handle dbNull in Linq?
Include C++ header files in .Net Application
SSIS Package Hangs in SQL Job
alignment question