Hi all,
I am going to be designing a user form.
I want to run a query and display the resulting recordset on the form. It will be multiple columns of data so was planning to use a listbox.
What I then want to be able to do is present the user with a combo box of options corresponding to each row of the record set, and then allow the combo box to be selected and its value written back to the approprtiate row in the database.
Could anyone please advice me on ideas of how best to achieve this please?
I haven't started on this yet, but I am wondering how I will associate each combo box with each row of the record set.
Thanks,
Jay
I am going to be designing a user form.
I want to run a query and display the resulting recordset on the form. It will be multiple columns of data so was planning to use a listbox.
What I then want to be able to do is present the user with a combo box of options corresponding to each row of the record set, and then allow the combo box to be selected and its value written back to the approprtiate row in the database.
Could anyone please advice me on ideas of how best to achieve this please?
I haven't started on this yet, but I am wondering how I will associate each combo box with each row of the record set.
Thanks,
Jay
Last edited: