Here is what I have.
I have a report the diplays one record from a sqlserver db. I us a parameter field. In this one record I have several names that I need to display. The names are actually usernames(ex jpcook) I added the table that contains the fname and lname and mi of the user name. Everytime I try to add a field from the second table I get a General SQL Server error. Check message from the sql server. error
What am I doing wrong? I linked the two tables. Why am I getting this error?
joe
I have a report the diplays one record from a sqlserver db. I us a parameter field. In this one record I have several names that I need to display. The names are actually usernames(ex jpcook) I added the table that contains the fname and lname and mi of the user name. Everytime I try to add a field from the second table I get a General SQL Server error. Check message from the sql server. error
What am I doing wrong? I linked the two tables. Why am I getting this error?
joe