Don't want to go to the next record

G

Greg

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?
 
W

Wayne-I-M

Hi Greg

Change the tab order of the text box (it may be the last tab at the moment)
 
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.
 
Top