Using continuous form iteration index as query parameter

J

jtertin

I want to put a button on a continuous form. I would like the value
of the button to represent the iteration number of the form which is
passed to a stored procedure as a parameter.

For example, if a form iterates (continues) for 10 records in a
database table, I would like the VALUE property of the button on the
form to represent the "index" number of the continuous iteration the
button is located on (0-9).

Any suggestions?

THANK YOU!
 
Top