I have a sub-form that represents a matrix.
I would like to alert the user if a value has been already entered. (These values are not primary keys)
I gather some type of code would need to be used in the AFTER UPDATE event but am not sure what to use. I only want to search the current form for duplicates, not the table.
Any tips?
I would like to alert the user if a value has been already entered. (These values are not primary keys)
I gather some type of code would need to be used in the AFTER UPDATE event but am not sure what to use. I only want to search the current form for duplicates, not the table.
Any tips?