I am not sure which one of these to use for a form where I do not want a user to change it. Code will change the value. Basically the field is Status which is stored as a number and I want the field to show only the description.
I have tried a number of ways but can not get it to work beyond the first record. Right now I have it set as a listbox with the Row Source set to a query. The query is Field Status and Status ID, for Status ID I set the Criteria to [Forms]![Contract_Register]![txtStatusID]
txtStatusID is a text box on the form to know what the status is currently set to.
Thank you in advance
I have tried a number of ways but can not get it to work beyond the first record. Right now I have it set as a listbox with the Row Source set to a query. The query is Field Status and Status ID, for Status ID I set the Criteria to [Forms]![Contract_Register]![txtStatusID]
txtStatusID is a text box on the form to know what the status is currently set to.
Thank you in advance