How do I make a field active from a procedure

I want to make the first field active so I don’t have to select it.

You just use the Field statement.

Note, you can specify the field either by name, or by number, so

Field 1

will get you the first field, whatever its name might be.

Yes, I know how to get to the field, but how to I make it active so I can start entering data right away? Is their a command for this?

Use the editcell statement following the Field statement.