GoToRecord(Form header to detail)

DH

Registered User.
Local time
Today, 08:45
Joined
Jun 11, 2000
Messages
21
More than likely a simple question.

I have a combo box in Form header.When I press enter the details are shown in Form detail.On press enter how to I have the focus automatically change to a field in Form detail.

Thanks in advance

David
 
On the update event of your combo box, add the code : Me!<fldname>.setfocus
 
Thank you for the quick response

Just a couple of questions,

If I already have code in the AfterUpdate can I add this code to it.

Also,how to I write the code in order to go from the Formsheader to Formsdetail.

David
 

Users who are viewing this thread

Back
Top Bottom