I have a database where i would like to query out all of the entries that have a space and character (alphabetical) and another space,
Example
Jill M Jones
2006-09-21
07:50:56
·
3 answers
·
asked by
jntshumaker
3
in
Computers & Internet
➔ Programming & Design
I am just using a simple access query,
Wanting to know what to place in the "criteria" of the sort.
I've found that in access the wildcard for any alphabetical character is ?...however
"space ? space" just doesnt seem to work
2006-09-21
07:59:54 ·
update #1
Indeed, i was missing the idea that i have things in front of and behind the spaces...so "* ? *" worked perfect, THANKS!
2006-09-21
08:59:06 ·
update #2