A
Arvi Laanemets
Hi
I have some table like:
MyTable: ID, Code, EntryTag
, where ID is an autonumeric (Main Index) field.
What is best way to make Code field do be unique when not empty, but to
allow it be empty for any number of entries. (When the new entries are
entered into table, Code may be not available jet for them. When user later
edits entries and enters missing codes, no code existing in other entries
can be allowed)
Thanks in advance!
Arvi Laanemets
I have some table like:
MyTable: ID, Code, EntryTag
, where ID is an autonumeric (Main Index) field.
What is best way to make Code field do be unique when not empty, but to
allow it be empty for any number of entries. (When the new entries are
entered into table, Code may be not available jet for them. When user later
edits entries and enters missing codes, no code existing in other entries
can be allowed)
Thanks in advance!
Arvi Laanemets