Question?

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

Guest

On the VB Code of a form, Is there a way to place text into a particular
field of a table, just by clicking on a click form button. If so, what would
be the syntax for that?
 
Natalie

Not sure I understand what you are trying to do...

Are you asking how to set the value of one of the controls on a form, via
code?
Me!YourControlName = whatever value

And if the form is bound to a table, would setting the value of the control
also set the value of the field that control is bound to? Yes.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top