Combobox on Form

WJReid

Active Member
Joined
Jul 26, 2002
Messages
317
Hi All,

I have a form based on a query and I want to replace my order number textbox on the form with a combobox. How can I get all of the other details in textboxes to adjust along with the selection in the combobox?

Regards,

Bill
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
G'day Bill, install the Northwind example database if you havent already done so and look at the orders form. By changing the "bill to" box other details are amended. See the before & after update events for the control.
 
Upvote 0
Hi Parry,

Thanks for the help. I had actually put an unbound ComboBox on the form and linked the fields, but the information did not automatically fill in. However,when I put the ComboBox on with the Wizard, I got the correct result.

Thanks again for your help.

Regards,

Bill
 
Upvote 0
Hi There..
on the after update event on the combobox put in

ME.REFRESH

this will refresh all objects on form with every selection from combobox.


Dan
 
Upvote 0

Forum statistics

Threads
1,221,508
Messages
6,160,222
Members
451,631
Latest member
coffiajoseph

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top