I need to loop the below code so that it runs on all rows in the subform:
If Me.TblEquipmentInventory_subform!Return = True Then
Me.TblEquipmentInventory_subform!EmployeeID = Null
End If
Any ideas? (I know this is basic... but I am new to VBA and learning) Thanks!
In case ur interested, I am using this in order to allow the user to check a yes/no box next to an item assigned to an employee and delete the employee ID if the item is no longer assigned to them.