tbcwarrior
Registered User.
- Local time
- Today, 00:22
- Joined
- Oct 10, 2006
- Messages
- 26
hi i have 2 tables with corresponding forms called
Form 1: main database
Form 2: customer 2
form 1 has a primary key field called: Case id (autonumbered)
form 2 has also a primary key field called: Case id (nuimber)
i have a check box on the FORM1 to open FORM2,
but what i want to do is open FORM2 with the same case id that is currently open in FORM1,
for example
FORM1 has a case id number of 10, and when i click on FORM2 atm it has a case number of 1, instead of 10 (case id 1 is a completely different customer to 10)
so what i want to do is when i open FORM2 from FORM1 i want FORM2 to have the same case id as FORM1
so is there a way to have a record be created with the same case id on FORM2 which is currently open on FORM1 when i click on the checkbox to open FORM2
hope this is clear what i am tryig to do
thanks
Form 1: main database
Form 2: customer 2
form 1 has a primary key field called: Case id (autonumbered)
form 2 has also a primary key field called: Case id (nuimber)
i have a check box on the FORM1 to open FORM2,
but what i want to do is open FORM2 with the same case id that is currently open in FORM1,
for example
FORM1 has a case id number of 10, and when i click on FORM2 atm it has a case number of 1, instead of 10 (case id 1 is a completely different customer to 10)
so what i want to do is when i open FORM2 from FORM1 i want FORM2 to have the same case id as FORM1
so is there a way to have a record be created with the same case id on FORM2 which is currently open on FORM1 when i click on the checkbox to open FORM2
hope this is clear what i am tryig to do
thanks
Last edited: