hi,
i have 2 forms:
Form1 - Separate view form and Form2 - regular view form.
in Form1 i have a column with filter, in Form2 i update fields of column that i filtered in Form 1.
i want that when i close Form2. Form1 update immediately(now Form1 update only if i click Refresh in the top toolBar of access)
i try to write:
studentsList.Refresh
Form1 didn't update/
thank youuu,
miki