command button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that i have created a command button to run through every text
box and copy the previous record information to the new record. I have use
the sendkeys command for the code example {tab}, true next line "^(')", true.
I have done this for each text box and it works fine. I am running into a
problem with the check box, the sendkeys option does not work on the form,
but will work on the table. Any help would be great thanks Erik
 
Eric

Another approach would be to have each control "save" its value in that
control's Default Value in an AfterUpdate event for the control. That way,
the next record that gets created has the previous record's value as a
default for each control.

Just one person's opinion...

Jeff Boyce
<Access MVP>
 
Back
Top