T
Temporalis
I'm working on a database with its front end in the same file (I know,
not good practice), and I'd like to run a command internally to get
values from the database.
i.e.
SELECT Value FROM tblTable WHERE Index = 5
How could I get a connection to the current database from the VBA to
execute this command? Is there an easier way to get at the data I'd
like?
Thanks!
- Kurtis Story
not good practice), and I'd like to run a command internally to get
values from the database.
i.e.
SELECT Value FROM tblTable WHERE Index = 5
How could I get a connection to the current database from the VBA to
execute this command? Is there an easier way to get at the data I'd
like?
Thanks!
- Kurtis Story