Data entry form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a data entry form which has subform.
On the main and subform has the dade fields formatted
99/99/00;0;.

when I use DUPPLICATE RECORD button which I created by
using button on toolbox, I receive message is that THE
VALUE ENTERED ISN'T APPROPRIATE FOR THE INPUT
MARK '99/99/00;0;.

Eventhough I deleted the InputMask and Format at table
design view, it still didn't work. I still recieve the
message like above.


------------------------

The reply for one of you is that "You need to also delete
the input mask for the control on the form"

is there another way to fix the problem?

Please help me.
Thank you
Loi
..
 
is there another way to fix the problem?

One way would be to ensure that the Format property and the Input Mask
property match. It's objecting because the formatted date is
apparently invalid for the specified input mask.
 
Back
Top