Hi all - I hope that I explained this so it could understood...
I am trying to retrieve a column's value from a combo box. I have a 4 tiered relationship and I put the first tier on the frmProjects, the 2nd level goes on the frmProjectAssignments and the 3rd tab is a child of Assignments, and it is frmProjectAssignmentsTasks. These are the names of the forms and they are also the name of the subform on frmProjects. I am using tabs to display the subforms.
While on the third tab, I want to check the 2nd column of a combo box located on the 2nd level frmProjectAssignments form.
The following works and displays a text field called intAssignment No
[frmProjects]![frmProjectAssignments].form.intAssignmentNo
The following displays the first column of the combo box, but I can' get the 2nd column to print its value.
forms![frmProjects]![frmProjectAssignments].form.cboResponsibleEmployee
All suggestions would be appreciated.
Thx!
I am trying to retrieve a column's value from a combo box. I have a 4 tiered relationship and I put the first tier on the frmProjects, the 2nd level goes on the frmProjectAssignments and the 3rd tab is a child of Assignments, and it is frmProjectAssignmentsTasks. These are the names of the forms and they are also the name of the subform on frmProjects. I am using tabs to display the subforms.
While on the third tab, I want to check the 2nd column of a combo box located on the 2nd level frmProjectAssignments form.
The following works and displays a text field called intAssignment No
[frmProjects]![frmProjectAssignments].form.intAssignmentNo
The following displays the first column of the combo box, but I can' get the 2nd column to print its value.
forms![frmProjects]![frmProjectAssignments].form.cboResponsibleEmployee
All suggestions would be appreciated.
Thx!