A
Angi
If any of you have been reading my posts, you should be able to
visualize my whole db by now <g>. I have a ContactSubForm on my
MainForm. I also have a cmdAddContact btn on the main form. This
opens the ContactMain form. I've recently changed the coding so that
the default value of the phone # equals the company's #. It works
great, input mask and all, but it's not saving with the input mask when
it should be. It will only save if I type in the field (same number or
not). So, on my ContactSubForm, for the records where the default was
accepted, all the nos. run together (ie:1115552323). EVERYTHING
(tables, forms, subforms) has the same mask and the mask is set to save
format to the table.
How can I keep using the default value but make it save with the input
mask?
visualize my whole db by now <g>. I have a ContactSubForm on my
MainForm. I also have a cmdAddContact btn on the main form. This
opens the ContactMain form. I've recently changed the coding so that
the default value of the phone # equals the company's #. It works
great, input mask and all, but it's not saving with the input mask when
it should be. It will only save if I type in the field (same number or
not). So, on my ContactSubForm, for the records where the default was
accepted, all the nos. run together (ie:1115552323). EVERYTHING
(tables, forms, subforms) has the same mask and the mask is set to save
format to the table.
How can I keep using the default value but make it save with the input
mask?