Chimp8471
Registered User.
- Local time
- Today, 13:32
- Joined
- Mar 18, 2003
- Messages
- 353
i am in the process of putting together a database for a friend, he has given me a rough spec for the program but he has thrown up an interesting point.
in my DB i have the following tables
tblClassID - (this is to keep a log of the various type of class boat that they fall in to)
ClassID-(PK)
Class
Class_Description
tbl_RadarInfo - (This stores a list of various radars that are available and brief description)
RadarID-(PK)
Radar_Name
Radar_Description
Tbl_MainData - this is where all the main info will go.
ID-(PK)
Boat Name
Class - looks to the class table for it's info
Length
Radar - looks to the radar table for it's info
the problem starts when boats can have more than i radar, what i want to do is to be able to offer my friend the option to add in another radar if required.
so in the form it would have all the boats info, a list of the current radars and an option to add another, then in future another..
could anyone suggest the best way for me to go about this please.
I know it's a little long winded but i have tried to explain it best i can.
Andy
in my DB i have the following tables
tblClassID - (this is to keep a log of the various type of class boat that they fall in to)
ClassID-(PK)
Class
Class_Description
tbl_RadarInfo - (This stores a list of various radars that are available and brief description)
RadarID-(PK)
Radar_Name
Radar_Description
Tbl_MainData - this is where all the main info will go.
ID-(PK)
Boat Name
Class - looks to the class table for it's info
Length
Radar - looks to the radar table for it's info
the problem starts when boats can have more than i radar, what i want to do is to be able to offer my friend the option to add in another radar if required.
so in the form it would have all the boats info, a list of the current radars and an option to add another, then in future another..
could anyone suggest the best way for me to go about this please.
I know it's a little long winded but i have tried to explain it best i can.
Andy