Christine Pearc
Christine
- Local time
- Today, 15:38
- Joined
- May 13, 2004
- Messages
- 111
Strange problem here on a form. A combobox field, StatusID, has a look-up (SELECT tblStatus.StatusID, tblStatus.Status FROM tblStatus). The column count is 2, with the first column hidden. The name of the field is StatusID.
Since I don't want to show the combo box scroll bars, I've hidden StatusID and referred to it as an unbound field on the form, with the data source set to: "=StatusID.Column(1)". When run, this field displays "#Name?".
Why? It's driving me crazy!
Since I don't want to show the combo box scroll bars, I've hidden StatusID and referred to it as an unbound field on the form, with the data source set to: "=StatusID.Column(1)". When run, this field displays "#Name?".
Why? It's driving me crazy!