Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Resetting "DoesIncrement" Module

Status
Not open for further replies.

johnnylogistics

Technical User
Sep 14, 2001
3
US
I want to automatically reset a Macro that performs a DoesIncrement function every time the macro is run.

The Macro is written as follows:

"Function DoesIncrement(AnyValue)
RecordNum = RecordNum + 1
DoesIncrement = RecordNum
End Function"

I currently go to the tool bar in the Design function of the Macro and manually select the Run ---> Reset before running a query that calls this macro. Is there any way I can automatically reset the macro automatically?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top