A
Andy Korth
This should be a short one...
I've got one of those fancy continous forms. In the
header, I'd really like a little text box that says:
"Now viewing 10 records."
Actually, I'd like it to just say 10- when there are 10
rows showing in my form, of course.
Anyway, the obvious solution here is DCount. However, it
doesn't seem to work having DCount in the control source
of a textbox. Any ideas?
The recordsource is a pretty long SQL string, with a
WHERE clause in it, so that needs to be in the DCount, if
that is the route to take.
Thanks a lot,
Andy
I've got one of those fancy continous forms. In the
header, I'd really like a little text box that says:
"Now viewing 10 records."
Actually, I'd like it to just say 10- when there are 10
rows showing in my form, of course.
Anyway, the obvious solution here is DCount. However, it
doesn't seem to work having DCount in the control source
of a textbox. Any ideas?
The recordsource is a pretty long SQL string, with a
WHERE clause in it, so that needs to be in the DCount, if
that is the route to take.
Thanks a lot,
Andy