Recent content by alegatzke

  1. A

    Updating continuous form after deleting record

    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!
  2. A

    Updating continuous form after deleting record

    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...
  3. A

    Updating continuous form after deleting record

    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...
  4. A

    Filtering continuous form with multiple comboboxes

    Worked perfectly, thanks. I probably would have never gotten that syntax correct in 1,000 years.
  5. A

    Filtering continuous form with multiple comboboxes

    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...
Back
Top Bottom