I have a form with the default view being datasheet. It's basically an order form. It's actually a subform linked to the main form by RMA_ID. So the user can enter multiple lines for the order. I need it to keep track of the Line Number. Is there a way to autonumber a field on a form so that each time the user enters another line item the count increases by 1? Right now the user has to manually enter the line number each time a line is added. I've attached a screenshot of the form.