T
TDN
Hi,
been looking hours for a sloution but without success.
maybe anyone can help:
task:
a "Make Table" query shall create a table with mostly text
fields, but the original table contains several numeric
fields (that access 97 sometimes imports as text fields!).
the "make table" query uses the command
SELECT Str(COUNTRY) as COUNTRY;
problem:
the type conversion works fine if COUNTRY is a numeric
field. but unfortunately, access sometimes sets the field
type to "text" during import with the result that the Str
()-fuction produces an error and ignores al data.
QUESTION:
is there a way to create a new field of the type "Text" in
a make table query no matter what the source field type is?
been looking on the web for 3 hours now, without success.
it cant be that noone ever encountered this issue...
any comments really appreciated.
thanks
TDN
been looking hours for a sloution but without success.
maybe anyone can help:
task:
a "Make Table" query shall create a table with mostly text
fields, but the original table contains several numeric
fields (that access 97 sometimes imports as text fields!).
the "make table" query uses the command
SELECT Str(COUNTRY) as COUNTRY;
problem:
the type conversion works fine if COUNTRY is a numeric
field. but unfortunately, access sometimes sets the field
type to "text" during import with the result that the Str
()-fuction produces an error and ignores al data.
QUESTION:
is there a way to create a new field of the type "Text" in
a make table query no matter what the source field type is?
been looking on the web for 3 hours now, without success.
it cant be that noone ever encountered this issue...
any comments really appreciated.
thanks
TDN