Checking for last position in a Description column

R

RLN

Using the QBE grid, is there a way to return all rows in a table where the
very last position in the DESCRIPTION column is numeric (zero thru 9) ?

I have tried several attempts at this and it is not working. Can this only
be done in VBA via an ADO recordset?

Thanks.
 
M

Marshall Barton

RLN said:
Using the QBE grid, is there a way to return all rows in a table where the
very last position in the DESCRIPTION column is numeric (zero thru 9) ?

I have tried several attempts at this and it is not working. Can this only
be done in VBA via an ADO recordset?


Set the description field's criteria to:

Like "*#"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top