In my database I have a table consisting of scheduled activities(appointments) and each "activity" record has a field "Vehicle" that contains multiple ids (V1,V2,V3 etc.) for the record. It represents every Vehicle that is supposed to be at that appointment.
What I need to do is print the record multiple times on the report for each vehicle. I plan to sort by vehicle and appointment time so I am guessing it needs to be created somehow in the query.
Is there a better way of doing this besides creating a temporary table to hold individual records for each vehicle on an activity record.
Any help or direction is appreciated.
What I need to do is print the record multiple times on the report for each vehicle. I plan to sort by vehicle and appointment time so I am guessing it needs to be created somehow in the query.
Is there a better way of doing this besides creating a temporary table to hold individual records for each vehicle on an activity record.
Any help or direction is appreciated.