I have files numbered 1-100 say with names and addresses etc also in the
record. Sometimes these details need to be archived but the number remains
in the database for re - use. In female terms I want to say if column b-g is
blank then column a copy to query 1. (if that makes sense??) Thanks guys!
> Use a Left Join instead of an Inner join and add selection criteria that
> selects rows where the primary key on the right side table is null:
[quoted text clipped - 10 lines]
> >
> > Thanks
Jeff Boyce - 05 Apr 2005 14:57 GMT
We're not there, and can't see your database design unless you describe it
to us.
We may have a different meaning than you do for "files numbered 1-100" ...
what do you mean?
Why do you feel it is necessary to "archive" (and what do YOU mean by that)
some of the "details" (do you mean a person's name can be a "detail"?)?
What "number"? What are you referring to when you say "the number remains
in the database for re-use" (and what does "re-use" mean to you)?
In Access, you don't copy a column (?field) to a query. You can create a
query that displays a column (or updates).

Signature
More info, please ...
Jeff Boyce
<Access MVP>
> I have files numbered 1-100 say with names and addresses etc also in the
> record. Sometimes these details need to be archived but the number remains
[quoted text clipped - 15 lines]
> > >
> > > Thanks