this works on my main tables but when i am trying to load a link table i am getting a error
An exception occurred while executing a query: Table 'linkedtable.users' doesn't exist
$curUserId = CurrentUserInfo("user_id");
ExecuteScalar("SELECT CONCAT(FirstName,' ',LastName) FROM users WHERE user_id = $curUserId") );
thanks