G
gavin
Please forgive me for asking two questions in one post!
The first one I think is simple. I have a field in my table that I don't
want users to enter numbers into. I know I could set an input mask to
"???????????????" and that would do the job but is that the "recommended"
way? Is there a way of indicating to the user what the problem is, i.e like
validation text?
The second question I must admit I don't have much of a clue with. I have a
field which has data in it in the following format: number space letters. I
really want to have the numbers in a separate field. I was thinking that
some kind of update query would do this but I have no idea of the syntax. I
guess that the expression would need to FIND the space (" "), cut everything
before it and put it into the new field. Maybe an update query is not the
way to do it?
I would be very grateful if someone could give me a few pointers.
Many thanks,
Gavin
The first one I think is simple. I have a field in my table that I don't
want users to enter numbers into. I know I could set an input mask to
"???????????????" and that would do the job but is that the "recommended"
way? Is there a way of indicating to the user what the problem is, i.e like
validation text?
The second question I must admit I don't have much of a clue with. I have a
field which has data in it in the following format: number space letters. I
really want to have the numbers in a separate field. I was thinking that
some kind of update query would do this but I have no idea of the syntax. I
guess that the expression would need to FIND the space (" "), cut everything
before it and put it into the new field. Maybe an update query is not the
way to do it?
I would be very grateful if someone could give me a few pointers.
Many thanks,
Gavin