I have a primary key in a table comprised of 2 fields. Fld1 by itself can be a duplicate and Fld2 by itself can be a duplicate but together they must be unique. Fld1 must have a value entered but Fld2 does not always need a value entered. Is this possible? I can't seem to get it to work. I just keep getting the error message that you can't enter nulls in a primary key field. I thought that since both fields made up the primary key that as long as there was a value in Fld1, this would be okay.
Thanks for any help!
Thanks for any help!