lose input mask

G

Guest

I have an input mask for telephone numbers and fax numbers. When I did a Union query some of the telephone numbers and fax numbers weren't in the format of the input mask. Some of them were still in the format, but some of them weren't. Why does it do this and how do I fix it

Thanks
 
V

Van T. Dinh

Suggest you check Access Help carefully the differences between Format
Property and InputMask Property. For InputMask Property, pay particular
attention to the option whether to save the mask in the Field values or not.

FWIW, you cannot enter / edit data in a Union Query so the InputMask doesn't
matter / apply in the Union Query since InputMask is only used when you
enter / edit data.

--
HTH
Van T. Dinh
MVP (Access)



help said:
I have an input mask for telephone numbers and fax numbers. When I did a
Union query some of the telephone numbers and fax numbers weren't in the
format of the input mask. Some of them were still in the format, but some of
them weren't. Why does it do this and how do I fix it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top