D
David Dunster
I want to compare identical fields in two different databases. Both
databases have the same field names.
A simple compare of:
if import![field]<>export![field] then .....
will work but I would need to do this field by field compare about 20 times.
Is it possible to access the fields in a table and do a simple 'for each
.....' such as:
for each field in export
if import![field]<> export![field] then
blah
blah
end if
next each
I only have the one VB programmer's guide and I can find an example of doing
this with a form but I need the same results using a table instead of a form
Thanks much for any help.
signed
Dave, VE5DGD
databases have the same field names.
A simple compare of:
if import![field]<>export![field] then .....
will work but I would need to do this field by field compare about 20 times.
Is it possible to access the fields in a table and do a simple 'for each
.....' such as:
for each field in export
if import![field]<> export![field] then
blah
blah
end if
next each
I only have the one VB programmer's guide and I can find an example of doing
this with a form but I need the same results using a table instead of a form
Thanks much for any help.
signed
Dave, VE5DGD