Hi,
I dont know if the subject for this post match my problem...but:
I have two linked table (t1 and t2) and two forms (f1 and f2). f2 is a subform of f1 which opening in a new window.
The f1 form fill the t1 table and the f2 subform fill the t2 table.
Example:
t1 contains the following fields: q1, q2 ..q29, q30 and q31
t2 contains the following fields: q32, q33 ... q100.
f1 contains: q1, q2 ...q29
f2 contains: q32, q33 ... q100, AND q30 and q31
Two fields of t1 (q30 and q31) must be filled using the f2 subform...
I built the forms using the acces wizard, and I selected from my form f2 the correspondent fields from t2 PLUS the two fields from t1.
The problem is: when I try to make a record I fill the data using the f1, then the f2 (the two forms are linked togheter using a macro which switch between them etc)and after I enter the data in the fields q30 and q31 I cannot go to the next record because THERE ARE some empty fields (this is the message which I received). Every field from the tables is setted to be required.
So, probably the data from the two fields q30 and q31 fill a new record different than current record..I dont know...
There is a possibility to enter the data for these two fields into the other table in the same record?
Somebody help me?
Thank you in advance.
I dont know if the subject for this post match my problem...but:
I have two linked table (t1 and t2) and two forms (f1 and f2). f2 is a subform of f1 which opening in a new window.
The f1 form fill the t1 table and the f2 subform fill the t2 table.
Example:
t1 contains the following fields: q1, q2 ..q29, q30 and q31
t2 contains the following fields: q32, q33 ... q100.
f1 contains: q1, q2 ...q29
f2 contains: q32, q33 ... q100, AND q30 and q31
Two fields of t1 (q30 and q31) must be filled using the f2 subform...
I built the forms using the acces wizard, and I selected from my form f2 the correspondent fields from t2 PLUS the two fields from t1.
The problem is: when I try to make a record I fill the data using the f1, then the f2 (the two forms are linked togheter using a macro which switch between them etc)and after I enter the data in the fields q30 and q31 I cannot go to the next record because THERE ARE some empty fields (this is the message which I received). Every field from the tables is setted to be required.
So, probably the data from the two fields q30 and q31 fill a new record different than current record..I dont know...
There is a possibility to enter the data for these two fields into the other table in the same record?
Somebody help me?
Thank you in advance.