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.

Signature
Rick B
>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.
enak - 02 Mar 2006 19:48 GMT
I figured it out. Thanks.

Signature
enak
> If it is bound to a table, then just pull that field from the table into
> your other form.
>
> >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.