I've got a bound control on a form that is showing the value in the AccountID field of the person who has crreated a particular record. I want this to show the persons name which is stored in a different table (linked by AccountID).
This field doesn't need to be editable as it is for lookup purposes only. I would set the record source for the form to a query rather than directly to a table but there's other fields on the form that will be used for data entry.
I could also put this field as a subform but I'm sure there must be an easier solution!
This field doesn't need to be editable as it is for lookup purposes only. I would set the record source for the form to a query rather than directly to a table but there's other fields on the form that will be used for data entry.
I could also put this field as a subform but I'm sure there must be an easier solution!