Hello!
In a table I want to find all the records where a certain field contains exactly 255 charachters.
The results I want to put into a new table
Any suggestions?
I was thinking something like a DAO connection with an sql string to find the records, and then a With.rst........ to create a new table.
Can't seem to get it right tho =(
In a table I want to find all the records where a certain field contains exactly 255 charachters.
The results I want to put into a new table
Any suggestions?
I was thinking something like a DAO connection with an sql string to find the records, and then a With.rst........ to create a new table.
Can't seem to get it right tho =(