I've created a stored procedure using a SELECT statement and I used the @user to get the current user. I'm using the stored procedure as the control source for a form and I want to lock certain fields based on who the user is. I set a text box control source equal to the user and now I want to use VBA to program my form with If...Else statements. I can make a MsgBox indicate the user, but no matter what I try I can't get an If statement, (exp: If Me!User.value = "sdial" Then), to equal the condition. And I know that it is "sdial"! What seems to be my error and are there any better ways at doing this?