Snowflake68
Registered User.
- Local time
- Today, 23:05
- Joined
- May 28, 2014
- Messages
- 464
I have created an application using 2013 and then put a copy of my system on another machine running 2010 but the DCount doesnt work.
I have a text box on a form with
and this is working on 2013 but on the 2010 which is linked to SQL tables it just shows #Error in the box. I just want to count the records in the query called qryResults.
I have created local copies of the sql tables and put my application on another pc running 2010 and this is ok too. So I dont believe that it has anything to do with 2010 as such.
Not sure if its permissions to the sql tables but I can open the linked SQL tables without any issues in the application that has the #Error.
Any help would be greatly appreciated.
Thanks
I have a text box on a form with
Code:
= DCount("*","qryResults")
I have created local copies of the sql tables and put my application on another pc running 2010 and this is ok too. So I dont believe that it has anything to do with 2010 as such.
Not sure if its permissions to the sql tables but I can open the linked SQL tables without any issues in the application that has the #Error.
Any help would be greatly appreciated.
Thanks