Custom delete messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blakerrr
    New Member
    • Oct 2007
    • 27

    #16
    Originally posted by NeoPa
    @Blakerrr
    You would have saved yourself some time if you'd read my last post #11, which actually gives the correct syntax. Your version is also correct (syntactically) , but you added quotes (') around Me.ID which (from what we've seen so far) is a numeric value and therefore doesn't require them.
    Oh, ok. My equivalent to Me.ID is a string, so maybe thats why I needed the quotes?

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32645

      #17
      I guessed that was the case. Yes it certainly would be why, but you can see that the OP almost certainly didn't have it as a string. ID's are rarely strings anyway, but from the earlier posts it's almost certainly not true for the OP at least.
      You'll see from my earlier post also, that there are two "correct" versions. Neither is wrong but people have their preferences.

      Comment

      Working...