J
jwgoerlich
Hello group,
I have an existing Access 2000 database that with an odd quirk. The
table joins are based on numbers formatted with an input mask. Put
another way, the telephone numbers are stored as doubles, no decimal
places, with an input mask of &&&\-&&&\-&&&&.
Now as a favor I have written a data import query that does a SELECT
INTO to populate one table. This uses NewField: CINT(OldField) to
convert to an integer. However it wipes out the input mask on the
destination table. Then the table joins no longer work because, though
the numbers are the same, the format is different.
Is there a way to specify the decimal places and input mask within a
SELECT INTO query?
J Wolfgang Goerlich
I have an existing Access 2000 database that with an odd quirk. The
table joins are based on numbers formatted with an input mask. Put
another way, the telephone numbers are stored as doubles, no decimal
places, with an input mask of &&&\-&&&\-&&&&.
Now as a favor I have written a data import query that does a SELECT
INTO to populate one table. This uses NewField: CINT(OldField) to
convert to an integer. However it wipes out the input mask on the
destination table. Then the table joins no longer work because, though
the numbers are the same, the format is different.
Is there a way to specify the decimal places and input mask within a
SELECT INTO query?
J Wolfgang Goerlich