Don't want to go to the next record

G

Guest

On my form I have a combobox and based on selection from this box I am
displaying text box that is not visible when form is loaded. When for
example status is closed I am displaying text box with notes.
If I put additional notes and press enter form will display another record.
Is there is a way to see the same record after pressing enter?
 
H

Harvey Thompson

Greg said:
On my form I have a combobox and based on selection from this box I am
displaying text box that is not visible when form is loaded. When for
example status is closed I am displaying text box with notes.
If I put additional notes and press enter form will display another
record. Is there is a way to see the same record after pressing enter?

Greg,
Change the form's Cycle property (on the 'Other' tab) to: CurrentRecord.
 

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