access the value of an bound control

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

Guest

I need to get the value of a text box on a form that is bound to a table. I
need to be able to pass this to another form. I don't know how to do this.
 
If it is bound to a table, then just pull that field from the table into
your other form.
 
Back
Top