I am again positng my problem, so that some of you can help me.
I have two tables. Table 1 has following fields: Test (primary key), TestRequirement, TestFrequency, TestOrganization. There is a associated form, Form 1
Table 2, specific record for particular test, has following fields, Test, Test Requirement, DateOfTest, PersonDone, Results, Comments. There is a associated form, Form 2
Table 1 has 1 to many relationship with Table 2. I have added a command button in form 1. I first open form 1 to see a particular test type, say Voltage test. When I click the command button, I navigate to form 2, which is specific about a particular test, say Voltage test, and the common field such as Test Type, here Voltage, Test Requirement should automatically be filled up from Table 1. But this is not happening. What I did in Form 2, for example, in 'Test' text box I have added, =[Test]![Table1]. However, when I open the Form 2 from Form 1, the 'Test' field shows #NAME?. I do not know what to do. I would appreciate any help very much to sort out the issue.
Once again thanks in advance,
I have two tables. Table 1 has following fields: Test (primary key), TestRequirement, TestFrequency, TestOrganization. There is a associated form, Form 1
Table 2, specific record for particular test, has following fields, Test, Test Requirement, DateOfTest, PersonDone, Results, Comments. There is a associated form, Form 2
Table 1 has 1 to many relationship with Table 2. I have added a command button in form 1. I first open form 1 to see a particular test type, say Voltage test. When I click the command button, I navigate to form 2, which is specific about a particular test, say Voltage test, and the common field such as Test Type, here Voltage, Test Requirement should automatically be filled up from Table 1. But this is not happening. What I did in Form 2, for example, in 'Test' text box I have added, =[Test]![Table1]. However, when I open the Form 2 from Form 1, the 'Test' field shows #NAME?. I do not know what to do. I would appreciate any help very much to sort out the issue.
Once again thanks in advance,