D
deb
I have a text box(TLPrefix) in my sub subform(fTLNo)
I need the text box to be the same data as the textbox(TLNoPrefix) on the
main form(fProject).
all IDs are numeric
Main form Project - table tProject - ProjectID
Sub form fDeliverable - table tDeliverable - DelivID and ProjectID
Sub Subform fTLNo - table tTLNo - TLNoID and DelivID
how can I make my text box on the sub subform show the same as a text box on
the main form?
I need the text box to be the same data as the textbox(TLNoPrefix) on the
main form(fProject).
all IDs are numeric
Main form Project - table tProject - ProjectID
Sub form fDeliverable - table tDeliverable - DelivID and ProjectID
Sub Subform fTLNo - table tTLNo - TLNoID and DelivID
how can I make my text box on the sub subform show the same as a text box on
the main form?