Sean Spencer
12-01-02, 04:56
| Hi, I have produced a table of fieldnames that need to be checked against ANOTHER table, that I want to be able to check if they are NULL for e.g. The idea is I can simply add fieldnames to this table at any point without having to hardcode the fields to check within the VB app. I'm assuming there is some way of doing this - I'm just not sure how. I am using ADO to connect to the Access database. However, I wanted to simply open the recordset of fields to check and DO/UNTIL (EOF) to check the fields are not NULL in another table. The backend database is Access - and DOESNT force input - I cant affect this in any way. Any help on this subject would be most appreciated. Regards, Sean Spencer. |