HitechUser
Programmer
I currently have a procedure that will "increment" to the next available account number. I use a MAX query to get the last account number used and include a call to the procedure to display or print the next available account number.
Now I need to print a report show the next "N" number (variable) of account numbers. The user will be prompted to enter the number of "new" entries to print on the report. (That part is no problem).
The report will create the following result.
Report Example (Note: There is more detail to this report...)
Acct. Number
BG2181-12
BG2182-13
BG2183-14
BG2184-15
BG2185-16
BG2186-17
BG2187-18
BG2188-19
I believe it may be easier to do this using VBA. Unfortunatly I have not used alot of VBA in reports (mostly with forms). Does anyone have an example or an idea?
Thank in advance..