G
Guest
How do i check all records in VBA? I have to check all records. If they're
null...
In other words, I want to make this code example;
If IsNull(TableColumn) Then
....
null...
In other words, I want to make this code example;
If IsNull(TableColumn) Then
....