D
Deron
I used the code from http://allenbrowne.com and seem to have problem with the
line. it worked fine when the table has an auto number column but i removed
that column the table has just one NAME col also it stopped displaying the
names.
When i click the command button it displays all the data wheni select a name
it says syntax error and goes to thsi line!!
can you help
strWhere = "[NAME] IN (" & Left$(strWhere, lngLen) & ")"
line. it worked fine when the table has an auto number column but i removed
that column the table has just one NAME col also it stopped displaying the
names.
When i click the command button it displays all the data wheni select a name
it says syntax error and goes to thsi line!!
can you help
strWhere = "[NAME] IN (" & Left$(strWhere, lngLen) & ")"