JinaneKarhani
Registered User.
- Local time
- Yesterday, 23:20
- Joined
- Aug 31, 2004
- Messages
- 15
Hello there,
i have 2 tables
Table Name Fields Type Field Type
Stages : StageID (Number,Integer) - StageName Text
Majors : MajorID (Text, 1 -could be a, b, c ..- ) - MajorName Text
i made a third table C which include in one field :
CodeC (Text, 2) XX the 1st X is the stageID & the 2nd is the MajorID
by the user selecting each time the stageID & MajorID
In Adding new records to this table C, there's no pb. but when i want to browse the records all the user can see is code 1a , 2h, 4j,.. for CodeC
how can i add 2 unbound texts which show the 1a is for WHAT ? i.e.
1a is for TD - Electronics
7h is for BS - Motherhood
... & so
thx
i have 2 tables
Table Name Fields Type Field Type
Stages : StageID (Number,Integer) - StageName Text
Majors : MajorID (Text, 1 -could be a, b, c ..- ) - MajorName Text
i made a third table C which include in one field :
CodeC (Text, 2) XX the 1st X is the stageID & the 2nd is the MajorID
by the user selecting each time the stageID & MajorID
In Adding new records to this table C, there's no pb. but when i want to browse the records all the user can see is code 1a , 2h, 4j,.. for CodeC
how can i add 2 unbound texts which show the 1a is for WHAT ? i.e.
1a is for TD - Electronics
7h is for BS - Motherhood
... & so
thx