I am trying to create a form that will help engineers know what they need to do. Basically, create an open item list on a subform for all records that have a NULL value in ProblemDescription in the QREVALUE Table.
My Main Form is called QRE VALUE.
I have just 11 fields in the table and I don't need to display all of them.
I just want to display these fields 3.
TagNumber
QPRQPINumber
ProblemDescription
I would like to select the field in the subform and have it highlight the record in the main form. ( So that the user can enter the information if they chose or see all the fields and their content)
I would also like to have a listbox to make a selection that would allow me to filter the data. Basically something with 4 Names on to chose from. This could be a tabbed menu or listbox or what ever. (This is so that each user could see "their" open items rather than sorting through others.
My Main Form is called QRE VALUE.
I have just 11 fields in the table and I don't need to display all of them.
I just want to display these fields 3.
TagNumber
QPRQPINumber
ProblemDescription
I would like to select the field in the subform and have it highlight the record in the main form. ( So that the user can enter the information if they chose or see all the fields and their content)
I would also like to have a listbox to make a selection that would allow me to filter the data. Basically something with 4 Names on to chose from. This could be a tabbed menu or listbox or what ever. (This is so that each user could see "their" open items rather than sorting through others.