You're right, that was a dumb mistake for me to make. At least it was an easy fix with your advice. Everything is working correctly now, thanks for the help again!
I don't need to display a specific record, this worked perfectly for deleting the item.
I would also like to have the same thing happen when I add a new record to my continuous form. I tried setting the same code in my OnClick event for the save button, but it isn't working correctly. When I...
Hi,
I have a continuous form that serves as a list of items. When a user selects a record, a new form opens that allows you to edit or delete the item. My problem is that I want the continuous form to update as soon as a record is deleted from the other form.
Currently, when a record is...
Hi,
I have built a continuous form that's basically a big list different items. I have comboboxes at the top that allow you to filter the list to find the items you want.
I have it set up so after one combobox is updated, a string is built using the text in each combobox, then that string is...