hi guys!
is there a way i can combine three queries so that the field from each query containing the same type of information can all go into one field? i need to use this combined query for a report.
Here is the problem:
Some of my servers are backed up on Sunday, while some are backed up on Saturday, and the rest on Wednesday. So I have three queries each detailing the server name and the amount of bytes backed up. Now I want the amount of bytes backed up from each query to go into the field “Total_Size” in the combined query, so that i can just reference this field in my report.
How can i do this?
Thanks in advance!