Has anyone split a microsoft access database and tried too implement it over a wireless network (54mbps)?
Is there anyway I can increase the performance, as it keeps crashing and running very slowly (a lot slower than sharing the unsplit / complete database etc and dumping the whole thing in a shared folder).
Thanks for answers in advance
2006-10-18
02:29:11
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Split...
Means you can split the database into the back end (tables) and front end interfaces queries and macros and reports.
The idea being that you only transmit the information over the network and not the whole shabboogle.
2006-10-18
02:46:32 ·
update #1
Thanks everyone...
I imported the tables into a seperate database, the forms etc into another database, compacted and repaired...and all of this must have reset all the defaults - as it has sped up considerably..
Thanks again.
2006-10-18
04:34:18 ·
update #2