ExcellVBUser
New Member
- Joined
- Jan 20, 2005
- Messages
- 24
Hey,
I'll try to explain as best as i can.
I have a table that is created using a form with one text box and some check boxes. User puts name in text box and checks the items, then clicks a button that adds(or checks for) their name in the table, and puts the items in the row of that name. And i want to check which items were checked for the current user.
In another table i have the info on the Items that can be picked
so...
Items: Beans, MushroomSoup, SlicedPeaches, FriedOnions
ItemInfo: Calories, TotalFat,Choesterol, Sodium, TotalCarbohydrate
Users: user1, user2, user3, user4
In the table that is made by the form, I've left columns for the totals of each ItemInfo between the names of users and the items picked.
How can i make it check which items the user picked, then put the totals from only those items info in each column.
thanks for your help
marc
I'll try to explain as best as i can.
I have a table that is created using a form with one text box and some check boxes. User puts name in text box and checks the items, then clicks a button that adds(or checks for) their name in the table, and puts the items in the row of that name. And i want to check which items were checked for the current user.
In another table i have the info on the Items that can be picked
so...
Items: Beans, MushroomSoup, SlicedPeaches, FriedOnions
ItemInfo: Calories, TotalFat,Choesterol, Sodium, TotalCarbohydrate
Users: user1, user2, user3, user4
In the table that is made by the form, I've left columns for the totals of each ItemInfo between the names of users and the items picked.
How can i make it check which items the user picked, then put the totals from only those items info in each column.
thanks for your help
marc