murphysdad
Technical User
Here is what I have. In a work order system, we indentify types of work to be done by different types of tags.
I have my associates select one of the three types of tags: Maintenance, Operator, or Safety and it creates a report. They want an option to choose "all" so that they can get all types of tags that need to be completed in a certain department or line(rather than just Maintenance, Operator, etc.)
How do I write code to have "all" = true (or whatever makes all entries come up.)
The form they select which type of tag is: frmCreateReportIncomplete
The combo box is: tagtype
I would also like to add this option to my other combo boxes that show departments(so you could choose all departments) and another one that shows lines(all lines under that one department.)
Thank you for any help with this!!!
Jeremy
"I'll be back"
I have my associates select one of the three types of tags: Maintenance, Operator, or Safety and it creates a report. They want an option to choose "all" so that they can get all types of tags that need to be completed in a certain department or line(rather than just Maintenance, Operator, etc.)
How do I write code to have "all" = true (or whatever makes all entries come up.)
The form they select which type of tag is: frmCreateReportIncomplete
The combo box is: tagtype
I would also like to add this option to my other combo boxes that show departments(so you could choose all departments) and another one that shows lines(all lines under that one department.)
Thank you for any help with this!!!
Jeremy
"I'll be back"