J
JimS
My client decided with no notice to convert to A2007 today from A2003...25
tables, 200 queries, etc....
Anyway, I've gotten in and solved a few issues, but one is being difficult.
I have a text box on the main form (in a tabbed control) that refers (in its
control source) to a subform as follows:
=IIf(sfmPOLinesTab.Form.recordset.RecordCount>0,sfmPOLinesTab.Form!tbTotalPODlrValue,0)
The idea is to reiterate the totals from the subform on the main (tabbed)
form. It worked just fine in A2003. Now it's failing. I tried using the
"build" wizard to rebuild the control source, but two problems. "recordset"
is not available at design time, so I'm forced to us it as it, and while it
builds the "sfmPOLinesTab....." part of it just fine, I can't see it even at
run time. It says "...refers to an object that has no value..." Error 2427.
I put "me." in front of the recordset reference, and that seemed to help
that reference. Putting "me." in front of the other reference did not.
Any ideas? Other gotchas I need to worry about?
tables, 200 queries, etc....
Anyway, I've gotten in and solved a few issues, but one is being difficult.
I have a text box on the main form (in a tabbed control) that refers (in its
control source) to a subform as follows:
=IIf(sfmPOLinesTab.Form.recordset.RecordCount>0,sfmPOLinesTab.Form!tbTotalPODlrValue,0)
The idea is to reiterate the totals from the subform on the main (tabbed)
form. It worked just fine in A2003. Now it's failing. I tried using the
"build" wizard to rebuild the control source, but two problems. "recordset"
is not available at design time, so I'm forced to us it as it, and while it
builds the "sfmPOLinesTab....." part of it just fine, I can't see it even at
run time. It says "...refers to an object that has no value..." Error 2427.
I put "me." in front of the recordset reference, and that seemed to help
that reference. Putting "me." in front of the other reference did not.
Any ideas? Other gotchas I need to worry about?