Jump to content

Report for users with out servers


Recommended Posts

I wrote an Access Query to do all this type of stuff the SQL code for this one inpartiular is:

 

SELECT tc_users.USER_ID, tc_users.LAST_NAME, tc_users.TYPE, tc_users.EMAIL1, tc_users.PARENT_ACCOUNT, tc_users.BILLING_STATUS

FROM tc_users LEFT JOIN tc_services ON tc_users.USER_ID = tc_services.USER_ID

WHERE (((tc_services.USER_ID) Is Null));

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use