Update Record using Combo Box To Navigate

bstboy

Board Regular
Joined
Oct 4, 2005
Messages
84
Hello

I currently have a table with three fields (Brand, Service, Inventory).

Brand is a primary key, it can only show in the table once. However, I'll need users to go into the table and update the service and inventory numbers every month.

What I envision is a form in which Brand is a combo box, the user can pick their brands and then the Service and Inventory fields change to whatever in in the table currently. The users can then update those values, hit a button, and the changes are stored in the table.

I've already tried doing this and what happens is on the first record, I try changing the brand, and the first records brand changes to the one I picked and it is saved in the table (like I need to make brand a locked field).

Any help is appreciated.

Thanks
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hello

I currently have a table with three fields (Brand, Service, Inventory).

Brand is a primary key, it can only show in the table once. However, I'll need users to go into the table and update the service and inventory numbers every month.

What I envision is a form in which Brand is a combo box, the user can pick their brands and then the Service and Inventory fields change to whatever in in the table currently. The users can then update those values, hit a button, and the changes are stored in the table.

I've already tried doing this and what happens is on the first record, I try changing the brand, and the first records brand changes to the one I picked and it is saved in the table (like I need to make brand a locked field).

Any help is appreciated.

Thanks

What I would recommend is placing the search combo box in the form's header. This combo box is not bound to any field in the table.

If you use th3 control wizard for the combo box you can select the option to create a combo box that searches.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,258
Members
452,901
Latest member
LisaGo

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