Hi,
I am looking for ways to speed up a networked database. One suggestion that I have read is to create a blank table in the back-end database, link it to the front end, and then use the OpenRecordSet method to open the linked table. According to Microsoft, doing this keeps MS Jet from repeatedly opening and closing the linked database and creating/deleting the .ldb file.
OK, I've gotten the blank table created and linked. What do I do now? I have minimal experience with code and don't know how to proceed.
Any help would be appreciated!
Lee
I am looking for ways to speed up a networked database. One suggestion that I have read is to create a blank table in the back-end database, link it to the front end, and then use the OpenRecordSet method to open the linked table. According to Microsoft, doing this keeps MS Jet from repeatedly opening and closing the linked database and creating/deleting the .ldb file.
OK, I've gotten the blank table created and linked. What do I do now? I have minimal experience with code and don't know how to proceed.
Any help would be appreciated!
Lee