The code below gives me a name redefined error. Could someone explain why this is and if there is another way to do this... Couldn't I define the ALLOWADD first then set TRUE/FALSE? I'm not sure how with this Const.
Thanks,
Aaron
Code:
If session("role") = "ADMIN" Then
const ALLOWADD = TRUE
Else
const ALLOWADD = false
End If
Thanks,
Aaron