I have a subform that is bound to a table called last_test. This subform show the first record in the last_test table. When I close the main form I want to delete the first record in the last_test table. So, when I return to the main form the next record is showing in the subform.
I am looking at DAO DeleteRecord.
I figured that I could delete the record based on the ID field which is unique. I am not seeing a way to make DeleteRecord see the specific ID.
Thanks, GGuy
I am looking at DAO DeleteRecord.
I figured that I could delete the record based on the ID field which is unique. I am not seeing a way to make DeleteRecord see the specific ID.
Thanks, GGuy