I was using Access 2003 for years, and working with no problems.
Now the company switched to Access 2007 and I have problems.
I have this code, and it just won't work anymore
Me.frmsearchresults.Form.RecordSource = "Select * from mydata"
When I use this in my VBA, The results are 0, but when I put it straight in the properties, then it's working.
When I go in Debug mode, and change it, then the results are 0 again instead of 17000 records
but when I wait like 10 seconds, then the count = 17000 all the sudden.
I don't get it, since it was working just fine in 2003.
Spent now 2 weeks on this problem, and I can't figure it out..
Anyone had any suggestions?