hello
I have 1 table, contained 4 fields
code, name, age, salary
data= 1 jon 18 100
2 tom 20 150
and I have 2 forms, form1, form2
form1 contained 2 fields= code and name
form2 contained 3 fields= code, age, salary
wanted.. when I open form1 with data = 1,jon the form2 open same code to jon and other data
I have 1 table, contained 4 fields
code, name, age, salary
data= 1 jon 18 100
2 tom 20 150
and I have 2 forms, form1, form2
form1 contained 2 fields= code and name
form2 contained 3 fields= code, age, salary
wanted.. when I open form1 with data = 1,jon the form2 open same code to jon and other data