Hello All

First of all I am an access newbie and I am looking for a bit of help on this. I have looked at other similar articles but I a failing in my implementation.

I have an number generated automatically using this code
[Code=vb]Private Sub Form_Dirty(Canc el As Integer)
Me![ReportID].Value = (DMax("ReportID ", "Reports") + 1)
End Sub[/Code]

The number format is as...