Open Table from query

memaxt

Registered User.
Local time
Today, 12:50
Joined
Mar 12, 2013
Messages
62
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
 
hmmm..i've created a subform on my main form that contains the query.

how would i apply that code?
 
Put a button next to the record on the subform, then use the wizard.
 

Users who are viewing this thread

Back
Top Bottom