using tabs to show records

andyswinburne

Registered User.
Local time
Today, 21:25
Joined
Sep 29, 2003
Messages
22
Is there anyway of using tabs to show an individual record, i'm making a bowling system and just want to have 8 tabs to represent the record for each of the 8 teams that will be in the league.

Each team has a unique Id that can identify the team.

Or is there a way of simply saying [Form Field] = Cell in table as a value.

cheers

Andy
 
I don't know any way of doing that short of hard-coding it and that is a poor idea. I would make a form with a listbox at the left that lists the teams and when you click on a team, the form moves to show the selected team's record.
 
cheers i'll try that, but i want to beable to create a specific number of records when the form loads. Then this would allow the user to select a team from 1 to 8 and then enter the details for a team.

So what i need is to create 8 records and then have a combo box to beable to show each of the 8 records created.

cheers

Andy
 

Users who are viewing this thread

Back
Top Bottom