PDA

View Full Version : Solved: No more new entries on the form



SJWatsi
09-26-2007, 05:25 AM
Hello

I have a question about forms and sub-forms.

I have taken the navigation buttons from the form and would like to move all the submit\update\add new record to a command button.

The command button is fine, it works, but the form still moves onto a new record using the enter key. I would rather the records stay put until it is told to update and bring up a new record by the button click.

Is there anyway that I can turn off these actions??

I hope that this is clear enough.

SWi!

mattj
09-27-2007, 06:32 AM
Set the form's Cycle property to "Current Record".

HTH
Matt

SJWatsi
09-28-2007, 12:43 AM
Thanks for that. Dead easy.