G
Gareth
I have 5 text boxes on my multipage form, each have an
afterupdate event.
The events are as follows:
Me!Status.Value = 2
Me!Status.Value = 3
Me!Status.Value = 4
Me!Status.Value = 5
Me!Status.Value = 6
This works fine if the user enters data but if he/she
enters data then realises it was entered incorrectly and
deletes the entry the value in the Status field is
incorrect. Is there any way that Access can 'remember'
the previous entry and put that back in if data in the
control is deleted.
Thanks in advance.
Gareth
afterupdate event.
The events are as follows:
Me!Status.Value = 2
Me!Status.Value = 3
Me!Status.Value = 4
Me!Status.Value = 5
Me!Status.Value = 6
This works fine if the user enters data but if he/she
enters data then realises it was entered incorrectly and
deletes the entry the value in the Status field is
incorrect. Is there any way that Access can 'remember'
the previous entry and put that back in if data in the
control is deleted.
Thanks in advance.
Gareth