how to use counter in Infopath control

A

Akeem Ade

I want to insert a control in infopath that will increase a number by one (1)
each time the program (infopath) is opened.
 
I

Ishai Sagi

I guess you meant to say "each time the form is opened"?

you want to track a form, you will have to set up a database to hold the
data. Since working with infopath and databases is relatibly easy it
should'nt be a problem - just create a database (or a sharepoint list, or an
xml document) and a stored procedure that adds 1 to a value (or .net code
etc) and call that procedure when the form opens.
 

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