G
Guest
I have designed a form with a Combo Box to look up a specific member, which
also has a date field which is automatically updated when any changes are
made.
This is a Before Update Event Procedure on the Form and reads as follows:
Me.[Family Details Updated]=Date
There is also an After Update Event Procedure consisting of:
DoCmd.RunCommand acCmdSaveRecord
[Combo565].Requery
The problem is when i look up a member it works ok and then when I go to
look up another member I get the Runtime Error 3020-Update or CancelUpdate
without Addnew or Edit with reference to the line in the Before Update as
above-"Me.[Family etc.
I have to exit completely and restart the dbase to lookup again.
Any hekp would be greatly appreciated
also has a date field which is automatically updated when any changes are
made.
This is a Before Update Event Procedure on the Form and reads as follows:
Me.[Family Details Updated]=Date
There is also an After Update Event Procedure consisting of:
DoCmd.RunCommand acCmdSaveRecord
[Combo565].Requery
The problem is when i look up a member it works ok and then when I go to
look up another member I get the Runtime Error 3020-Update or CancelUpdate
without Addnew or Edit with reference to the line in the Before Update as
above-"Me.[Family etc.
I have to exit completely and restart the dbase to lookup again.
Any hekp would be greatly appreciated