Hi all
The aim I have is to add a new record to a single table. However the way I am doing it at the moment means I am opening the entire table in a recordset and then updating...I'm guessing this is not particularly efficient.
Is there a better way to add/append a new record to the end of an existing table? Many thanks.
The aim I have is to add a new record to a single table. However the way I am doing it at the moment means I am opening the entire table in a recordset and then updating...I'm guessing this is not particularly efficient.
Is there a better way to add/append a new record to the end of an existing table? Many thanks.