Bit of a long shot, this one!
I'm having problems getting the information I want from linked tables (knowhow/research database on a SQL server).
Table 1 holds most of the obvious record fields (e.g. item ID, title, date added, added by ID etc.). However, to get the full name of the person who added the item, I need to link from the 'AddedByID' in Table 1 to the 'UserID' field in Table 2 (which holds all the user info.). I can then drop the FullName field from Table 2, into my report.
Which was fine, until I realised I also needed a further name in my report - the creator name. Of course, if I create a second link from Table 1 to Table 2 (CreatorID to UserID) and try and pull the name out in the same way as before, there's no way of distinguishing which name I want!
I'd be grateful for any help at all - if you can understand the above, of course!
Thanks.
I'm having problems getting the information I want from linked tables (knowhow/research database on a SQL server).
Table 1 holds most of the obvious record fields (e.g. item ID, title, date added, added by ID etc.). However, to get the full name of the person who added the item, I need to link from the 'AddedByID' in Table 1 to the 'UserID' field in Table 2 (which holds all the user info.). I can then drop the FullName field from Table 2, into my report.
Which was fine, until I realised I also needed a further name in my report - the creator name. Of course, if I create a second link from Table 1 to Table 2 (CreatorID to UserID) and try and pull the name out in the same way as before, there's no way of distinguishing which name I want!
I'd be grateful for any help at all - if you can understand the above, of course!
Thanks.