P
Phil
I have a data file which I need to link to another datafile. Although
the data is numeric, in the table I need to link to, (and cannot change)
the field type is text. So I use CStr() which converts that number to a
text string, right? Well I tried to link to this query, and "type
mismatch." So I convert it to a maketable query, and I STILL end up
with a field, in the QUERY looks like :
Ent_NumberPTW: CStr([Entnumber]),
But in the resulting TABLE is a NUMBER field. Why is this, and how do I
fix it?
Phil
the data is numeric, in the table I need to link to, (and cannot change)
the field type is text. So I use CStr() which converts that number to a
text string, right? Well I tried to link to this query, and "type
mismatch." So I convert it to a maketable query, and I STILL end up
with a field, in the QUERY looks like :
Ent_NumberPTW: CStr([Entnumber]),
But in the resulting TABLE is a NUMBER field. Why is this, and how do I
fix it?
Phil