G
Guest
Hello,
Is there a way to delete a partially filled record using VB code. What
happens is a user will fill in a couple of fields then move to a different
record. The problem with this is if they don't enter data into the Name
field, then I can't tell who the data belongs to.
I need a way to make sure all of four fields are filled with data and if
they are not then delete the partially filled record from the table.
For example, I have these fields:
cboEmp_Name ( Control Source = Employees_ID )
cboTitle ( Control Source = Managers_ID )
cboDept ( Control Source = Departments_ID )
txtNotes ( Control Source = Notes)
Any help at all with this will be greatly appreciated!
-A
Is there a way to delete a partially filled record using VB code. What
happens is a user will fill in a couple of fields then move to a different
record. The problem with this is if they don't enter data into the Name
field, then I can't tell who the data belongs to.
I need a way to make sure all of four fields are filled with data and if
they are not then delete the partially filled record from the table.
For example, I have these fields:
cboEmp_Name ( Control Source = Employees_ID )
cboTitle ( Control Source = Managers_ID )
cboDept ( Control Source = Departments_ID )
txtNotes ( Control Source = Notes)
Any help at all with this will be greatly appreciated!
-A