I have an Access database that someone else created and has been passed from person to person. It works fine.
I was curious how the guy actually got the data that generated the reports (and I need to use this data also), so I was looking through his queries, forms, etc. I can't figure out where he's getting the core data from. In the main query's FROM clause he has:
FROM [rep2:Order date and Quantity]
What is this?? I believe there are files stored on my hard drive that hold the information this query returns. Is this "rep" thing somehow looking at those files? How could I find out from about this table (or whatever it is)? There is only one table in the database (that I can see - can you hide tables?) and that holds lookup information for product codes/descriptions.
I was curious how the guy actually got the data that generated the reports (and I need to use this data also), so I was looking through his queries, forms, etc. I can't figure out where he's getting the core data from. In the main query's FROM clause he has:
FROM [rep2:Order date and Quantity]
What is this?? I believe there are files stored on my hard drive that hold the information this query returns. Is this "rep" thing somehow looking at those files? How could I find out from about this table (or whatever it is)? There is only one table in the database (that I can see - can you hide tables?) and that holds lookup information for product codes/descriptions.