INeedAccessHelp
MIS
I get a compile error: Expected: End of statement.
I think it may have something to do with the comma to separate the first name and last name in the Username, but I can't figure it out. Any ideas???
Me![DeveloperNameDisp].RowSource = "SELECT DISTINCT User.UserID, [User]![Last Name] & ", " & [User]![First Name] AS UserName, tblDeveloper.DeveloperName FROM User INNER JOIN tblDeveloper ON User.UserID = tblDeveloper.DeveloperName WHERE ProgReqID=" & [ProgReqID] & ";"
I think it may have something to do with the comma to separate the first name and last name in the Username, but I can't figure it out. Any ideas???
Me![DeveloperNameDisp].RowSource = "SELECT DISTINCT User.UserID, [User]![Last Name] & ", " & [User]![First Name] AS UserName, tblDeveloper.DeveloperName FROM User INNER JOIN tblDeveloper ON User.UserID = tblDeveloper.DeveloperName WHERE ProgReqID=" & [ProgReqID] & ";"