Can I use an array within an array of structs?

My last program calculated a preventive maintenance schedule for 6 machines based on input from a file. There were to be 6 reports - one per machine- generated.
Now I'm having trouble combining all 6 reports into just 1 report that is sorted by dates. I thought I could add an array of scheduled workdays to the struct array, but if you can, I don't seem to be doing it correctly. Can someone help me? Is it possible to add another array within this larger array of structs to hold each machine's various maintenance days?
closed account (zb0S216C)
Can you elaborate with an example? I don't fully understand.

Wazzak
Sure. I do a few posts down, if you would just check it out, I would really appreciate it.
Topic archived. No new replies allowed.