devGarfield
Programmer
Hello,
I have 1 main form, which can be used to edit/create new users. When adding a new record, I want to check if a record existing, if so, then populate the form/subforms and go into edit mode.
To check if the record exists I use an index based on the Lastname and Firstname. This check is done in the After_Update event of the Lastname textbox.
Any help would be appreciated.
Thanks
I have 1 main form, which can be used to edit/create new users. When adding a new record, I want to check if a record existing, if so, then populate the form/subforms and go into edit mode.
To check if the record exists I use an index based on the Lastname and Firstname. This check is done in the After_Update event of the Lastname textbox.
Any help would be appreciated.
Thanks