I have a Task Form. In the form I have several different tasks.
I then have a TabControl with Personnel, Equipment and Tools.
In the Personnel, Equipment and Tools SubForms I am trying to get several text fields to AutoFill when I pick a given Person, Piece of Equipment or Tool and have them assigned to only that one task.
The database will be used on computers without Access so I have to use the RunTime App for MS which does not allow VBA...
So can the above process happen without code and... why can I not get the subforms to connect to One task rather than all tasks???
Task - Tbl
TaskID
PersonnelID
EquipmentID
ToolsID
WorkOrderNumber
WODate
Description
Building
Floor
Department
Room
ContactPerson
ContactNumber
Personnel - Tbl
PersonnelID
TaskID
EmpolymentDate
LastName
FirstName
JobDescription
Seniority
PayRate
BillRate
Equipment - Tbl
EquipmentID
TaskID
Type
Size
Weight
Location
Quantity
Hours
VinNumber
Restrictions
Permits
Tools - Tbl
ToolsID
TaskID
Type
Description
AssignedTo
Location
![]()