R
Rich1234
Hi
On my main form I have a continuous subform which includes a date of birth
field (DOB) for each record (in the detail section), set as follows:
Format dd/mm/yyyy
Imput mask 00/00/00;0;_
This works nicely, so that the user only has to enter 6 numbers, and
underscore characters appear in the field to denote where each character will
go before the user types, together with an automatic "/" between the dd/mm/yy
parts of the field. When the textbox loses focus, the century part of the
year is added automatically (19 or 20 prefix.) Nice.
I also have another form where the user can also edit a textbox with this
DOB field (from the same underlying table.) (This form is in "single"
format and is opened by clicking an edit button on the subform which is on
the main form.) However, when I try putting this exact same format and input
mask in for this textbox, it doesn't have any effect. I don't understand
why. I have even tried deleting relationships to see if this might be the
reason, but it hasn't made any difference. I even tried using the Input Mask
Wizard to recreate this input mask and format... all with the same
outcome.... it just doesn't work on this form.
This form has been in existence for a while (as I am developing this
database....) ..but there again, so has the subform on the main form, and
that accepted the input mask no problem. Is this phenomenon (for want of a
better word!) being caused because the calling form and the called form have
the same field.....?
Hmmmmm.........
Any ideas?
Looking forward to your thoughts on this one
Thanks
rich
which are automatically
On my main form I have a continuous subform which includes a date of birth
field (DOB) for each record (in the detail section), set as follows:
Format dd/mm/yyyy
Imput mask 00/00/00;0;_
This works nicely, so that the user only has to enter 6 numbers, and
underscore characters appear in the field to denote where each character will
go before the user types, together with an automatic "/" between the dd/mm/yy
parts of the field. When the textbox loses focus, the century part of the
year is added automatically (19 or 20 prefix.) Nice.
I also have another form where the user can also edit a textbox with this
DOB field (from the same underlying table.) (This form is in "single"
format and is opened by clicking an edit button on the subform which is on
the main form.) However, when I try putting this exact same format and input
mask in for this textbox, it doesn't have any effect. I don't understand
why. I have even tried deleting relationships to see if this might be the
reason, but it hasn't made any difference. I even tried using the Input Mask
Wizard to recreate this input mask and format... all with the same
outcome.... it just doesn't work on this form.
This form has been in existence for a while (as I am developing this
database....) ..but there again, so has the subform on the main form, and
that accepted the input mask no problem. Is this phenomenon (for want of a
better word!) being caused because the calling form and the called form have
the same field.....?
Hmmmmm.........
Any ideas?
Looking forward to your thoughts on this one
Thanks
rich
which are automatically