Hi,
Excel is fantastic for what I am trying to do with Access, but this is a fun challenge.
Creating a budget tool, where each row (continuous form) is an account (general ledger) and each column is all months of the year (Jan..Dec).
The budget table is normalised table of budget info
tblBudget(PLAccount, FiscalYear, FiscalMonth, Budget)
The pivot query is easy with columns returning monthly data and each row an account.
Challenge begins as this recordset is not updateable. I have tried adding unbound text fields to form (transferring the data to the unbound text boxes in the Current Event) and enabling them only for the current record. That works in so far as updating the data at the right time. The final hurdle seems to be that unbound fields will show it's value on all records (Continuous form). Perhaps conditional formatting can help, but I haven't cracked that one yet.
Any ideas? perhaps someone has experience with updating pivoted data on a form?
(Importing/Exporting from/to Excel is probably the easier solution but I'd like to crack this one.)
Thanks.
Excel is fantastic for what I am trying to do with Access, but this is a fun challenge.
Creating a budget tool, where each row (continuous form) is an account (general ledger) and each column is all months of the year (Jan..Dec).
The budget table is normalised table of budget info
tblBudget(PLAccount, FiscalYear, FiscalMonth, Budget)
The pivot query is easy with columns returning monthly data and each row an account.
Challenge begins as this recordset is not updateable. I have tried adding unbound text fields to form (transferring the data to the unbound text boxes in the Current Event) and enabling them only for the current record. That works in so far as updating the data at the right time. The final hurdle seems to be that unbound fields will show it's value on all records (Continuous form). Perhaps conditional formatting can help, but I haven't cracked that one yet.
Any ideas? perhaps someone has experience with updating pivoted data on a form?
(Importing/Exporting from/to Excel is probably the easier solution but I'd like to crack this one.)
Thanks.