PresleyKSU
MIS
Why wouldn't all the data from a table show up in a subform if the subform and mainform are pointing to that specific table?
Example: I have a Main Search form. Once the user enters criteria thru combo boxes, a new "pop-up" form appears. During this process, I have a query that popoulates a new table named tblSearch with the search results. Withing this new "pop-up" form, I have a subform and all the Child links are set to the "pop-up" form. The subform should be pulling the results from the tblSearch but for unknown reasons it's only pulling the first few of 1000 or more records.
Any ideas? I know this is a Bass Ackwards approach to this but that's the way the Boss Man wants it.
Example: I have a Main Search form. Once the user enters criteria thru combo boxes, a new "pop-up" form appears. During this process, I have a query that popoulates a new table named tblSearch with the search results. Withing this new "pop-up" form, I have a subform and all the Child links are set to the "pop-up" form. The subform should be pulling the results from the tblSearch but for unknown reasons it's only pulling the first few of 1000 or more records.
Any ideas? I know this is a Bass Ackwards approach to this but that's the way the Boss Man wants it.