G
Guest
I have a table "Student". The primary key is combination of telephone and
sequence number.
I have a form to entry all students infomation. It has about 30 fields to
capture information. Some of bound are bound and some are unbound field. As
soon as people enter the save button, I want to save all text box values to
table and then show blank on the form. I would like to use best way to do
this.
I tried to use me.dirty=false, it doesn't work. I also tried to use the
insert in sql. But it seems like 30 values needed to write and possible has
problem in null values problem.
Do you have any better solution and codes? Thank you so much.
Jen
sequence number.
I have a form to entry all students infomation. It has about 30 fields to
capture information. Some of bound are bound and some are unbound field. As
soon as people enter the save button, I want to save all text box values to
table and then show blank on the form. I would like to use best way to do
this.
I tried to use me.dirty=false, it doesn't work. I also tried to use the
insert in sql. But it seems like 30 values needed to write and possible has
problem in null values problem.
Do you have any better solution and codes? Thank you so much.
Jen