Can someone help me with indexing Linked Tables across
a LAN in windows 2000?
This is a sample of code I use in my app.
Set rstA = db.OpenRecordset("All_Orders")
rstA.Index = "Primary"
"All_Orders" is a Linked table across the windows 2000 network. When I try...
When I try to use indexes with linked tables, I get an error
massage "this is operation is not supported", I do not know anything about ISAM or ODBC, I am simply linking tables across a windows 2000 network. Can you help?
Thanks
Ali Gavary
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.