J
jody
I currently have a database where I have implemented a
button to allow the user to duplicate a record and
increment the date by one day. The table has multi-keyed
fields: repID, date, time, activity. If the user tries
to duplicate a record that already exists in the table,
nothing happens. (I would like to add an error statement
to let the user know that a record already exists.)
Otherwise, the record gets added and shows up on the
form. Since I'm new to VB, I would appreciate any
suggestions or help to create this error message.
Thanks in advance.
button to allow the user to duplicate a record and
increment the date by one day. The table has multi-keyed
fields: repID, date, time, activity. If the user tries
to duplicate a record that already exists in the table,
nothing happens. (I would like to add an error statement
to let the user know that a record already exists.)
Otherwise, the record gets added and shows up on the
form. Since I'm new to VB, I would appreciate any
suggestions or help to create this error message.
Thanks in advance.