wrightyrx7
Registered User.
- Local time
- Today, 04:06
- Joined
- Sep 4, 2014
- Messages
- 104
Hi all,
I am wondering if how i am doing things is the best way.
Basically i always have two forms:-
I do this because the New Record generates the Created By and Created On fields when the user clicks save, but i dont want this updating when someone Edits a record an clicks save.
Also the View Edit form has a delete button to delete the record but the New form does not.
I also want some textboxes/comboboxes locked after the new record is created. So i lock these on the ViewEdit form.
The only problem is, duplication of work. Say i want to add a new field, i have to do this on both forms.
So i am just wondering if i am going about this the right way?
Thanks in advance
Chris
I am wondering if how i am doing things is the best way.
Basically i always have two forms:-
- NewRecord - for when someone clicked to create a new record
- ViewEditRecord - opens the record that is clicked in the Datasheet
I do this because the New Record generates the Created By and Created On fields when the user clicks save, but i dont want this updating when someone Edits a record an clicks save.
Also the View Edit form has a delete button to delete the record but the New form does not.
I also want some textboxes/comboboxes locked after the new record is created. So i lock these on the ViewEdit form.
The only problem is, duplication of work. Say i want to add a new field, i have to do this on both forms.
So i am just wondering if i am going about this the right way?
Thanks in advance
Chris