I have a simple screen.
A listbox, some fields, and a few command buttons, what is not working is when I click on a add button. In the add button I append a record to the table then refresh the field on the form if I refresh the listbox or refresh form the record pointer gets changed and the data from the first record is then displayed in the fields. All I want to do is refresh the listbox with the data as in is entered in the corresponding fields on the form. The listbox has 3 display fields.
Thanks Paul
A listbox, some fields, and a few command buttons, what is not working is when I click on a add button. In the add button I append a record to the table then refresh the field on the form if I refresh the listbox or refresh form the record pointer gets changed and the data from the first record is then displayed in the fields. All I want to do is refresh the listbox with the data as in is entered in the corresponding fields on the form. The listbox has 3 display fields.
Thanks Paul