G
Guest
Hello Gang,
I tried looking through all the other postings & couldn't find a solution.
I hope this is pretty trivial...
I want to have a pop-up form gather more information about a particular
record. I don't want to add another tab in the form itself, nor do I want to
create a sub-form. Instead, I want a pop-up window to appear so the user can
input more information about that particular record.
I created a button called "More..." to handle this. The button is clicked
to store more information about the record (self-explanatory). This button
is tied to a macro that opens up the new form to gather additional
information. When I input data into this new form, save it, and then
close... it doesn't store the data for the master record I was in.
Ex: Say my database has 3 master records. When I'm on record #2, I hit this
"More" button, the pop-up window comes up, I save the record and close the
pop-up window. However, now when I go to Master record #1, and hit the
"More" button again, the data I just entered when I was in master record #2
comes up. It should be blank because I'm now in Master Record #1.
In short, I want the pop-up window to store the record I was currently in on
the Master Form. I created a SAVE button on the pop-up window to save the
information for that current record. Btw, all this information for the
pop-up form is stored on a separate table and the relationship is linked
successfully.
I tried the "Where" function, but I'm not so familiar with it.
Any help is greatly appreciated.
Happy holidays.
Frank
I tried looking through all the other postings & couldn't find a solution.
I hope this is pretty trivial...
I want to have a pop-up form gather more information about a particular
record. I don't want to add another tab in the form itself, nor do I want to
create a sub-form. Instead, I want a pop-up window to appear so the user can
input more information about that particular record.
I created a button called "More..." to handle this. The button is clicked
to store more information about the record (self-explanatory). This button
is tied to a macro that opens up the new form to gather additional
information. When I input data into this new form, save it, and then
close... it doesn't store the data for the master record I was in.
Ex: Say my database has 3 master records. When I'm on record #2, I hit this
"More" button, the pop-up window comes up, I save the record and close the
pop-up window. However, now when I go to Master record #1, and hit the
"More" button again, the data I just entered when I was in master record #2
comes up. It should be blank because I'm now in Master Record #1.
In short, I want the pop-up window to store the record I was currently in on
the Master Form. I created a SAVE button on the pop-up window to save the
information for that current record. Btw, all this information for the
pop-up form is stored on a separate table and the relationship is linked
successfully.
I tried the "Where" function, but I'm not so familiar with it.
Any help is greatly appreciated.
Happy holidays.
Frank