Unbound Text Boxes - to Bound

M

Mark Snowdon

Hi,

How can I get the value from an unbound text box into a table, through
a separate bound text box?
 
G

Graham Mandeno

Hi Mark

This depends a bit on your application, but as a simple example you could
put the following code in the AfterUpdate event of the unbound textbox:
Me.txtBound = Me.txtUnbound
 

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