Hi guys, perhaps you'd help me out with this:
Form A has subform B. the properties of the control on A say that the link master is cboPart (a combo box on A) and the link child is Part (a key field on B).
The combo box looks up on the same table used in B, so B should always find records.
Some records on the table have a blank Part, but other data is populated. When I pick the blank from the combo box, no data is displayed in the subform.
I think I need to change the record source so that there are quotes around the space, but I don't know where the record source it is using is held.
If I cannot change the existing value, do I need to overwrite it with a statement of my own, and if so, where?
As always, I appreciate your responses.
Form A has subform B. the properties of the control on A say that the link master is cboPart (a combo box on A) and the link child is Part (a key field on B).
The combo box looks up on the same table used in B, so B should always find records.
Some records on the table have a blank Part, but other data is populated. When I pick the blank from the combo box, no data is displayed in the subform.
I think I need to change the record source so that there are quotes around the space, but I don't know where the record source it is using is held.
If I cannot change the existing value, do I need to overwrite it with a statement of my own, and if so, where?
As always, I appreciate your responses.