T
tedpottel
Hi,
I have a mysql dadtbase and access has a table called web_stat link to
it. I have the following code
Set dbs = CurrentDb
Set fromset = dbs.OpenRecordset("web_stat", dbOpenTable)
the 2nd line gives me a invalid operation error. It works fin if I
replace web_stat with local_stat, ie a table I created on acces.
How can I use DOA to access a link table??
Ted
I have a mysql dadtbase and access has a table called web_stat link to
it. I have the following code
Set dbs = CurrentDb
Set fromset = dbs.OpenRecordset("web_stat", dbOpenTable)
the 2nd line gives me a invalid operation error. It works fin if I
replace web_stat with local_stat, ie a table I created on acces.
How can I use DOA to access a link table??
Ted