I have a report using 2 tables: accounts and users
Accounts are related to users (who create them), I need a list of accounts grouped by the users who created them.
I can group the accounts by the 'CreatedBy' field in the accounts table, but that's a long ID# which is useless to me (I don't know who that refers to...).
If I try to change the group name by selecting the new group name field to be the 'Full Name' field in the User table, the report shows nothing..... ?????????
Can I only change the group name to a field in the same table, or do I have to link the fields in the database expert?????
Any ideas?