mamradzelvy
Member
- Local time
- Today, 21:47
- Joined
- Apr 14, 2020
- Messages
- 145
Hi,
I'm looking for some insight on ways to edit table entries within a form.
What am i trying to do: Open a pop-up form on a specific record (that part is done), however, i want all the changes to be save on demand via a button confirmation, rather than just editting the raw data within the table on the form.
Now i think there's two methods here:
Is there any other method; is any of these methods better than the other, and why?
PS: i hope this is the right forum section for this post.
I'm looking for some insight on ways to edit table entries within a form.
What am i trying to do: Open a pop-up form on a specific record (that part is done), however, i want all the changes to be save on demand via a button confirmation, rather than just editting the raw data within the table on the form.
Now i think there's two methods here:
A: Use me.dirty and undo, which im not sure how they work properly yet
or B: Load the data from the db via query and then send the text box values back as variables in another query.
(am i right or wrong here?)Is there any other method; is any of these methods better than the other, and why?
PS: i hope this is the right forum section for this post.