Forum Discussion
TheShah
Dec 29, 2022Copper Contributor
Insert vs Append
In VBA, how do you differentiate between a record that is inserted by the user vs. appended in a form? I have some cached fields in a record that I would like to clear when a record is appended.
arnel_gp
Dec 29, 2022Steel Contributor
no difference. inserted record is not really "inserted" on the location you want it to appear, rather it is Appended at the end of the table.