Text Box Addition

zoup

New member
Local time
Today, 08:01
Joined
May 19, 2005
Messages
8
I have a form. Is there a way when you click the record selector at the bottom of a form it will out increment the text box.

heres what id like to do:
txtnum = 21
hit record selector.
goto record 2
txtnum = 22
hit record selector
goto record 3
txtnum = 23

Is this possible? Also these are new records that the record selector is choosing. So they will be blank.
 
Is this possible

What you need is to define your own sequence using VBA.
Similar questions have been asked quite often.
I suggest you do a search on the forum, for instance on ordernumber.

RV
 

Users who are viewing this thread

Back
Top Bottom