MS Access on remote desktop - sometimes doesnt write to BE database

F

ForssPeterNova

Hi

I have client runing av FE/BE MS Access App o a remote desktop (Windows Server 2012 R2)

My client says that sometimes records he enter is not saved in the BE Access database.

We are pretty sure about it since the client have "witnesses" on it.
We added AfterUpdate events on each column (field) like:

DoCmd.RunCommand acCmdSaveRecord
Me.Dirty = False

to force Access to save.

But my client keeps on reporting "sometimes the record is not saved".

Any ideas?



Cheers // Peter Forss Stockholm

Continue reading...
 
Back
Top Bottom