S
sudhir
I have two tables- T1 and T2
the fields in t1 are- idno- this is a primary key, surname,name,birthdate..
the fields in t2 are- idno- (duplicates allowed), surname,name, date of
operation..
form1 is based on t1 and form 2 is based on t2
i enter all the data in all fields in form1 and that data exists can be seen
in t1
In order that filling form2 becomes easy- it is important for me see the
data in surname, name fields in the form 2- though i donot enter that data
again on form2( what is the point in doing the same thing again again- why
have access then??)form2 becomes more human when i see the data in surname
and name fields. Is it possible to achieve this? these fields are empty in
t2( because they are not filled in form2) i feel it should be possible see
data in common fields any any forms- wheather they are parent/child form and
the tables have 1:1 or 1:many relationship or not..
help will be graetly appreciated
sb
the fields in t1 are- idno- this is a primary key, surname,name,birthdate..
the fields in t2 are- idno- (duplicates allowed), surname,name, date of
operation..
form1 is based on t1 and form 2 is based on t2
i enter all the data in all fields in form1 and that data exists can be seen
in t1
In order that filling form2 becomes easy- it is important for me see the
data in surname, name fields in the form 2- though i donot enter that data
again on form2( what is the point in doing the same thing again again- why
have access then??)form2 becomes more human when i see the data in surname
and name fields. Is it possible to achieve this? these fields are empty in
t2( because they are not filled in form2) i feel it should be possible see
data in common fields any any forms- wheather they are parent/child form and
the tables have 1:1 or 1:many relationship or not..
help will be graetly appreciated
sb