Hello,
I have a form I designed to be able to input data & print shelf tags quickly. An idea I had was add a quick-print toggle switch when switch on any barcode that's keyed in or scanned using a wedge scanner will change the [select] for that item from false to true.
I tried the following with no luck. Any help would be appreciated.
I have a form I designed to be able to input data & print shelf tags quickly. An idea I had was add a quick-print toggle switch when switch on any barcode that's keyed in or scanned using a wedge scanner will change the [select] for that item from false to true.
I tried the following with no luck. Any help would be appreciated.
Code:
Dim strSql As String
strSql = "Update MerchandiseTable Set [Select] = true" & "where upc = me.searchtext"
CurrentDb.Execute strSql