M
Marshall Barton
If the FacilitiesLookup field in tblEvents really is a
Lookup Field, then No, you should not do that.
I need an explanation of the difference between the ID field
and this FacilitiesLookup field. From where I sit, it seems
like they have the same value (the foreign key to the
Facilities table). Check tblEvents to make sure that the
FacilitiesLookup field has its Lookup - Display Control set
to Textbox. Then see what's in these two fields and note
any records where they are different.
Have you verified that the BoundColumn property of
cboFacilitiesLookup really corresponds to the ID field?
Have you tried setting the Link Master propeprty to
cboFacilitiesLookup? If you did, did is make a difference?
Lookup Field, then No, you should not do that.
I need an explanation of the difference between the ID field
and this FacilitiesLookup field. From where I sit, it seems
like they have the same value (the foreign key to the
Facilities table). Check tblEvents to make sure that the
FacilitiesLookup field has its Lookup - Display Control set
to Textbox. Then see what's in these two fields and note
any records where they are different.
Have you verified that the BoundColumn property of
cboFacilitiesLookup really corresponds to the ID field?
Have you tried setting the Link Master propeprty to
cboFacilitiesLookup? If you did, did is make a difference?