S
sudhir
Thanks for your help in advance
I have a table called Tblpersonal details- this has 4 fields- IDno, Surname,
Fname and Dtae of Birth- IDno is primary key for this table. A form is based
on this table- IDno field is a combobox.
table has following entries ( all names and data are imaginary!)
1 smith john 1/1/1903
2 kirk chris 1/1/1931
3 sell tom 1/1/1913
4 buy me 1/1/1933
the form has 4 fields- IDno ( combo box ) other fields on form are- Surname,
Fname, DOB-
First time I enter the data, i obviously have to enter all the details .
with combobox showing value 1, other fields are showing corrosponding values
in other fields.
when i choose the value 2 in combo box - the values in other fileds
displayed donot change..as if they are not attached to respective primary
field value.. in other words.. if i choose 2 in combo box- i want to see
values kirk, chris, 1/1/1931 and so on.. is this possible?
many thanks once again
I have a table called Tblpersonal details- this has 4 fields- IDno, Surname,
Fname and Dtae of Birth- IDno is primary key for this table. A form is based
on this table- IDno field is a combobox.
table has following entries ( all names and data are imaginary!)
1 smith john 1/1/1903
2 kirk chris 1/1/1931
3 sell tom 1/1/1913
4 buy me 1/1/1933
the form has 4 fields- IDno ( combo box ) other fields on form are- Surname,
Fname, DOB-
First time I enter the data, i obviously have to enter all the details .
with combobox showing value 1, other fields are showing corrosponding values
in other fields.
when i choose the value 2 in combo box - the values in other fileds
displayed donot change..as if they are not attached to respective primary
field value.. in other words.. if i choose 2 in combo box- i want to see
values kirk, chris, 1/1/1931 and so on.. is this possible?
many thanks once again