Unbound TextBox and Continuous Form

  • Thread starter Thread starter Bryan Hughes
  • Start date Start date
B

Bryan Hughes

Hello,

I have a continuous form that I would like to use several unbound textboxes
on. What I would like to do is as the user tabs through the records, to
change the value of the unbound textboxes, dependent on what the value is in
a bound textbox for that record.

How can I do this?

-Bryan
 
Create an event procedure for the "ON EXIT" event of the
bound textboxes.
 

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

Back
Top