Updating info from a form with query

  • Thread starter Thread starter KKruz
  • Start date Start date
K

KKruz

I have a form with a user entered default value, which I have moved to a
called form. This form then is to update a table. The problem is that it
only updates when I actually change the data myself. What action must I take
programmably to have the table info entered? I had a button on the form
which I have save the form, but it gives me a "The command or action
'SaveRecord' isn't available now."

I have even tried to set the focus to the controls which have the info to be
saved to the table.

Can anyone help?

Thanks,

Kurt
 
Back
Top