R
Rpettis31
I have a form that has a subform which is based on a query, yet when I choose
an option to call another query the form loses the first column of data? I
am not sure as to why? The queries work on their own and when the form is
first opened the data is correct.
Here is my code.
Me.subfrmDMROverview.SourceObject = "query.qryInProcDMR"
Me.subfrmDMROverview.Requery
Me.subfrmDMROverview.LinkChildFields = ""
an option to call another query the form loses the first column of data? I
am not sure as to why? The queries work on their own and when the form is
first opened the data is correct.
Here is my code.
Me.subfrmDMROverview.SourceObject = "query.qryInProcDMR"
Me.subfrmDMROverview.Requery
Me.subfrmDMROverview.LinkChildFields = ""