How do I disable record cycling in a form

D

David Gartrell

Hi everyone,

Don't know if anyone can help or not but here goes...

Basically i've got a form that displays records in a table. I've set it so
that pressing enter or tab just cycles through the fields on the current
record. However pressing 'page up' or 'page down' or using the wheel on the
mouse will still allow me to cycle through all the records in the table but
I don't want it to do this. Is there any way I can disable this so that the
form won't go to any other record regardless of what I do.

Thanks in advance

David.
 
B

BruceM

If by "current record" you mean the new record only, you could set the
form's Data Entry property to Yes (property sheet, Data tab)
 
D

David Gartrell

Thanks very much for your advice Bruce I reckon that may very well just do
the trick

All the best

David.
 

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

Top