Click to See Complete Forum and Search --> : Refresh or Update


gknierim
February 24th, 2000, 01:22 PM
I have a form that displays a listview of all the records in the database. When the user clicks the EDIT button, another form appears and they can change that record. The second form(Edit Form) displays a listbox of all the field names for that database for that record. Below the listbox there are text boxes with the current value and new values. When they click on a field in the list box, the current value is displayed. They can enter a new value and click the save button and it updates the database.

My question is this. I am saving to the database fine, but how do I refresh the list box and/or current recordset that I am using so that if they choose another field and then go back to the first field they modified, it reflects the new value? ALSO, how do I refresh the listview in the first form when I am done editing? Any code would be great.

Thanks.

gknierim
March 1st, 2000, 09:42 AM
Nevermind. Fixed it.