G
Guest
I have a database that I inherited. There is a problem with the forms. I
have a main form that you populated with say 5 pieces of data that feeds a
table. Then further down on this form there is a pull down which has the
values "high, medium, or low". After you select one of the values you hit a
button and a new form pops up to enter some more specific data (if you
selected "low" a form for low appears where you put some other data in, if
you select "medium" a form for medium info pops up, etc.) This is the issue,
when I open the second form (based on the "low medium or high" selection) it
takes me to the beginning record in the table. (All the forms feed the same
table). So lets say I am working on record 16. I fill in my basic
information. Then I select "low" to take me to the "low" form. Once I am
there, the form is on record 1, not record 16. I need to find a way to be
able to select from my combo box "low", "medium", or "high" and then when I
hit the button to open the corresponding form it keeps me in the same record.
I dont know why it was created this way but it was. Can someone just help
me get the second forms to stay with the current record I am working on? All
the data resides in the same table it is just the forms are getting screwed
up! TIA!
have a main form that you populated with say 5 pieces of data that feeds a
table. Then further down on this form there is a pull down which has the
values "high, medium, or low". After you select one of the values you hit a
button and a new form pops up to enter some more specific data (if you
selected "low" a form for low appears where you put some other data in, if
you select "medium" a form for medium info pops up, etc.) This is the issue,
when I open the second form (based on the "low medium or high" selection) it
takes me to the beginning record in the table. (All the forms feed the same
table). So lets say I am working on record 16. I fill in my basic
information. Then I select "low" to take me to the "low" form. Once I am
there, the form is on record 1, not record 16. I need to find a way to be
able to select from my combo box "low", "medium", or "high" and then when I
hit the button to open the corresponding form it keeps me in the same record.
I dont know why it was created this way but it was. Can someone just help
me get the second forms to stay with the current record I am working on? All
the data resides in the same table it is just the forms are getting screwed
up! TIA!