Hi,
I have written the following code:
CurrentDb().Execute "Delete * From BasicData Where IsNull([DischargeDate] = False)"
However, the outcome is that all the records that [DischargeDate] without data were deleted. I want to delete the records that [DischargeDate] had fill in data.
Can anyone help? Thanks in advance.
I have written the following code:
CurrentDb().Execute "Delete * From BasicData Where IsNull([DischargeDate] = False)"
However, the outcome is that all the records that [DischargeDate] without data were deleted. I want to delete the records that [DischargeDate] had fill in data.
Can anyone help? Thanks in advance.