Using: Access 2000
I have a rather large subform that does not properly fit onto the same page as the main form. I was thinking of making the subform a popup form. The problem I'm having is that when I set up the subform as a popup form it doesn't display the correct records like it does when it is set up as a normal subform. I have a one to many relationship between the two tables.
My questions are as follows:
1. Would a popup form be the best solution for this?
2. How would I write the VBA code for the on click command so that the correct record(s) will display in the popup form like it does when it's a subform?
Thank you for the help.
I have a rather large subform that does not properly fit onto the same page as the main form. I was thinking of making the subform a popup form. The problem I'm having is that when I set up the subform as a popup form it doesn't display the correct records like it does when it is set up as a normal subform. I have a one to many relationship between the two tables.
My questions are as follows:
1. Would a popup form be the best solution for this?
2. How would I write the VBA code for the on click command so that the correct record(s) will display in the popup form like it does when it's a subform?
Thank you for the help.