G
Guest
Hi,
Right now I have a database with the main form having a subform. I am
trying to clean up the main form because it has to much information and I
want to remove the subform and have it so there is a button to click to bring
up the information in what is now the subform. I can create the button and
get the macro to pull up the subform, but it's not pulling the information
tied to the correct record I am looking at in the main form. I tried adding
a where condition in the macro with something like
fieldxfrommainform=fieldyfromsubform but that didn't work. How do I tie the
2 together?
Thanks.
Right now I have a database with the main form having a subform. I am
trying to clean up the main form because it has to much information and I
want to remove the subform and have it so there is a button to click to bring
up the information in what is now the subform. I can create the button and
get the macro to pull up the subform, but it's not pulling the information
tied to the correct record I am looking at in the main form. I tried adding
a where condition in the macro with something like
fieldxfrommainform=fieldyfromsubform but that didn't work. How do I tie the
2 together?
Thanks.