Hi!
I'm not sure if this is a VBA question but I'm guessing it is since I don't know any function (this doesn't say much) that would make what I'm looking for.
Is there a way to recognize all the empty fields per entry? Maybe this would be like a report or a query, but for example, i have this table:
tblMAIN
ID (autonumber) | Field1 | Field2 | Field3 | Field4
I would like sth like a report/qry saying:
ID | Empty Fields
1 | Field1, Field2
2 | Field3, Field4
3 | Field2, Field3, Field4
4 |
5 | Field 3
and so on...
I'm not sure if this is a VBA question but I'm guessing it is since I don't know any function (this doesn't say much) that would make what I'm looking for.
Is there a way to recognize all the empty fields per entry? Maybe this would be like a report or a query, but for example, i have this table:
tblMAIN
ID (autonumber) | Field1 | Field2 | Field3 | Field4
I would like sth like a report/qry saying:
ID | Empty Fields
1 | Field1, Field2
2 | Field3, Field4
3 | Field2, Field3, Field4
4 |
5 | Field 3
and so on...