I have a listbox with a doubleclick event that opens up a record. Then only way to delete that record is by opening it up from that listbox and then using the record delete function on the form. I don't want to create delete buttons so that if they decide to delete a record the deletion is more deliberate. Anyways, I want the listbox to automatically update after the record is deleted and I can't figure out where to place the
listbox.requery function. Any ideas?
listbox.requery function. Any ideas?