Can't get the validation for my unbound text box to work.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I don't know what I'm doing wrong.

I have an unbound text box for user input on a form form that is set as
Popup and Modal. After the user selects a file for import, I need them to
enter an integer value before the import process can continue. But I'm
having trouble getting my text box validation to work. I just want the user
to enter a value > 0.

I have tried a couple of ways, which I thought would be straight forward,
but it's not accepting any number I enter as a number greater than zero.

Is my text looking at the value as if it were text?

It's these little things that are going to get me!!! It's been a while
since I've done a project in Access and this project is killing me because I
keep getting stuck on the little things....
 
Never mind. I figured it out. I had a small typo that didn't produce and
Access error, but didn't run my code correctly either.

Thanks anyway.
 
Back
Top