Hi there,
I have a query that lists all tables within my access database.
what i want it to be able to click the table name from the query list.
for example my query list is:
Rawdata
Outcomes
Reporter
Tracker
how would I click on Tracker and open in up the tracker table??
is it something like
stdocname = "tablename"
docmd.opentable, stdocname, opentable, acnormal , ," [tablename] = " & me.tablename?????
Many thanks
Max
I have a query that lists all tables within my access database.
what i want it to be able to click the table name from the query list.
for example my query list is:
Rawdata
Outcomes
Reporter
Tracker
how would I click on Tracker and open in up the tracker table??
is it something like
stdocname = "tablename"
docmd.opentable, stdocname, opentable, acnormal , ," [tablename] = " & me.tablename?????
Many thanks
Max