I'm trying to create a report. At first I was going to link my sql tables but then I read about pass-through queries. I need the info to be up-to-date everytime the report is run. All I want my people to be able to do is run this report and then print it. If I use the pass-through query will it cause any changes to the sql database?
I'm going to use two tables from my SQL using pass-thru and then make a combination table of the two for my report. When the report is run will the information be current to my sql database?
I'm going to use two tables from my SQL using pass-thru and then make a combination table of the two for my report. When the report is run will the information be current to my sql database?