Not sure what you mean... just use defaults when creating form. Tried with a test form and no good. It looks like this in the form's property sheet:
=[recordset].[RecordCount]
... but comes up #Name? in the field.
A.
Thhe form has this in the Filter property:
((((Main.[Account Type])<>"NON" And (Main.[Account Type])<>"TBF")))
Recordset Type is Dynaset.
So what exactly should I put in the text box on the form...?
Thanks,
ASF
=Recordset.RecordCount didn't work. I tried tablename.recordcount and formname.recordcount, and everything else I could think of... to no avail.
...but thanks for the suggestion....
A.
Anyone know an easy way to show the current record number on a record-filtered form -- without showing the navigation arrows? (I don't use control numbers.) Example: There are 1000 records in the "Main" table. The form is filtered and shows only those west of the Mississippi river -- 400...
You mean this?
Private Sub Command399_Click()
subNextRecord
End Sub
It doesn't work. I get an error: "Expected variable or procedure, not module."
Thanks!
How do I call a module from a button on a form? I go to the OnClick poperty, then open "Code Builder," and I see:
-----------------------------------
Private Sub Command399_Click()
End Sub
-------------------------------------
So what the heck goes in the sub to actually run my module (which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.