Start cursor in header?

P

pfm721

I am trying to figure out how to make the cursor start in a text box that is
located in the forms header. Does anyone know how to code it so that the
cursor will start there?

Thanks,
Patrick
 
S

Stefan Hoffmann

hi,
I am trying to figure out how to make the cursor start in a text box that is
located in the forms header. Does anyone know how to code it so that the
cursor will start there?
You can set the TabOrder either in the property editor for each control
seperatly or you can use the context menu in the design view in each
section (header, detail, footer) to set it.


mfG
--> stefan <--
 
Top