I've developed a multi user Access (mdb) site with a central Tables database. All the users access the main tables as linked tables.
The tables are well normalised. Maybe too normalised.
I've experimented with binding queries to documents but it just takes too long to obtain all the data across the network,
Recently I tried using locally built temporary tables for the document datasource. It is still not satisfactory though. Database locking conflicts appear. (VMS RDB was never like this!)
Now I know that it is possible to export a table to a disk file that acts as the datasource, using the access design screens. Can this be done programmatically?
Any help out there?
John
ps Also, is there a bugfix yet for the pagelocking which occurs when access is fired up from a shortcut?
J.
The tables are well normalised. Maybe too normalised.
I've experimented with binding queries to documents but it just takes too long to obtain all the data across the network,
Recently I tried using locally built temporary tables for the document datasource. It is still not satisfactory though. Database locking conflicts appear. (VMS RDB was never like this!)
Now I know that it is possible to export a table to a disk file that acts as the datasource, using the access design screens. Can this be done programmatically?
Any help out there?
John
ps Also, is there a bugfix yet for the pagelocking which occurs when access is fired up from a shortcut?
J.