You can set the form level property FocusControlOnAdd to the control you want.
Thanks, Paul! I knew it had to be simple.
Gere is my code:
{
boSchedule_dtl.schedhdr_id = schedhdr_id;
ActiveControl = cboteam1_id;
cboteam1_id.Select();
}
but when I step though it, the debugge tells me that the activeControl is toolstripcontainer1!
What is going on here? I am just trying to make data entry easier for my users.
TIA.
Marcia