J
JCIrish
If I do a SELECT query in the Query design grid I can see the results in a
table by running the query or by switching to Datasheet view. I've written
the same query (and similar ones) in a VBA module by opening a recordset,
etc. The code complies and runs fine. (Thus, I can DeBug.Print to the
Immediate window various fields from the recordset). What I don't know how to
do (just a beginner in Access) is display the results in a table showing all
the returned records such as I can see using the query grid.
Can someone tell me how to proceed in order to do this? Do I need to start
with a form or something in which to display the results?
table by running the query or by switching to Datasheet view. I've written
the same query (and similar ones) in a VBA module by opening a recordset,
etc. The code complies and runs fine. (Thus, I can DeBug.Print to the
Immediate window various fields from the recordset). What I don't know how to
do (just a beginner in Access) is display the results in a table showing all
the returned records such as I can see using the query grid.
Can someone tell me how to proceed in order to do this? Do I need to start
with a form or something in which to display the results?