B
Bill Mitchell
Ok, I have two unbound fields on my form. One is based
upon a field on a subform like this:
[MyContactIDField]=forms![Main]![Contact].form![ContactID]
The other is based upon a column in a combo box like this:
[MyContactIDCombo]=forms![Main]![MyCombo].column(10)
Both return a Long Integer. Both are the same number.
Ok, here's the WEIRD PART. If I try to append
[MyContactIDField] to another table using an append query
I get an error. It sees the value of [MyContactIDField]
as a weird group of BOXES AND CHINESE LETTERS!
Seriously, thats what it sees.
However, If I try to append [MyContactIDCombo], it works
JUST FINE!
Both are based upon unbound fields. Both have the same
number in them, yet one works and one sees it as chinese
letters????
Can anyone explain this to me?
This one is truly bizarre.
Thanks,
Bill
upon a field on a subform like this:
[MyContactIDField]=forms![Main]![Contact].form![ContactID]
The other is based upon a column in a combo box like this:
[MyContactIDCombo]=forms![Main]![MyCombo].column(10)
Both return a Long Integer. Both are the same number.
Ok, here's the WEIRD PART. If I try to append
[MyContactIDField] to another table using an append query
I get an error. It sees the value of [MyContactIDField]
as a weird group of BOXES AND CHINESE LETTERS!
Seriously, thats what it sees.
However, If I try to append [MyContactIDCombo], it works
JUST FINE!
Both are based upon unbound fields. Both have the same
number in them, yet one works and one sees it as chinese
letters????
Can anyone explain this to me?
This one is truly bizarre.
Thanks,
Bill