I have records for each product that we process at work. In a form, there is a field [TicketID]. Also in this field I have a subform from a query to show all other [ticketID]'s that were processed at the same time in the same machine.
Example: Current Form [TicketID] = 89100
Current Subform [TicketID] = 89101, 89102, 89103 ("Each on a different record in the subform"
I want to If[TicketID] in subform, then to copy "ALL" ticketID's to a field called comment: (Like the following: "This container was processed with 89101, 89102, and 89103"
Is this possible? I would appreciate any help?
Example: Current Form [TicketID] = 89100
Current Subform [TicketID] = 89101, 89102, 89103 ("Each on a different record in the subform"
I want to If[TicketID] in subform, then to copy "ALL" ticketID's to a field called comment: (Like the following: "This container was processed with 89101, 89102, and 89103"
Is this possible? I would appreciate any help?