Listbox w/many columns, need update all columns to table

P

Paul

I have a listbox with five columns pulling from one table(contracts).
Column one is bound to underlying table(review). How can I change matching
fields in underlying table for all columns in listbox being pulled from
contracts table?
I wish I could bind them all to the review table, but I have their control
source to reflect the appropriate column of the bound value.
 
J

Jeanette Cunningham

If you use the listbox to select a contract, then open a form to update the
selected contract, you can use the unload event or after update event of the
edit contract form to requery the listbox to show the changes in the
listbox.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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