Hello,
I have a Form that is populated by a query (qryMasterData). I'd like to insert a Listbox on the form that looks up the values based on a Table (StageLevel). When the user selects the StageLevel, this should then save in the underlying table (tblMasterData).
The Listbox works fine, but I can't seem to get this to save in the underlying table. I have other Textboxes and Yes/No selections on the form that save fine, but don't know what I'm doing wrong with the Listbox?
Thanks!
I have a Form that is populated by a query (qryMasterData). I'd like to insert a Listbox on the form that looks up the values based on a Table (StageLevel). When the user selects the StageLevel, this should then save in the underlying table (tblMasterData).
The Listbox works fine, but I can't seem to get this to save in the underlying table. I have other Textboxes and Yes/No selections on the form that save fine, but don't know what I'm doing wrong with the Listbox?
Thanks!