R
red6000
Hi,
I have a table which is set to prevent duplicate entries and as such if the
user tried to enter duplicate data in the form they get the default warning
message:
'The changes you requested to the table were not succesful because they
would create duplicate values in the index, primary key etc etc '
Is it possible (using the Before Update event?) to surpess the default
message for my own which is more friendly and specifically tells the user
what they need to do (ie to use my 'retrieve' function that I have created).
Many thanks for any help.
I have a table which is set to prevent duplicate entries and as such if the
user tried to enter duplicate data in the form they get the default warning
message:
'The changes you requested to the table were not succesful because they
would create duplicate values in the index, primary key etc etc '
Is it possible (using the Before Update event?) to surpess the default
message for my own which is more friendly and specifically tells the user
what they need to do (ie to use my 'retrieve' function that I have created).
Many thanks for any help.