- Local time
- Today, 00:53
- Joined
- Aug 30, 2003
- Messages
- 36,168
As discussed last night at this meeting:
I'm trying to implement Pat's method. Attached is the test db I discussed. The live data is in SQL Server but the problem shows up with local tables as well.
The issue is that I can get the header query and 1 detail query (either one) to be editable. As soon as I add a second detail query, it becomes read only. There will eventually be 7-8 detail queries, but I figure once I can get 2 working the others will fall into place.
Pinging @Pat Hartman and @GPGeorge who were present and involved. Thanks for any help and a good meeting!
Edit: For context, the "master" table is the header info for accounts receivable transactions. There will be one or more detail records for each master record, depending on what charges a customer incurred.
Updateable Bound Forms with Denormalized Data with Pat Hartman
Can you display and edit properly normalized data in a form which resembles a spreadsheet? Although it sounds impossible, it can be done with the right technique. Pat Hartman shares her method with us. She will show us the sample database containing two examples (using the same technique) of...
www.access-programmers.co.uk
I'm trying to implement Pat's method. Attached is the test db I discussed. The live data is in SQL Server but the problem shows up with local tables as well.
The issue is that I can get the header query and 1 detail query (either one) to be editable. As soon as I add a second detail query, it becomes read only. There will eventually be 7-8 detail queries, but I figure once I can get 2 working the others will fall into place.
Pinging @Pat Hartman and @GPGeorge who were present and involved. Thanks for any help and a good meeting!
Edit: For context, the "master" table is the header info for accounts receivable transactions. There will be one or more detail records for each master record, depending on what charges a customer incurred.
Attachments
Last edited: