D
Derek Brown
Hi all
To carry out an immediate update to tables when entering data into a form I
had been using:
DoCmd.RunCommand acCmdSaveRecord
DBEngine.Idle dbRefreshCache
DoEvents
When I programmatically enter data into a form it was suggested that I use:
Forms!NameOfForm.Dirty = False
Is there any difference and if so what
Many thanks!!
To carry out an immediate update to tables when entering data into a form I
had been using:
DoCmd.RunCommand acCmdSaveRecord
DBEngine.Idle dbRefreshCache
DoEvents
When I programmatically enter data into a form it was suggested that I use:
Forms!NameOfForm.Dirty = False
Is there any difference and if so what
Many thanks!!