Megacitizen
Registered User.
- Local time
- Today, 13:19
- Joined
- Mar 22, 2012
- Messages
- 130
I keep getting this legend in the bottom left of my form when I try to key in data into some of my fields.
The main relationships between all relevant tables is fine ie PKs and FKs correctly set up, but I am unable to see where any other joins are necessary. The form is being designed to only display the fields which are text type data, all IDfields will be zero length strings.
The tables are as follows:-
t_Bases
BaseID
Base
NationID
t_Nations
NationID
Nation
t_Teams
TeamID
BaseID
TeamName
Type
RegionID
t_Regions
RegionID
RegionName
The fields in bold are those which we intend to display on our form. The Nation and RegionName fields are the only ones where I can currently key in any data. Our intention is to use the form to populate all the relevant fields within our tables.
Any advice?
The main relationships between all relevant tables is fine ie PKs and FKs correctly set up, but I am unable to see where any other joins are necessary. The form is being designed to only display the fields which are text type data, all IDfields will be zero length strings.
The tables are as follows:-
t_Bases
BaseID
Base
NationID
t_Nations
NationID
Nation
t_Teams
TeamID
BaseID
TeamName
Type
RegionID
t_Regions
RegionID
RegionName
The fields in bold are those which we intend to display on our form. The Nation and RegionName fields are the only ones where I can currently key in any data. Our intention is to use the form to populate all the relevant fields within our tables.
Any advice?