Form: filter and update on filter

gittymoe

Board Regular
Joined
Apr 23, 2005
Messages
79
guys, I am trying to create a form that would allow me to filter a table or query on an ID and display all of the skus associated with that ID and then update a requirement of yes or no. I can get 1 sku to show up but I am having trouble getting more than 1 to come up in the form. This would allow me to update many records instead of just 1 at a time.

It would look at something like below.

ID 1 Sku 123 communication required Y
Sku 456 communication required Y
Sku 789 communication required N
Sku 101 communication required Y
Sku 112 communication required

Any help or direction would be appreciated

Thank You,
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Not enough info. Maybe the structure of your form is such that it only displays one record and you have navigation buttons? Do you have a query that returns the records you want but they are not showing up in a form based on that query? If yes, maybe you need a continuous form or datasheet form? You can filter a table (to quote you) manually, but I suspect you want to filter the records showing up on a form and not actually filter a table. This takes me back to my query question. If you have that, why isn't that your filter? If you don't have a working query, try the Access query wizard. I presume all the fields you posted exist in your table(s).
 
Upvote 0

Forum statistics

Threads
1,221,819
Messages
6,162,155
Members
451,749
Latest member
zack_ken

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