G
Guest
Hi,
Could you please suggest me for my below problem.
I need to store id into the table.
For example...
There are two table viz,. Stud_info_table, Stud_mark_table.
In the stud_info_table, the fields are Stud_id,Stud_roll_no,
Stud_name,Stud_add1,Stud_add2,Stud_city,Stud_state.
In stud_mark_table, the fields are stud_id,Mark_1,Mark_2, Mark_3,.
Here, When i enter data into the table, I need to call by stud_name in place
of
stud_id, but the stud_id need to store into the table instead of stud_name.
And, the same id which is stored in stud_mark_table need to call by
stud_name when i required.
How can i do this...?
Thnx in advance...
Could you please suggest me for my below problem.
I need to store id into the table.
For example...
There are two table viz,. Stud_info_table, Stud_mark_table.
In the stud_info_table, the fields are Stud_id,Stud_roll_no,
Stud_name,Stud_add1,Stud_add2,Stud_city,Stud_state.
In stud_mark_table, the fields are stud_id,Mark_1,Mark_2, Mark_3,.
Here, When i enter data into the table, I need to call by stud_name in place
of
stud_id, but the stud_id need to store into the table instead of stud_name.
And, the same id which is stored in stud_mark_table need to call by
stud_name when i required.
How can i do this...?
Thnx in advance...