Passing values of listbox to other form's combobox

  • Thread starter pm4698 via AccessMonster.com
  • Start date
P

pm4698 via AccessMonster.com

I have a form(frm2), in which i use a listbox(list1). The listbox is blank
and it takes values from ather text boxes and comboboxes through vba code.

All i want, is when i push a button, to move the listbox values to a blank
table tbl1.
In another form (frm2), i am going to use a combobox, which must have as
rowsource the tbl1 content.
So, i want when the user fills in the listbox (through comboboxes and
textboxes), the values of the listbox to pass as a rowsource to another
form's combobox.

How could i do this?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top