Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form filling a table

Status
Not open for further replies.

Greg553

MIS
Jul 6, 2009
60
US
Hello,
After some great tips from this site i have corrected the problems.
I'm trying to figure out if it is possible to have a form with multiple text boxes fill in a corresponding table.

This is what I have

Player information table ( tbl_playerInfo)
Weight lifting record table ( tbl_WeightInfo)

My form consists of a combo box getting the names from the Player Info table, and storing the player ID in the weight Info table, that works fine.
I also have a combo box of lift types and a text box for weight lifted. I choose a lift enter the weight and it fills the table just fine.

Now my question is this. We track 10 different lifts and with 50 players that is a lot of entering, pulling up each lift in the combo enter weight etc.

Is it possible to have multiple combo / text boxes so i can choose a different lift in each combo box and enter them all at once and still fill the table.
Or can you you have text boxes with each lift name and enter the weight there and populate the table.
thanks
Greg

 
You can have a continuous subform where you select the lift type and enter any other information. The subform will link to the player primary key from the main form.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top