I am using a view that users are entering data into. There is a possibility that all the fields in the table will be exactly the same and when the table updates I get an error (The key defined for the KeyField property for table is not unique). What I'd like to do is figure out how to check this before it updates the table and put in my own message (warning, duplicate entry), or keep the table from updating that record without losing all the other records, which is what I think will happen if I do a tablerevert(), right?? Any thoughts on the easy way to do this or where to check the entries before it gets update?
Thanks!
Eve
Thanks!
Eve