Originally posted by lockwelle
yeah, CR can be frustrating that way...You have to link the tables first, and if linking isn't sufficient to get the data, you are pretty much out of luck...
There are options though:
1) my favorite, create a stored proc and have the information updated there
2) create a command object (sql) in the report that creates a table of first/last name combos and an id, then you can use the command table to link the tables that you really want
3)use a subreport (usually undesirable is it is a massive performance hit for a report like this...I think) that would pass the linking values
HTH
Thanks but I think Im right in saying to use stored procedures you have to run them at the back end? This database is an Access database so I cant do it this way. Im interested in looking at option 2, I don't suppose you have an example of how to achieve this? Thanks