Hi All,
I'm trying to combine data from two tables and I cannot get around this type mismatch error. I have an assignments table that has an AssignID field which is setup as an autonumber and I have a ChangeLog table that has a recID field that stores the record ID that was changed and that is setup as a text field. I cannot change the recID field to a number data type because there isn't always a number that's put into that field so I'm kind of stuck on what my options are.
Is there anything else that I can do to be able to join these two tables by those fields?
Any assistance would be greatly appreciated!
Travis
I'm trying to combine data from two tables and I cannot get around this type mismatch error. I have an assignments table that has an AssignID field which is setup as an autonumber and I have a ChangeLog table that has a recID field that stores the record ID that was changed and that is setup as a text field. I cannot change the recID field to a number data type because there isn't always a number that's put into that field so I'm kind of stuck on what my options are.
Is there anything else that I can do to be able to join these two tables by those fields?
Any assistance would be greatly appreciated!
Travis