F
Fletcher
Hi, I would like a text box on my form to look up the previous entry
and then add 1 to it. I've been trying real hard at this, but it's
still avoiding me.
What I have now is:
Me!txtPassNumber.DefaultValue = Me!PassNumber.Value + 1
in the AfterUpdate field in the properties of the text box.
For a while this brought up the number 1, but it has since quit doing
that.
If anyone knows what I'm doing wrong, I would greatly appreciate some
direction.
Thanks,
Fletcher.
and then add 1 to it. I've been trying real hard at this, but it's
still avoiding me.
What I have now is:
Me!txtPassNumber.DefaultValue = Me!PassNumber.Value + 1
in the AfterUpdate field in the properties of the text box.
For a while this brought up the number 1, but it has since quit doing
that.
If anyone knows what I'm doing wrong, I would greatly appreciate some
direction.
Thanks,
Fletcher.