This is my string to calculate the next increment # based on request date and users initials.
However, I get the #NAME? error when I run the form?
=DCount("[INCR]","tblPURD","[reqdate]=" &
Format(me.txtreqdate,"\#mm\/dd\/yyyy\#") & " AND [initials] = '" &
me.txtinitials & "'")+1
Any help...