MS Access single character cells -
in ms access there way discard records single character in field, cell have a, or b tried * , got records, tried ? , got nil thanks
you can utilize len function in query want items of given field greater 1.
select * tablename len([fieldname]) > 1
ms-access
No comments:
Post a Comment