Custome Counter - Return Counter Value

A

Alex Dybenko

Hi,
you can either set a default value property of WkOrderNo textbox to
=Next_Custom_Counter()
or you can use form's BeforeUpdate event to assing value:
me.WkOrderNo=Next_Custom_Counter()
 

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

Top