amber ɹəqɯɐ
2014-01-22 16:41:07 UTC
Can I create a Cartesian product query that generates a list of month/years as one field and somehow store a boolean value in a table for each month per account?
Example: I check "reconciled" and a record would be stored in a table with a one-to-one relation to the query, so that I don't have to manually create blank rows for each account/month combo that hasn't yet been reconciled yet I would still be able to generate a list of every account/month regardless of true or false state.
...if that makes any sense...
other words: store a true boolean value only for the months that have been reconciled for each account, then join it with a query that would essentially generate rows for the months that have not been done yet, while being able to update the table to mark more months as done.
I have been able to do it but the recordset is not updateable because of the CPQ.
Is this going to require a form and vba? I am hoping for a more graceful solution if there is one.
Thanks for any insight. It's ok if you want to tell me I am off my rocker :) I am self-taught and won't be offended. lol