G
Guest
I have a form that holds data on all of the cases my office works on.
Each case has a unique ID, this is a number. Each case also has a clients
name attached to it, this may not be unique. It is possible for a client to
have more than one case, say they were here a year ago with a completely
different issue. This is fine, and should be allowed. However, due to our
overwhelming case load and understaffed office, I am worried that some cases
may be accidently entered into the system twice, with two different unique
IDs, and thereby confuse our summary data. So what I want is, during data
entry in a form, to be able to check whether or not there is an existing case
with the same client name attached. If there is, I would like to alert the
user, BUT, if the user still wants to enter the new case, I want this to be
allowed. I am getting the sense that this may not be possible, but if so, I
would really appreciate the help,
Thank you
Each case has a unique ID, this is a number. Each case also has a clients
name attached to it, this may not be unique. It is possible for a client to
have more than one case, say they were here a year ago with a completely
different issue. This is fine, and should be allowed. However, due to our
overwhelming case load and understaffed office, I am worried that some cases
may be accidently entered into the system twice, with two different unique
IDs, and thereby confuse our summary data. So what I want is, during data
entry in a form, to be able to check whether or not there is an existing case
with the same client name attached. If there is, I would like to alert the
user, BUT, if the user still wants to enter the new case, I want this to be
allowed. I am getting the sense that this may not be possible, but if so, I
would really appreciate the help,
Thank you