Thank you all for the help last weekend. I have run up against a new snag. I hope this will make sense...

I have a table that should be indexed on two numeric columns: EpNo and SetNo
-there can be multiples of the same EpNos in the table but only one combination of the same EpNo and SetNo -the same SetNo can appear many times in the table, but only once per EpNo

The way it is currently set up, if I enter a duplicate SetNo, I get an error message (that it needs to be unique) if that number exists in the table, even if it exists with another EpNo.

This is an existing application, with data in it. Is there a way to work around this issue, or a better way to do it?

thanks,

Lin


--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to