how to display data columns on a form

C

C. Morgan

Please help,

I have a payment form in which I enter bowlers weekly payments. I want to
have a form in which I pick the team number and it will populate all four
team members so that I can enter their payments. I had a combo box to pick
the team number, and that worked fine, but it only gave me one team members
name.
Any help will be greatly appreciated.

Thank you in advance,

Cheryl Morgan
 
J

John W. Vinson

On Sun, 11 Jan 2009 16:09:01 -0800, C. Morgan <C.
Please help,

I have a payment form in which I enter bowlers weekly payments. I want to
have a form in which I pick the team number and it will populate all four
team members so that I can enter their payments. I had a combo box to pick
the team number, and that worked fine, but it only gave me one team members
name.
Any help will be greatly appreciated.

Thank you in advance,

Cheryl Morgan

What's the structure of your table or tables? What I'd recommend is at least
three tables - a table of Teams related one to many to a table of Players,
related one to many to a table of Payments. You could use a form, subform and
sub-subform to enter the data (along with other possibilities).
 
C

C. Morgan

Thank you so much, I forgot about the subforms. I do have the three tables
you mentioned. So I will try to use the subform. The tables are linked as "1
to many".
It has just been awhile since I have used access with forms. I am using
visual studios to do most of it I was trying to have a backup incase I have
issues with vb

Thank you so much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top