C
Chris K
I want to avoid same name being entered twice into my database (sure it's
common request) but at the same time leaving the scope for two (or even
three, four) different individuals who just happen to have the same name
I have used last-name after update to check the first/lastnames entered in
new record
If they already exist produced a popup 'continuous' form with list of
existing clients with same name (along with birthdate to help verify)
Then a choice of close buttons
choose an existing entry, store that ID in the main form
tag property, close popup, delete current record and move to existing entry
or set main form tag as "", close the popup, and continue
with new record
It all works fine in debug mode but it errors on run and i might have a look
I could post code but I'm just think I'm making a meal out of something
simple, so my real questions is about process
Whats the 'normal' way I should tackle this issue?
In the cold light of day I could get the birthday to help verify, but this
info is taken down very quickly by staff in a phone call and this seem like
the simplest way to avoid errors
common request) but at the same time leaving the scope for two (or even
three, four) different individuals who just happen to have the same name
I have used last-name after update to check the first/lastnames entered in
new record
If they already exist produced a popup 'continuous' form with list of
existing clients with same name (along with birthdate to help verify)
Then a choice of close buttons
choose an existing entry, store that ID in the main form
tag property, close popup, delete current record and move to existing entry
or set main form tag as "", close the popup, and continue
with new record
It all works fine in debug mode but it errors on run and i might have a look
I could post code but I'm just think I'm making a meal out of something
simple, so my real questions is about process
Whats the 'normal' way I should tackle this issue?
In the cold light of day I could get the birthday to help verify, but this
info is taken down very quickly by staff in a phone call and this seem like
the simplest way to avoid errors