I currently have a form (firstform) that contains a button. If I click the button it opens another form (secondform - as a sepated window) that displays data. I use VB (DoCmd.OpenForm "secondform") to open the second form. This works fine.
Now I am trying to insert the secondform into the firstform (I believe in this case the secondform is called a subform?). Problem is, for the life of me I can't work out how to get the second form to work when it is embedded in the firstform. I know this must be really easy to do, but some hint of what I should seach for I'm sure would really help.
Now I am trying to insert the secondform into the firstform (I believe in this case the secondform is called a subform?). Problem is, for the life of me I can't work out how to get the second form to work when it is embedded in the firstform. I know this must be really easy to do, but some hint of what I should seach for I'm sure would really help.