gmmccarthy
Gary
- Local time
- , 20:13
- Joined
- Nov 28, 2005
- Messages
- 20
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 will be appreciated.
Thanks.
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 will be appreciated.
Thanks.