I have a VB5 database with 3 MaskEd fields and 1 text field and a Add
and Save command button. The form load code contains only code for
MaskEdBox.Format = mm/dd/yyyy. The Add button contains
Data1.Recordset.AddNew and a line with MaskEdBox.Mask = ##/##/####. The
Save button has Data1.Recordset.Update only. Can someone please explain
as to why the error:
Runtime error 3426, This action was caused by an associated action
message appears when I try to update the record.
Thanks in advance.
Michael601