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...
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...
I am relatively new to Access and need help with a query. I would like to display a row number for the results of my query. When using sql in Oracle, I use the "ROWNUM" expression. For example:
Select
order_no,
product_id,
order_qty
ROWNUM line_no
from
order_table
where order_no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.