twgonder
Member
- Local time
- Today, 17:22
- Joined
- Jul 27, 2022
- Messages
- 178
I've got a TableA with lots of fields. Some are basic information and go into FormA.
FormA has a command button that calls FormB that also uses TableA. This is more specific data that is optional for certain types of clients.
I'm trying to keep my forms short/simple, so each form works with a subset of the TableA fields.
But the user may update the record in FormB even though FormA isn't ready to have it's field's updated.
Can you think of any gotchas with this scenario? And how to avoid them?
FormA has a command button that calls FormB that also uses TableA. This is more specific data that is optional for certain types of clients.
I'm trying to keep my forms short/simple, so each form works with a subset of the TableA fields.
But the user may update the record in FormB even though FormA isn't ready to have it's field's updated.
Can you think of any gotchas with this scenario? And how to avoid them?