I have a form ('Form1') that has a listbox ('Listbox1'). I want to double click on the listbox value and select a date from a textbox ('Date/Time' type) and add this record to an existing table. I figured out to get the value from a listbox (see below), but can't figure out how to add the listbox value and date to a row in a table. Can someone give me an example ?
=[List1].[Column](0)
=[List1].[Column](0)