isladogs
MVP / VIP
- Local time
- Today, 19:08
- Joined
- Jan 14, 2017
- Messages
- 18,792
Disagree.
Forms that allow data changes (add/edit/delete) should be based on tables, not queries. 1 form, 1 table. This allows you to know exactly where the data on that form is going and always ensures the form can manipulate the underlying data
Sorry but I disagree with the above.
Whilst I can totally understand why Plog is saying that, I regularly work with forms used for editing data that are based on several tables.
As long as they are designed well, it isn't a problem.
Clearly you need to make sure the query isn't read only!
The more tables there are, the more likely it becomes read only.
But if it is read only, by definition you can't edit the underlying tables anyway