B
Berny
Can someone point me in the right direction?
I am trying to turn-off (hide) specific objects on a form based on the
current user's permissions (access).
I was trying to use the Permissions() function but I can't seem to figure it
out.
When I use the following in the Query used for the Form:
permissions(dbo.SD_Rqs.Scoped)
I get an error message that reads:
"Syntax error converting the varchar value 'N' to a column of data type
int."
I get the same error when I try the following conversion:
CONVERT (varchar(20), permissions(dbo.SD_Rqs.Scoped))
Am I using the proper function? Or should I be using some other technique?
Any help would be greatly appreciated.
I am trying to turn-off (hide) specific objects on a form based on the
current user's permissions (access).
I was trying to use the Permissions() function but I can't seem to figure it
out.
When I use the following in the Query used for the Form:
permissions(dbo.SD_Rqs.Scoped)
I get an error message that reads:
"Syntax error converting the varchar value 'N' to a column of data type
int."
I get the same error when I try the following conversion:
CONVERT (varchar(20), permissions(dbo.SD_Rqs.Scoped))
Am I using the proper function? Or should I be using some other technique?
Any help would be greatly appreciated.