A
alex
Count sfrm records
Hello,
I have the following as a control source of unbound txtbox on a main
form:
=[Forms]![frmMain]![frmSfrm].[Form].[RecordsetClone].[RecordCount]
Interestingly, this works with a record count of <= 501; i.e., when
the record count is > 501, the count will stop at 501.
When I click the sfrm, the textbox will update with the correct count;
e.g., 750.
I tried requery or recalc, but nothing works until I click the sfrm.
Any thoughts?
alex
Hello,
I have the following as a control source of unbound txtbox on a main
form:
=[Forms]![frmMain]![frmSfrm].[Form].[RecordsetClone].[RecordCount]
Interestingly, this works with a record count of <= 501; i.e., when
the record count is > 501, the count will stop at 501.
When I click the sfrm, the textbox will update with the correct count;
e.g., 750.
I tried requery or recalc, but nothing works until I click the sfrm.
Any thoughts?
alex