G
Guest
I have form where I have a drop down box that lets the user select a
customer. I'm now trying to write a query where this filed is joined to my
customer table and pulls out the address for that customer. I have the
tables joined, but it is not seeing the fields as identical. I think what
is happening is that the combo box, while it has the "index #" column as "0",
is not seeing the 2 fields in the 2 tables as equal. I could be wrong of
course. I can not join the field from my main table to the "index #" field
because they are different "data type". SOmething tells me this is easy, but
it has me stumped.
thanks in advance for help
customer. I'm now trying to write a query where this filed is joined to my
customer table and pulls out the address for that customer. I have the
tables joined, but it is not seeing the fields as identical. I think what
is happening is that the combo box, while it has the "index #" column as "0",
is not seeing the 2 fields in the 2 tables as equal. I could be wrong of
course. I can not join the field from my main table to the "index #" field
because they are different "data type". SOmething tells me this is easy, but
it has me stumped.
thanks in advance for help