strive4peace
AWF VIP
- Local time
- Today, 06:42
- Joined
- Apr 3, 2020
- Messages
- 1,046
thanks, @Pat Hartman
>really hoping that you had figured out the problem and when I found that you hadn't, I was so bummed I just forgot to thank you for what you did do
The dates are different. That IS the problem. All the Analyzer does is document what's there. Obviously it can't fix discrepancies in Access.
The Solution: As far as asking the Access team to spend time changing that, I wouldn't. Their focus is better spent on tasks with greater benefit.
> specifically look at some setting, object by object
yes, that is how you have to get the property values for an object. You can see some great stuff in the MSys tables, but not everything you can using DAO. The system tables are intrinsic to how Access works, and I really wouldn't want to see them start changing a lot because it would have a water-bed effect. And, in my opinion, drag time away from something else more important.
> There was no way to loop through the objects.
The Analyzer already loops through all the containers, it has to, to populate all the tables that it does. So just figure out what date you want and let the Analyzer do the looping. The Analyzer structure is patterned after DAO, so you should be able to find the right table to look in. Then modify the RecordSource for the report where you want to see it, or make a new report and change even more. Everything is open so you can see exactly what you want.
Or, if you rather, adapt your tool. By the way, you can run the Analyzer on itself, so you can document all of its tables, fields, etc, with descriptions.
>really hoping that you had figured out the problem and when I found that you hadn't, I was so bummed I just forgot to thank you for what you did do
The dates are different. That IS the problem. All the Analyzer does is document what's there. Obviously it can't fix discrepancies in Access.
The Solution: As far as asking the Access team to spend time changing that, I wouldn't. Their focus is better spent on tasks with greater benefit.
> specifically look at some setting, object by object
yes, that is how you have to get the property values for an object. You can see some great stuff in the MSys tables, but not everything you can using DAO. The system tables are intrinsic to how Access works, and I really wouldn't want to see them start changing a lot because it would have a water-bed effect. And, in my opinion, drag time away from something else more important.
> There was no way to loop through the objects.
The Analyzer already loops through all the containers, it has to, to populate all the tables that it does. So just figure out what date you want and let the Analyzer do the looping. The Analyzer structure is patterned after DAO, so you should be able to find the right table to look in. Then modify the RecordSource for the report where you want to see it, or make a new report and change even more. Everything is open so you can see exactly what you want.
Or, if you rather, adapt your tool. By the way, you can run the Analyzer on itself, so you can document all of its tables, fields, etc, with descriptions.
Last edited: