Hello all,
I am back with yet another question, lol.
I have a case number that I want to auto generate with the date + number. I also want this case number to be incremented by one when ever a new case is started.
this is what I have so far to generate the year: 2013-(I want a number here that should be autogenerated)
I tried Dmax, but it does not seem to work.
I am back with yet another question, lol.
I have a case number that I want to auto generate with the date + number. I also want this case number to be incremented by one when ever a new case is started.
Code:
Me.txtCaseNumber = Year(Date) & "-"
this is what I have so far to generate the year: 2013-(I want a number here that should be autogenerated)
I tried Dmax, but it does not seem to work.