Hi,
I need to check each field in a record for data as I loop thu a table. (recordset)
For example
Record looks like:
Field1 Field2 Field3 Field4 etc - Field names
G Smith 23 Blackburn
H Jones 13 Riverside
J Black 123 Campbell
etc
I need to check if there is data in each field for each record while scanning the table.
So I would think that there will be a loop within a loop.
Thanks for any help
Peter
I need to check each field in a record for data as I loop thu a table. (recordset)
For example
Record looks like:
Field1 Field2 Field3 Field4 etc - Field names
G Smith 23 Blackburn
H Jones 13 Riverside
J Black 123 Campbell
etc
I need to check if there is data in each field for each record while scanning the table.
So I would think that there will be a loop within a loop.
Thanks for any help
Peter