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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Entering Muliple Records on 1 Form

Status
Not open for further replies.

mac7attack

Technical User
Jan 31, 2004
47
US
Is there a way to enter more than one record at a time into a table from a form? I am doing a scoring database and I need to enter the two teams and each team's color into a table at the same time. But each team needs to be a different in the table because of relationships that are setup.

Thanks
MAtt
 
You can have a form that repeats itself so you can see two records at the same time. Change the forms DefaultView to Continuous Forms.

 
Ok, how would i tell the form to only show two records at a time? Continuous Forms sounds like it shows all the records.

Matt
 
As many records will be displayed as will fit the current window, so I'd look at sizing the form so only two fit.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top