Z
Zip
Hello! I'm trying to update the records displayed in the main form by 1
field in each of 2 subforms. I have used Allen Brownes inner join technique
(thanks Allen!)successfully for each subform separately, but I can't figure
out the code to integrate the 2 searches. e.g. The user should be able to
type a keyword in a text box for the Comment field in the tblComments subform
then choose AND/OR and select an employee from a list box connected to the
employee table. Clicking search should show records where the keyword shows
up in any comment AND/OR employee is related to the Incident. The MAIN
incident table is related through a primary key to the comment table and to
the employee table.
field in each of 2 subforms. I have used Allen Brownes inner join technique
(thanks Allen!)successfully for each subform separately, but I can't figure
out the code to integrate the 2 searches. e.g. The user should be able to
type a keyword in a text box for the Comment field in the tblComments subform
then choose AND/OR and select an employee from a list box connected to the
employee table. Clicking search should show records where the keyword shows
up in any comment AND/OR employee is related to the Incident. The MAIN
incident table is related through a primary key to the comment table and to
the employee table.