Let's assume we have data model 123 from parent 1.db, child 1 2.db and child 2 3.db.
1.db (parent)
Name*
Title*
Telephone
Emeai
2.db
Name*
Title*
Business
Department
3.Db
Name*
Title*
Education
Salary
So 2<-1->3
(Other configurations gladly considered. TRied 1->2->3 as well.
All are linked by Name and Title.
Using the Paradox 8 expert interface to build a form I have the following problem:
There are no fields selected from 1.db, the parent table of 2.db(they are selected)in order for the fields from 2 to be displayed, you must select at least one field.
On a second try the error read: there are no fields from .,....
The Data model looks fine. The fields selected are
Name (1.db)
Title (1.db)
Business (2.db)
Department (2.db)
Education (3.db)
Salary (3.db)
Also, am I correct in assuming that I can make one form to enter data into all three tables with the two key fields linked?
1.db (parent)
Name*
Title*
Telephone
Emeai
2.db
Name*
Title*
Business
Department
3.Db
Name*
Title*
Education
Salary
So 2<-1->3
(Other configurations gladly considered. TRied 1->2->3 as well.
All are linked by Name and Title.
Using the Paradox 8 expert interface to build a form I have the following problem:
There are no fields selected from 1.db, the parent table of 2.db(they are selected)in order for the fields from 2 to be displayed, you must select at least one field.
On a second try the error read: there are no fields from .,....
The Data model looks fine. The fields selected are
Name (1.db)
Title (1.db)
Business (2.db)
Department (2.db)
Education (3.db)
Salary (3.db)
Also, am I correct in assuming that I can make one form to enter data into all three tables with the two key fields linked?