M
mark7
Hello i am new in the area and i try to write some lines but i need
your help i work with 2003 version
now , i have made a db , the part are :
1 table with 5 columns id,barcodes,pieces,weight,colour
1 same but with no data 1 qry of choose and
1 frm with composite barcode and pieces,weight,colour
(the only variable is the pieces) wich i have connect the 4 columns
with code
lets say what i write a barcode when a write for 2 time the same bc i
want to add the number of pieces this time to the previos entry
Please i want the code
pls help me friends
the code i use is:
Private Sub BARCODE_AfterUpdate()
Me.pieces = Me.BARCODE.Column(1)
Me.weight = Me.BARCODE.Column(2)
Me.colour = Me.BARCODE.Column(3)
End Sub
your help i work with 2003 version
now , i have made a db , the part are :
1 table with 5 columns id,barcodes,pieces,weight,colour
1 same but with no data 1 qry of choose and
1 frm with composite barcode and pieces,weight,colour
(the only variable is the pieces) wich i have connect the 4 columns
with code
lets say what i write a barcode when a write for 2 time the same bc i
want to add the number of pieces this time to the previos entry
Please i want the code
pls help me friends
the code i use is:
Private Sub BARCODE_AfterUpdate()
Me.pieces = Me.BARCODE.Column(1)
Me.weight = Me.BARCODE.Column(2)
Me.colour = Me.BARCODE.Column(3)
End Sub