Hello Dear Friends, I have a question about Synchronizing Sub-Form Field To a Text-Box!
I have a Main form on which i use Sub-Form and text-boxes (Sub-form is Synchronized with main table data)
I want to display Snumber and Barcode from Sub-form in Unbound text-boxes, I used the function: =DLookUp("Barcode","CODE") the field is displayed but it is not synchronized I think there must be add something like : "[DATAID]=" & [ID], but can't implement it correctly.
Thank you In advanced