R
r. howell
I have a table where the "natural" primary key would be a combination of four
fields. And for a while, we worked with it that way. Then I became
convinced that a meaningless autonumber primary key would be better, and I
reconfigured the system to work that way.
But how do I now keep people from making duplicate entries, ie. entries
where that natural combination of four fields is already in the system? If I
can lock out such entries that would work, but I'd settle for a warning
message. Thanks.
fields. And for a while, we worked with it that way. Then I became
convinced that a meaningless autonumber primary key would be better, and I
reconfigured the system to work that way.
But how do I now keep people from making duplicate entries, ie. entries
where that natural combination of four fields is already in the system? If I
can lock out such entries that would work, but I'd settle for a warning
message. Thanks.