cannot delete reminder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have a form "reminders", I have put a command button on this form to
delete/clear a reminder, but the command button will not delete the reminder.
nothing happens when I hit the delete button. Any suggestions. Thanks

The "reocord source" property uses a query to select fields from two
different tables.

AJ
 
AJ said:
Hello, I have a form "reminders", I have put a command button on this
form to delete/clear a reminder, but the command button will not
delete the reminder. nothing happens when I hit the delete button.
Any suggestions. Thanks

The "reocord source" property uses a query to select fields from two
different tables.

AJ

Maybe you could post the code?
 
Hello, when I appended data into my table the ID had duplicates so it had two
reminders with the same ID. I delete and added the ID column into the table
to remove duplicate ID numbers and its clearing the reminders. Thanks

AJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top