Hi there once again folks...
Bit of a prob here thats stumped me for some time and hope I might find some help from out there
I have 2 forms
1. frmAdminDetails: dealerID (PK), AdminNo (auto#), Date, Type,
Details, Resolution and Status.
2. frmAddPC : dealerID (PK), Client, PCSetup, OpSys, ISP
the dealerID field is an indexed unique field within my Main Tbl Dealers which holds all the Dealer Info.
when I have entered all the details in frmAdmin I click on a cmd button which brings up the frmAddPC.
What I've tried to acheive (without success) is when the frmAddPC opens it's dealerID and Client fields are auto populated by the dealerID field of frmAdmin...?
so when i have tried I can neither get the Client field filled or I can fill the dealerID field of the AddPC form but then it will not enable me to edit it or add the entries to my tblAddPC.
Both forms are based on respective tables tblAdmin and tblAddPC thier dealerID fields are in relation to my main Tbl Dealers.
If this has made any sense I would realy appreciate any assisstance that can be offered asit's driving me crazy
many thx
Zym
Bit of a prob here thats stumped me for some time and hope I might find some help from out there

I have 2 forms
1. frmAdminDetails: dealerID (PK), AdminNo (auto#), Date, Type,
Details, Resolution and Status.
2. frmAddPC : dealerID (PK), Client, PCSetup, OpSys, ISP
the dealerID field is an indexed unique field within my Main Tbl Dealers which holds all the Dealer Info.
when I have entered all the details in frmAdmin I click on a cmd button which brings up the frmAddPC.
What I've tried to acheive (without success) is when the frmAddPC opens it's dealerID and Client fields are auto populated by the dealerID field of frmAdmin...?
so when i have tried I can neither get the Client field filled or I can fill the dealerID field of the AddPC form but then it will not enable me to edit it or add the entries to my tblAddPC.
Both forms are based on respective tables tblAdmin and tblAddPC thier dealerID fields are in relation to my main Tbl Dealers.
If this has made any sense I would realy appreciate any assisstance that can be offered asit's driving me crazy

many thx
Zym