Hello all:
I'm trying to set up the following criteria in VB and get a type mismatch error. [itemno], [size], 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![list] & " ' "
As always, any suggestions are appreciated. TIA.



