B
Bob
I have a combo box that selects 5 fields from a table, I
want it to put that data in a different table but it
errors out. The Row source expression seems to work, the
separate data fields show up in the combo box, other than
the phone numbers are not formated as they are in the
tables. It errors out when I try to select it.
The "Row Source" expression is, SELECT [AdjInfotbl].
[AdjName], [AdjInfotbl].[AdjPhone], [AdjInfotbl].
[Adjinfotbl].[AdjFax]; and so on.
The "Control Source" Expression is, =[ClaimEntrytbl]![Adj]
And[ClaimEntrytbl]![AdjPhone]And [ClaimEntrytbl]![AdjFax]
and so on.
The error I get is "Control can't be edited; It's bound to
unknown field '[ClaimEntrytbl]![Adj]And[ClaimEntrytbl]!
[AdjPhone]And [ClaimEntrytbl]![AdjFax] and so on.
Thanks for any help you can provide, Bob
want it to put that data in a different table but it
errors out. The Row source expression seems to work, the
separate data fields show up in the combo box, other than
the phone numbers are not formated as they are in the
tables. It errors out when I try to select it.
The "Row Source" expression is, SELECT [AdjInfotbl].
[AdjName], [AdjInfotbl].[AdjPhone], [AdjInfotbl].
[Adjinfotbl].[AdjFax]; and so on.
The "Control Source" Expression is, =[ClaimEntrytbl]![Adj]
And[ClaimEntrytbl]![AdjPhone]And [ClaimEntrytbl]![AdjFax]
and so on.
The error I get is "Control can't be edited; It's bound to
unknown field '[ClaimEntrytbl]![Adj]And[ClaimEntrytbl]!
[AdjPhone]And [ClaimEntrytbl]![AdjFax] and so on.
Thanks for any help you can provide, Bob