G
Guest
I'm an advanced user of Excel VBA, but a newbie to Access VBA, and I'm still
trying to figure out the object model, method of selecting objects to perform
actions, etc. Can someone please either point me to a online resource with
explanations & code samples (other than the built-in Help files -- I've tried
those) or give me code samples for the following actions so I can try to
figure it out from the code? Thanks!
Opening a table
Running a predefined query against the table
Selecting all records displayed by the query
Deleting all records selected
Closing the query (if running the query above opens a new window on the
screen)
trying to figure out the object model, method of selecting objects to perform
actions, etc. Can someone please either point me to a online resource with
explanations & code samples (other than the built-in Help files -- I've tried
those) or give me code samples for the following actions so I can try to
figure it out from the code? Thanks!
Opening a table
Running a predefined query against the table
Selecting all records displayed by the query
Deleting all records selected
Closing the query (if running the query above opens a new window on the
screen)