Hello all:
I’m trying to set up the following criteria in VB and get a type mismatch error. [itemno], , and [description] are text fields in a table. ListItem, ListDesc, and Size are como boxes on a form where I make my choices.
stLinkCriteria = “[itemno] = ‘ ” & Me! & ” ‘ ”
As always, any suggestions are appreciated. TIA.