If a new record will be similar to the previous one, automatically fill text boxes with that data for the user to edit.
On my form, in the BeforeInsert event, I have:
Call CarryOver(Me)
In the module called basCarryOver this is my code:
Sub CarryOver(frm As Form)
On Error GoTo...