I
Igorin
Hello,
I can't figure out what I'm doing wrong. Please, help!
I designed a Form to input data. Now when I enter the data and open the
table (datasheet view) where the data goes into I see that an extra row has
been added, with Field 1 and Field 2 in blank. (The link fields are Report Nr
and Work Area.)
This is what appears:
Report Nr | Work Area | Field 1 | Field 2 |
1 | 2 | 10 | 23 |
1 | 2 | | |
1 | 2 | 57 | 1 |
1 | 2 | | |
1 | 5 | 15 | 45 |
1 | 5 | | |
2 | 3 | 11 | 4 |
2 | 3 | | |
And what should appear is this:
Report Nr | Work Area | Field 1 | Field 2 |
1 | 2 | 10 | 23 |
1 | 2 | 57 | 1 |
1 | 5 | 15 | 45 |
2 | 3 | 11 | 4 |
The Form has 3 Subforms. The second and third Subforms are linked to the
first Subform thru the Work Area field. The fist Subform is linked to the
Form thru the Report Nr field. The Form has fields from Table 1 and the 3
Subforms have fields from Table 2.
Form:
Report Nr (PK)
Field A1
Field A2
Subform 1:
Report Nr
Work Area
Field B1
....
Field B4
Subform 2:
Report Nr
Work Area
Field B5
....
Field B14
Subform 3:
Report Nr
Work Area
Field B15
....
Field B24
The tables are these:
Table 1:
Report Nr (PK)
Field A1
Field A2
Table 2:
Report Nr
Work Area
Field B1
Field B2
....
Field B23
Field B24
Please, please, please, Help!!!
I can't figure out what I'm doing wrong. Please, help!
I designed a Form to input data. Now when I enter the data and open the
table (datasheet view) where the data goes into I see that an extra row has
been added, with Field 1 and Field 2 in blank. (The link fields are Report Nr
and Work Area.)
This is what appears:
Report Nr | Work Area | Field 1 | Field 2 |
1 | 2 | 10 | 23 |
1 | 2 | | |
1 | 2 | 57 | 1 |
1 | 2 | | |
1 | 5 | 15 | 45 |
1 | 5 | | |
2 | 3 | 11 | 4 |
2 | 3 | | |
And what should appear is this:
Report Nr | Work Area | Field 1 | Field 2 |
1 | 2 | 10 | 23 |
1 | 2 | 57 | 1 |
1 | 5 | 15 | 45 |
2 | 3 | 11 | 4 |
The Form has 3 Subforms. The second and third Subforms are linked to the
first Subform thru the Work Area field. The fist Subform is linked to the
Form thru the Report Nr field. The Form has fields from Table 1 and the 3
Subforms have fields from Table 2.
Form:
Report Nr (PK)
Field A1
Field A2
Subform 1:
Report Nr
Work Area
Field B1
....
Field B4
Subform 2:
Report Nr
Work Area
Field B5
....
Field B14
Subform 3:
Report Nr
Work Area
Field B15
....
Field B24
The tables are these:
Table 1:
Report Nr (PK)
Field A1
Field A2
Table 2:
Report Nr
Work Area
Field B1
Field B2
....
Field B23
Field B24
Please, please, please, Help!!!