D
dana
i have a lookup column within a table. format is set as
text, and field size is 255. i get an error that
says "value is not valid for field." i think the problem
is in the sql for the lookup, which is selecting text and
then supplier ID, a number:
SELECT [Originators].[Supplier ID],[Originators].
[Orignator] FROM [Originators]
i think i need to select both originators AND supplier
ID, b/c ID is the primary key...
please help!
thanks
text, and field size is 255. i get an error that
says "value is not valid for field." i think the problem
is in the sql for the lookup, which is selecting text and
then supplier ID, a number:
SELECT [Originators].[Supplier ID],[Originators].
[Orignator] FROM [Originators]
i think i need to select both originators AND supplier
ID, b/c ID is the primary key...
please help!
thanks