Record Selectors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to disable the record selectors but I also want to display the number
of records there are on the form somewhere, so if the is 4 records it will
show 4 records , 5 shows 5 e.t.c. is there any way of doing it
 
You can turn off the Record Selector by setting the Record Selectors
property for the form to No (False).
But is this what you are wanting to do ???
Sounds like you are talking about the Navigation Buttons and the bottom of
the form ....
You can turn these off by setting the Navigation Buttons property for the
form to No (False).

As for showing the number of records returned ... use: Count(*) to return
this value.
 
i ve tried that but I'm getting 69 instead of 4

Ricky Hicks said:
You can turn off the Record Selector by setting the Record Selectors
property for the form to No (False).
But is this what you are wanting to do ???
Sounds like you are talking about the Navigation Buttons and the bottom of
the form ....
You can turn these off by setting the Navigation Buttons property for the
form to No (False).

As for showing the number of records returned ... use: Count(*) to return
this value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top