I am using a form where the user can hit a button to retrieve information for a date and a different button to delete all dates.
I have list box on the form which lists the results of a query showing the dates that have been retrieved. After the user pulls a new date I do me.refresh which updates the dates retrieved in the list box.
However, when I try to delete all dates I get an error because the query showing retrieved dates is locking the records. I have the lock records option set to no in the properties for the list box.
Any thoughts on how to work around this problem would be appreciated.
Thanks in advance,
Ron
I have list box on the form which lists the results of a query showing the dates that have been retrieved. After the user pulls a new date I do me.refresh which updates the dates retrieved in the list box.
However, when I try to delete all dates I get an error because the query showing retrieved dates is locking the records. I have the lock records option set to no in the properties for the list box.
Any thoughts on how to work around this problem would be appreciated.
Thanks in advance,
Ron