Question?

N

Natalie

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?
 
J

Jeff Boyce

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top