access the value of an bound control

E

enak

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.
 
R

Rick B

If it is bound to a table, then just pull that field from the table into
your other form.
 
Top