Hi,
I'm doing a program to check the warehouse orders.
I need help with InputBox.
Does someone can help me with the command to update the barcode field.
The table is called a scan, the field is called barcodes.
Forth below is the process by which I have worked for the same to me nothing happened.
Please help !!!
Private Sub Command7_Click ()
Dim Barcode As String
Dim Sken As String
Barkod = InputBox ("Enter the barcode")
DoCmd.RunSQL "INSERT INTO SKEN" & _
"SELECT barcode"
end Sub
I'm doing a program to check the warehouse orders.
I need help with InputBox.
Does someone can help me with the command to update the barcode field.
The table is called a scan, the field is called barcodes.
Forth below is the process by which I have worked for the same to me nothing happened.
Please help !!!
Private Sub Command7_Click ()
Dim Barcode As String
Dim Sken As String
Barkod = InputBox ("Enter the barcode")
DoCmd.RunSQL "INSERT INTO SKEN" & _
"SELECT barcode"
end Sub