J
jon.howitt
I have a slight problem
I want to keep all my dtat entries in the same table for ease of
mainternance but I want to avoid duplicate entries except in one type
of instance.
I have several areas I want to record database entries which normally
have a unique case reference number, I can avoid duplicates of this by
using the caseref and Area as a combined Primary key but in another
instance for admin entries the caseref field will be left blank which
would appear to the database as a duplicate entry. I am using a single
form to entry all the data to the table.
can I do this with the primary key or is their any code I can use in
the form to alert for duplicates and give a yes/no popup message to
continue prior to entry in the table.
I want to keep all my dtat entries in the same table for ease of
mainternance but I want to avoid duplicate entries except in one type
of instance.
I have several areas I want to record database entries which normally
have a unique case reference number, I can avoid duplicates of this by
using the caseref and Area as a combined Primary key but in another
instance for admin entries the caseref field will be left blank which
would appear to the database as a duplicate entry. I am using a single
form to entry all the data to the table.
can I do this with the primary key or is their any code I can use in
the form to alert for duplicates and give a yes/no popup message to
continue prior to entry in the table.