Hi,
here's my situation...
first i will have to get the location from tblLocation...
there will be:
C:\
D:\
E:\
and then will have to search from these 3 locations one by one (is there a
loop or something like in
VB??) starting with C:\ and then D:\ and then E:\.
I will have to do this as i search each drive:
I will have to match the filename that i've searched with another primary
key field of another table tblFiles...
i will match the filename and the primary key, if it match, then i will
update the availability field in tblFiles to 1, else to 0...
I just don't know how to run this all in one shot, can someone teach me
pls...