S
Stephen Glynn
I'm trying to check a very large form.
It contains a lot of unbound check boxes, the tag property of each of
which (I hope) corresponds to the ItemID field (primary key) in
tblMyTable and the name property of which corresponds with the
appropriate ItemCode field in the same table.
The form's been constructed manually and proof-read manually. Is there
a way of extracting the controls' names and tags and inserting them
into a temporary table so I can then run a find unmatched query with
tblMyTable? (I'm hoping that there will be no unmatched entries).
Steve
It contains a lot of unbound check boxes, the tag property of each of
which (I hope) corresponds to the ItemID field (primary key) in
tblMyTable and the name property of which corresponds with the
appropriate ItemCode field in the same table.
The form's been constructed manually and proof-read manually. Is there
a way of extracting the controls' names and tags and inserting them
into a temporary table so I can then run a find unmatched query with
tblMyTable? (I'm hoping that there will be no unmatched entries).
Steve