first a bit of background; My company has 4 sites connected by a wan. The wan is used for real time communications and thus my IT director won't allow any files over about 25k to sent over it. To send most files we must use email or place the files in a file trasnfer system which has been designed to not interfere with the real time comms.
Now I need to give people in all 4 sites access to my Access db. I've looked at the various built in options but none seem to fit the bill as they generally use far too much bandwidth or are not designed for concurrent updates.
My solution is too create tiny log files of updates which can be transferred between sites. Record locking will be handled by the Access/VBA clients. DOes anyone have any suggestions for creating a transaction log for Access? Or any alternative solutions?
Now I need to give people in all 4 sites access to my Access db. I've looked at the various built in options but none seem to fit the bill as they generally use far too much bandwidth or are not designed for concurrent updates.
My solution is too create tiny log files of updates which can be transferred between sites. Record locking will be handled by the Access/VBA clients. DOes anyone have any suggestions for creating a transaction log for Access? Or any alternative solutions?