D
David
My listbox allows deletions. After I process a delete, the
code does a requery to refresh the listbox. The requery
statement causes an error "you must save the current field
before you run the requery action". What does this mean
and how do I fix it?
When the delete key is pressed, I do have to loop thru the
list box entries to validate the deletion.
code does a requery to refresh the listbox. The requery
statement causes an error "you must save the current field
before you run the requery action". What does this mean
and how do I fix it?
When the delete key is pressed, I do have to loop thru the
list box entries to validate the deletion.