Rastamon,
Assuming Karl meant to use an OpeQuery action in the macro, his
suggested solution would work well, assuming the counter field in in a
table.
If, on the other hand, you are referring to an unbound control on a
form, you could use a SetValue action, with the arguments set like this...
Item: [NameOfCounterTextbox]
Expression: [NameOfCounterTextbox]+1
--
Steve Schapel, Microsoft Access MVP
KARL said:
Add to your Event or Macro for when the button is pushed to run an update
query on a number field in your counter table to update NumberField +1.