On Sat, 21 Mar 2009 11:56:37 -0400, JamesJ wrote:
Ah. But now I'm getting #Name?
This should be in the Control Source of the Unbounf Textbox?
James
You appear to be missing the opening bracket for RecordsetClone.
It should be;
="Record # " & [CurrentRecord] & " of " &
[RecordsetClone].[RecordCount]
I'm setting the following to as the Control Source of an unbound
textbox
to display
the record number and the number of records being returned but Access
2007 tells me there's a syntax error.
This is copied and pasted from another post.
="Record # " & [CurrentRecord] & " of " &
RecordsetClone].[RecordCount]
James
That works for me.
Check your references. Perhaps you're missing a needed one.
Open any module in Design view (or click Ctrl + G).
On the Tools menu, click References.
Click to clear the check box for the type library or object library
marked as "Missing:."
An alternative to removing the reference is to restore the referenced
file to the path specified in the References dialog box. If the
referenced file is in a new location, clear the "Missing:" reference
and create a new reference to the file in its new folder.
For even more information, see
http://www.accessmvp.com/djsteele/AccessReferenceErrors.html