B
BFish
I didn't think this would be as hard as it is but after what I think has been
a thorough search of previous postings I have not found any information on a
Phone field with an input mask and being able to have autoexpand feature find
a record in a table.
I would like to have a user type only the phone data (ie. "(", ")" and "-")
but still be readable as a standard USA format of
" (@@@) @@@-@@@@ ". I have the the combo box input mask set to " !\(999")
"000\-0000;;# " and the dropdown row source sql:
SELECT tblPhone.PhoneID, Format([Phone],"(@@@)@@@-@@@@") AS NewPhone FROM
tblPhone ORDER BY tblPhone.Phone;
And of course the reason for this post is there any possiblity of a work
around to be able to use the autoexpand with these circumstances. I do
believe I have exhausted all settings between formatting and input mask
settings.
Thank you for any help.
Bill Fischer
a thorough search of previous postings I have not found any information on a
Phone field with an input mask and being able to have autoexpand feature find
a record in a table.
I would like to have a user type only the phone data (ie. "(", ")" and "-")
but still be readable as a standard USA format of
" (@@@) @@@-@@@@ ". I have the the combo box input mask set to " !\(999")
"000\-0000;;# " and the dropdown row source sql:
SELECT tblPhone.PhoneID, Format([Phone],"(@@@)@@@-@@@@") AS NewPhone FROM
tblPhone ORDER BY tblPhone.Phone;
And of course the reason for this post is there any possiblity of a work
around to be able to use the autoexpand with these circumstances. I do
believe I have exhausted all settings between formatting and input mask
settings.
Thank you for any help.
Bill Fischer