D
DontKnow
Hi Guys,
If I have a table containing details of personal attributes named:
Employeedetails and another table called: FileDetails. The table "StaffFile"
contains 15 questions that are to be answered for every record that is
contained in table Employeedetails.
To do this I have a form that is bound to the table Employeedetails and a
subform (in the form of a tab control) that has all the fields in the table
StaffFile.
My problem is that I am unsure of the best way to have all the 15 questions
displayed as soon as a record is produced in table Employeedetails.
So far I have come up with an insert query that populates the subform with
all 15 questions as soon as the person is entered into the database. Is this
the best way to do this??
The table desin is:
EmployeeDetails
RegisterID (PK)
Surname
Firstname
Employer
Office Location
Department
StaffFile
StaffFileNo (PK)
RegisterID (FK)
FileDetails
DocumentLink
In Table "StaffFile" field "FileDetails" has 15 questions that are to be
answered for each person in table EmployeeDetails.
Please help!!
Cheers
Ps. I hope this is clear??
If I have a table containing details of personal attributes named:
Employeedetails and another table called: FileDetails. The table "StaffFile"
contains 15 questions that are to be answered for every record that is
contained in table Employeedetails.
To do this I have a form that is bound to the table Employeedetails and a
subform (in the form of a tab control) that has all the fields in the table
StaffFile.
My problem is that I am unsure of the best way to have all the 15 questions
displayed as soon as a record is produced in table Employeedetails.
So far I have come up with an insert query that populates the subform with
all 15 questions as soon as the person is entered into the database. Is this
the best way to do this??
The table desin is:
EmployeeDetails
RegisterID (PK)
Surname
Firstname
Employer
Office Location
Department
StaffFile
StaffFileNo (PK)
RegisterID (FK)
FileDetails
DocumentLink
In Table "StaffFile" field "FileDetails" has 15 questions that are to be
answered for each person in table EmployeeDetails.
Please help!!
Cheers
Ps. I hope this is clear??