chosensilver
Programmer
I have an Access database front-end that connects to an SQL server through linked tables. Within this database there is a report that is based on a query. When I try to run the report, I get the error mentioned in the subject line. If I run the query by itself I do not havw the issue. There is only one calculation done on the report, so I believe the calculation to be giving this error, but how can I make it work properly? I have seen a few posts on the net saying to alias calculated columns like that, but I don;t know of any way to alias a calculated value in a text box on a report. Any help would be greatly appreciated. If this helps at all...the data used to be stored directly in the Access database, and I migrated just the tables to the SQL server. The report has not worked since then.