I really don't understand much of what you have written. Since you
also write that you can't understand what I wrote earlier, you may be
in over your head technically. I do hope you have a backup copy of
your complete application before you started making changes. If not,
you should make a backup copy now. before you make any more changes.
You may need competent Access help. Maybe you can get someone in your
local market. You can also try getting your problem solved online.
If your data isn't confidential you can decode my address and send me
your application in a zip file (my mail client will delete an MDB or
MDE). I'll have a look at it free of charge. Please also indicate
your time zone and contact info.
HTH
--
-Larry-
--
"troy"
wrote in message
news
A0321E0-89DC-46C3-8D68-D2F20E5A3908@microsoft.com...
> Sorry I dont understad anything you are trying to say. Anyway thanks
for your
> suggestion but I already know about the 10 comandments. However I
have a
> table that has multiple data such as 3 or for of the same product
id's
> because of new versions. Why the other developer built it as un
normal as you
> can get is beyond me. Right now I am trying to figure out a way to
be able to
> take any of the data that has been updated and update it to the
current
> version, nbr etc or whatever it may be tat they are updateing. With
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9697
2 keys in
> the same table it makes it impossible to figure out a way. Right now
I am
> doing a filter query to locate only the last product number (which
will
> elimite the redundancy) then I can work from there.
>
> "Larry Daugherty" wrote:
>
> > If both source and destination tables are within the same database
> > then you really don't want to copy data from one to another.
Visit
> > "Ten Commandments" on www.mvps.org/access to see some more of the
> > rules for relational databases.
> >
> > If you queries seem to be getting too complex then you could save
that
> > first query that yields just the data you wanted (for the table
you
> > shouldn't write) as a named query in the database|queries window.
> > Anything that would have used your new data can now call on your
new,
> > named query.
> >
> > HTH
> > --
> > -Larry-
> > --
> >
> > "troy" wrote in message
> > news:B2F1B979-7DE9-40E5-9337-39C86D04193E@microsoft.com...
> > > I would like to transfer data from one table to another while
> > filtering out
> > > redundant product id numbers. I want to use the target table for
> > additional
> > > queries etc. Is there something I can put in my criteria under
> > Product ID
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9697
> > > that would filter this before it moves?
> >
> >
> >