Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying a field from a subform to a textbox

Status
Not open for further replies.

Hawkide

Technical User
Oct 8, 2003
159
US
I have a form named myForm

There is a subform named mySubForm on myForm

I want to put a textbox on myForm that displays the Comments field from the current record of the mySubForm

I am struggling. TIA...
 
Hi.

On the on current event of your sub form, maybe add something like

Forms!MyForm!MyTextbox = me.Comment

That way, when you move from record to record in your subform, it will trigger the update.

ChaZ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top