Hi Guys,
I have form and table connected with it.
I would like to add algorithm which will be counting how many tickets each user did.
So for user username1 and username2 tickets will be looking like:
username1_year_1
username2_year_1
username1_year_2
username1_year_3
username2_year_2
I have button in form and i would like to do this within VBA code.
It is possible witout bulding new query?
I think about something like this maybe:
one column with Ticket_ID. and my VBA code has to search within all column and find if specific ticket exists. If yes take max value from right number from ticket number column (username1_year_1) and add 1 to get:
username1_year_2.
Please help,
Jacek
I have form and table connected with it.
I would like to add algorithm which will be counting how many tickets each user did.
So for user username1 and username2 tickets will be looking like:
username1_year_1
username2_year_1
username1_year_2
username1_year_3
username2_year_2
I have button in form and i would like to do this within VBA code.
It is possible witout bulding new query?
I think about something like this maybe:
one column with Ticket_ID. and my VBA code has to search within all column and find if specific ticket exists. If yes take max value from right number from ticket number column (username1_year_1) and add 1 to get:
username1_year_2.
Please help,
Jacek