flushing buffer in A2K
How does one force Access to write changes to disk at the end of a transaction in A2K using DAO?
I'm working from an example in Access 2003 VBA that says to use
the constant dbflushoscachewrites with the committrans statement.
This refuses to compile on my machine...... Is there another way to do this?
This is the statement that doesn'tcompile:
wrk.CommitTrans dbflushoscachewrites
Thanks,
Loralee
|