I'm sorry if this is a dup responce, I don't see my earlier one.
Marshall, thanks for your reply. The Cycle property of a form isn't going to work for me.
I have two forms with subforms (think an Order and it's associated line items)
On one form when the user presses the enter key, I want to move the cursor to the next field of that item.
On another form when the user presses the entery key, I want to stay in the current column (think ... quantity) put move down to the next order item.
I can change this behavoir globally using the Tools->Option dialog. What I am looking for is a way to change this behavior dynamically at run-time. Possibly using the DoCmd call.
Any Ideas?
Thanks