M
meneedushelpus via AccessMonster.com
I'm aiming for:
If the value of the field 'location' in a record equals the value in a text
box 'scanlocation' where the value of the 'barcode' field in the record
matches the value in the text box 'ItemID', then do something.
e.g.
If [Equipment]![location] = [scanlocation] Where [Equipment]![barcode] =
[ItemID] Then
*statement*
End If
That doesn't work because of the two statements, is there a way to reword it
to make it work?
Thank you for the help, in advance as I'm stuck in the mud/.
If the value of the field 'location' in a record equals the value in a text
box 'scanlocation' where the value of the 'barcode' field in the record
matches the value in the text box 'ItemID', then do something.
e.g.
If [Equipment]![location] = [scanlocation] Where [Equipment]![barcode] =
[ItemID] Then
*statement*
End If
That doesn't work because of the two statements, is there a way to reword it
to make it work?
Thank you for the help, in advance as I'm stuck in the mud/.