CrazyKillerMan
Registered User.
- Local time
- Today, 12:30
- Joined
- Nov 26, 2002
- Messages
- 23
Hello
I have a form that is populated with data from a table. The form's entry's are bounded to the fields in that particular table. My problem is, I want the user to be able to veiw existing records, but when they make a change I want to force a new record and NOT save changes to the current record.
Is there anyway to do this?
I was thinking on click event but then that would create a new record on whatever section the user clicked on (may have to click multiple times on one form).
Another small problem with this is that I have default values for a good chunk of the fields on the form.
What is the best way of doing this? I found some suggestions searching the forums,
here but its a little to vague.
Do I have to have the fields unbounded then update then on a cmd button press??? Is that what the practice is? And if so, how does one bind fields with a cmd button?
Sorry if thats alotta questions - but thats me - full of it.
I have a form that is populated with data from a table. The form's entry's are bounded to the fields in that particular table. My problem is, I want the user to be able to veiw existing records, but when they make a change I want to force a new record and NOT save changes to the current record.
Is there anyway to do this?
I was thinking on click event but then that would create a new record on whatever section the user clicked on (may have to click multiple times on one form).
Another small problem with this is that I have default values for a good chunk of the fields on the form.
What is the best way of doing this? I found some suggestions searching the forums,
here but its a little to vague.
Do I have to have the fields unbounded then update then on a cmd button press??? Is that what the practice is? And if so, how does one bind fields with a cmd button?
Sorry if thats alotta questions - but thats me - full of it.