indicate if record is number or string

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all,
does anyone know how can i indicate if i have string or number in the
cell?
 
What do you mean by "cell"? That's an Excel term, not an Access one...

If the field in your table is a text field, and you're trying to determine
whether that text field contains all numeric data, you can use the IsNumeric
function on it.
 

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

Back
Top