the problem is; i'm trying to find a way to add the Addnew row to a datagrid as soon as my users complete the contents of at least one cell in the CURRENT addnew row. i've learned to do this by a combination of 'enter'key and arrow/up keys, but i can't expect my users to know this.
it is even more vague when the datagrid has an empty recordset, as in say a customers/Orders form where the datagrid represents the line item orders for the customer. now imagine if you will that the customer is new or hasn't made any orders yet. the datagrid recordset obviously only contains the AddNew row. so my user fills in this single row and then how does s/he add another row (i.e. w/o using the keystrokes i've mentioned above). I don't want to use a recordset update because i'm using 'batch' updating.
i've also tried a Recordset.additem w/ the IF condition of 'addnewmode=addnewpending' however this fires whatever method that is used to add a new row TWICE.
THANKS FOR THE HELP
JOHN
it is even more vague when the datagrid has an empty recordset, as in say a customers/Orders form where the datagrid represents the line item orders for the customer. now imagine if you will that the customer is new or hasn't made any orders yet. the datagrid recordset obviously only contains the AddNew row. so my user fills in this single row and then how does s/he add another row (i.e. w/o using the keystrokes i've mentioned above). I don't want to use a recordset update because i'm using 'batch' updating.
i've also tried a Recordset.additem w/ the IF condition of 'addnewmode=addnewpending' however this fires whatever method that is used to add a new row TWICE.
THANKS FOR THE HELP
JOHN