G
Guest
This is a question for Access 2000.
I need to search a large table to find specific records (the criteria will
be a date) then once these records are identified I need to update a field in
a related record within the same table (I will be able to identify the
related record through a small calculation which will give me a way to
identify it).
So in short:
-Identify Records that meet criteria (can be many records)
-For each record that meets criteria, update a related record within the
same table.
Identifing the records is the easy part but how do I update the related
records easily. Can I do a query within a query?
I have thought of a rather lengthy way to do it but I just cannot think of
an easy way to do this. I used to be pretty good with Access and VBA but have
been away from it for a few years and it is coming back slowly. I feel sure I
am missing a somewhat easy solution.
Any advice would be appreciated.
Thanks
I need to search a large table to find specific records (the criteria will
be a date) then once these records are identified I need to update a field in
a related record within the same table (I will be able to identify the
related record through a small calculation which will give me a way to
identify it).
So in short:
-Identify Records that meet criteria (can be many records)
-For each record that meets criteria, update a related record within the
same table.
Identifing the records is the easy part but how do I update the related
records easily. Can I do a query within a query?
I have thought of a rather lengthy way to do it but I just cannot think of
an easy way to do this. I used to be pretty good with Access and VBA but have
been away from it for a few years and it is coming back slowly. I feel sure I
am missing a somewhat easy solution.
Any advice would be appreciated.
Thanks