Frankie,
If I understand you correctly, you are wanting to store the same
information in tblClients that you are storing in tblProspects. If that's
correct, then there is no need to do that and, in fact, it is a bad idea.
Merely add a field to the one of your tables that identifies a person as
either a Client or as a Prospect (or both if that's a possibility).

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>I have, among others, the following tables :
> tblprospects -PK [Prospect] - String value
[quoted text clipped - 19 lines]
> Frankie
> Access 2003