I'm having trouble with getting data from a listbox and placing it in a table. I am using an update-query to grab data from a listbox and place it in a table called tblData. The listbox gets its data from a select-query. If I set the listbox's default value to some number (e.g. =2), then the field in tblData will be filled with 2. However if I leave the listbox's default value blank and only have the row source reference the select-query, when viewing the form I can see the value in the listbox that I want to place in tblData, but the field in tblData is left blank (actually a null value is placed in the field).
Any ideas on what is going on here? My goal is to just place the value that I see in the listbox in tblData.
Thanks in advance for you help.
Sincerely,
Kal-El
Any ideas on what is going on here? My goal is to just place the value that I see in the listbox in tblData.
Thanks in advance for you help.
Sincerely,
Kal-El