E
E.Q.
I have a filtered form created by the forms wizard; the filtering comes from
an unbound form used to simply select an employee. The form is designed to
enter data into tblCertification with fields:
lngCertID
chrIssuedID
chrEmpID (the employee number)
chrCertificate
....
The filter is on chrEmpID.
I have a combo box to display an employee name instead of their employee
number. In order to enter a new certificate for a selected employee I needed
to add [forms].[frmEmployeeSelect].[chrEmpID] to the querry populating the
combo box. This works well.
I liked the form enough to also want it for a continuous view for all
employee certificates. I created a second form by removing the restriction
in the combo box query and clearing out the filter itself in the form
properties.
Question: is there a way to only have one form with the filtering and querry
restrictions coming on if selected by the frmEmploeeSelect form but having
filtering or the querry restriciton if opened with annother command button
control from the switchboard?
an unbound form used to simply select an employee. The form is designed to
enter data into tblCertification with fields:
lngCertID
chrIssuedID
chrEmpID (the employee number)
chrCertificate
....
The filter is on chrEmpID.
I have a combo box to display an employee name instead of their employee
number. In order to enter a new certificate for a selected employee I needed
to add [forms].[frmEmployeeSelect].[chrEmpID] to the querry populating the
combo box. This works well.
I liked the form enough to also want it for a continuous view for all
employee certificates. I created a second form by removing the restriction
in the combo box query and clearing out the filter itself in the form
properties.
Question: is there a way to only have one form with the filtering and querry
restrictions coming on if selected by the frmEmploeeSelect form but having
filtering or the querry restriciton if opened with annother command button
control from the switchboard?