R
RobertG
Hi all,
I would like to prevent the entry of duplicate records in a table. Sounds
simple enough, but here's the catch:
1. The duplicates I'm trying to avoid are a combination of 5 fields
2. This is database with a SQL backend
I have tried to create a unique index based on these 5 fields; however, when
I use the upsizing wizard, I receive an error and this index does not make it
to the SQL server.
I know that I should try to keep things like this at the lowest level
possible (i.e. table), but was wondering if anyone had any suggestions about
how to do this from the form.
For your reference, these are the fields I am concerned about:
tblUtilization
Project - Text
SubObject - Text
SubSubObject - Text
ProgramIndex - Text
Allocation - Text
If anyone has any ideas about how to get this to work on either the table
level OR form level, I would greatly appreciate it!
Feel free to ask any questions, if you need additional info...
Robert
I would like to prevent the entry of duplicate records in a table. Sounds
simple enough, but here's the catch:
1. The duplicates I'm trying to avoid are a combination of 5 fields
2. This is database with a SQL backend
I have tried to create a unique index based on these 5 fields; however, when
I use the upsizing wizard, I receive an error and this index does not make it
to the SQL server.
I know that I should try to keep things like this at the lowest level
possible (i.e. table), but was wondering if anyone had any suggestions about
how to do this from the form.
For your reference, these are the fields I am concerned about:
tblUtilization
Project - Text
SubObject - Text
SubSubObject - Text
ProgramIndex - Text
Allocation - Text
If anyone has any ideas about how to get this to work on either the table
level OR form level, I would greatly appreciate it!
Feel free to ask any questions, if you need additional info...
Robert