R
RobVT
Running MS Access 2003.
I have a set of two forms that I'm using to input new records into two
different tables. The first form asks for high-level project
information such as location, type, etc. This data is fed into a table
with the matching fields.
I have my forms set up such that when the user clicks "Continue", a
second form for more detailed project characteristics are collected.
The form that opens and the fields collected depends on the "Project
Type" entered on the previous form. When the user finishes filling out
the second form, this data is input into the appropriate table.
What I would like to do is put a "Back" button on the second form to
allow the user to modify his/her original information, incase they've
made a mistake along the way. However, when I go Back with my button,
I get a new blank form. The reason for this is that I have my form set
On Open, create a new record. I would like to modify this such that if
the original form is re-opened from the second form, the information
just input will show up for modification.
I've tried just changing the visibility of the forms but apparently
this acts the same as closing and reopening the form.
Any help is much appreciated. Thanks in advance!
I have a set of two forms that I'm using to input new records into two
different tables. The first form asks for high-level project
information such as location, type, etc. This data is fed into a table
with the matching fields.
I have my forms set up such that when the user clicks "Continue", a
second form for more detailed project characteristics are collected.
The form that opens and the fields collected depends on the "Project
Type" entered on the previous form. When the user finishes filling out
the second form, this data is input into the appropriate table.
What I would like to do is put a "Back" button on the second form to
allow the user to modify his/her original information, incase they've
made a mistake along the way. However, when I go Back with my button,
I get a new blank form. The reason for this is that I have my form set
On Open, create a new record. I would like to modify this such that if
the original form is re-opened from the second form, the information
just input will show up for modification.
I've tried just changing the visibility of the forms but apparently
this acts the same as closing and reopening the form.
Any help is much appreciated. Thanks in advance!