In Access 2000, I want to run an append query, but include data that is in memory into a field in the append to table
I have the following:
Public UserId as integer
When the append query runs I want to include the UserId in the field "UserId" in the append to table. In this way I will know who did what!
I have the following:
Public UserId as integer
When the append query runs I want to include the UserId in the field "UserId" in the append to table. In this way I will know who did what!