What a reason that Filter in MS Access doesn't work the same on different computers - vba

I have an old MS Access 2013 .adp project connected to SQL2019 database.
In project I have the forms based on queries from SQL Server. On this forms user can choose an employee ID from the combobox "EmpId" and get rows related to choosed employee .
The code is very simple :
Me.Filter = "[empid]=" & Me.EmpId
Me.FilterOn = True
The problem is that it works fine on 2 computers in the office and doesn't works on third one.
The problem is not in specific form, but on all forms that uses filters.
There is no error messages on that computer, but the filter simply doesn't applied. I see it on
the bottom panel of the form 1 of 8500 rows.
The 3 computers has the same OS WIndows 10 Hebrew and a project is in Hebrew too.
The security setting in all computers is the same "Allow all Macros".
What it can be ? Maybe some Access string settings ? Maybe Windows settings ?
Any help will be very appreciated

Related

OpenLDAP address book in MS Outlook 2010 does not appear automatically, advanced search is needed

I currently have an OpenLDAP that runs on Centos 7. I understand that it is configured correctly and working. The problem occurs when I set it to MS Outlook 2010.
When opening the list of ldap addresses, it is empty
It is necessary to enter in advanced search. Enter a space and click the ok button.
Then you can see the full list (For this example there are only two contacts)
Is there a way to get the full list to appear when opening the ldap address book?. Has anyone found a solution?

MS-Access report ignores criteria on some but not all Win-10 PCs

We’ve run into a strange situation migrating our workstations from Windows 7 to Windows 10. One of our migrated apps is based on MS-Access 2010. Via the app’s user interface, users can open various criteria-driven forms & reports. These forms & reports have all worked fine for years. They also work fine on most of our new Windows 10 workstations (some of which are brand new PCs, while others are older PCs upgraded from Windows 7 to Windows 10). But, on 2 of our Windows 10 workstations, one of the criteria-driven reports produces very different results than are produced when the same report is run with the same criteria on any of the other Windows 7 or Windows 10 workstations. This particular report is opened when the user clicks a button on a form, after typing in the desired report criteria. Clicking the button executes a Docmd.openreport reportname, acPreview,, criteria action. The problem is that on these 2 problematic Windows 10 workstations the report returns every record from the database—not just the few records corresponding to the criteria input by the user. It’s as though the report’s query isn’t receiving the criteria, or is receiving them but is ignoring them. We’ve done a lot of unsuccessful experimenting trying to figure out why we get different results on these 2 machines. Can anyone suggest a troubleshooting approach?

Peculiar Access 2007 issue, reports not displaying some fields

Our office is having a very strange issue with Access 2007.
Long story short - over the past few weeks, half the computers were upgraded to Windows 10, and all of them were upgraded to Office 2013 - except for Access, which we kept at 2007 to keep legacy databases working a little while longer.
All the computers in the office are working perfectly fine under this setup.
Two of them, however, are not displaying some of the Access reports properly. Fields that are not directly linked to a table field and generated on the fly (for example, ControlSource property of the text field something like '=[ThisField] + " and " + [ThatField]') do not show up, and instead display "#Name?" as if it can't connect to the data. However, on the exact same report, there will be fields with the control source directly linked to a field (for example, "MyField" in the query in the report's record source) that will work just fine!
Only two computers in our office are having this problem; the rest display all fields as expected.
Does anyone have any idea why this would be happening? Is it some weird side effect of having Office 2013 and Access 2007 side by side? We do not have Access 2013 installed. It might be worth mentioning that these two computers were purchased around the same time; however, so were two others that are working fine, one of which is on Windows 10 and the other on 7.
Any thoughts or suggestions would be appreciated. Thanks!

MS Access "Cannot connect to the SharePoint site" Error on Large Linked Lists

I am having an issue with MS Access 2010 opening a large SharePoint linked list. It was working fine on a Friday afternoon around 4:30pm, but then, the following Monday morning, I began getting an error when trying to open a large SharePoint linked list. Not all of the linked lists, just the largest one, which has 8036 records (the view threshold is 10000). MS Access appears to open the list,but then the wait cursor appears and then after some time an error message (Cannot connect to the SharePoint site '') displays and all of the displayed data is removed.
I've asked our sys admins if there were any group policy or system updates that were pushed and they were not aware of any (but that doesn't mean there weren't any).
Here is a screencast video of the problem that I am having:
https://youtu.be/_RYSmg-L0gc
I have had success with SharePoint linked list, disconnecting them from Access and Linking anew. I have had mixed success with refresh link option in MS Access.

Type '"Project Name"."Dataset_tableadapter".TableAdapterManager' is not defined

I Was Developing a very bassice vb.net project by using vb.net 2010 and my database is ms Access 2007. in my project it's having 8 database which are showing informatation in each form and every thing was working fine has i have already created many project of this kind.But When i was nearly done with project and just adding some Splash Screen in it suddenly there were 102 Errors Saying "Type '"Project Name"."Dataset_tableadapter".TableAdapterManager' is not defined."
I tryed refreshing my database conection, relinking my database,and checked every name of table adapter and the name showen in code... every thing was ok yet there was same error....
I Searched on google about the same but there was nothing useful. All were just asking to check name of table adapter or of database etc etc......