I know I'm pushing my luck today with another request but here goes:
I have a main menu form (which I will call form 1) from which I select 1 of 6 tabular forms.
II takes me to a tabular form which (I will call form 2) where Iselectthe record I want to change.
Now I go to a form(which I will call form 3)where I can change any of the fields in the selected record and save the changes by closing form 3.
This drops me back to the original selected 1 of 6 tabular form 2 which is now needs to be updated.
This is my question: What's the best way to update form 2.
What I do now (if I remember to do it).
Is to close form 2 manually by clicking on the form's x.
Thisdrops me back to form 1 where I manually select form 2 again which then get updated.
I hoping there is and easier way to do this by updating form 2 when I drop back to it without having to go back to form 1 or do anything manually.
I've tried everything I know (which is NOT much) without direction and my almost non existent coding ability; I see nothing but problems ahead in this area.
So I can truly say any and all help will be greatly appreciated.
Dave.