473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Error message 3075 when running trying to run a report from a form

beacon
579 512MB
Hi everybody,

[Access 2003]

I have a database that I recently modified to work for a different set of users. When I changed the database, I created different forms that would either preview a report or email a report. The forms create a filter, pass it through OpenArgs(), and then opens the report.

I've tested this out on my test machine as an .mdb and as a .mde, which is the version that is placed on our network drive and used by the users, and it works perfectly. If the report has data, it opens the report. If it doesn't have data, it jumps to the Report_NoData event and displays a message box.

Once I create the .mde and the users attempt to run reports from within the .mde, they get error message 3075, but there is no description with it even though I have code that is supposed to show the Err.Description. I've searched and searched online and have tried troubleshooting with every suggestion I could find, but still am not able to resolve this issue.

The reports have a function that uses the Right() function in it and one of the search results from the Microsoft KB suggested that the library references needed to be reset. I reset them all manually and reset them using the code module provided by Microsoft, but the users are still receiving the error.

I'm at a loss since this is working fine on my test machine, but won't work for the users. I've stepped through the code on my machine and everything appears to follow the correct path with no errors being thrown. I should mention that the error message is thrown regardless of whether the report has data in it or not, which makes things even more confusing.

Does anyone have any suggestions?

Thanks,
beacon
Aug 5 '10 #1

✓ answered by Steven Kogan

It sounds like you haven't run the mdb version on a user's machine.

If possible, try running the mdb version on the user's machine and see if the error comes up. If it does then at least you would be able to enter debug mode at the user's machine to see what is causing the error.

8 1718
Steven Kogan
107 Expert 100+
It sounds like you haven't run the mdb version on a user's machine.

If possible, try running the mdb version on the user's machine and see if the error comes up. If it does then at least you would be able to enter debug mode at the user's machine to see what is causing the error.
Aug 5 '10 #2
Steven Kogan
107 Expert 100+
Have you tried the code at http://support.microsoft.com/kb/194374 ?

I'm not quite sure if that would work with multiple users on the same mde.

Let me know if it works...
Aug 5 '10 #3
dsatino
393 256MB
Sorry to vague with the answer, but I can't remember what exactly I did. I had the same exact issue and it was definitely related to the library references.

I think it was that two libraries had the same function and it couldn't decide which one to use so it just errored.
Aug 5 '10 #4
NeoPa
32,556 Expert Mod 16PB
The best I've got is from an error message table I set up a while ago.
|1 in query expression '|2'.
|1 & |2 are replaceable items so are filled in depending on context. It appears to be query related though, if that's any help at all.

That said, as library references are related to the configuration of Access on the specific PC, I think that is a more likely avenue to explore. The suggestions in here seem quite a good idea to explore :)
Aug 5 '10 #5
missinglinq
3,532 Expert 2GB
I agree. When apps run fine on one machine and not on another or run fine in one version and not when run under a newer version, the first thing you have to think about are missing references.

Here are Doug Steele's detailed instructions on how to troubleshoot the problem:

http://www.accessmvp.com/DJSteele/Ac...nceErrors.html

BTW, that error message

|1 in query expression '|2'

has got to be the most cryptic in a variable sea of cryptic error messages from Microsoft!

Linq ;0)>
Aug 5 '10 #6
NeoPa
32,556 Expert Mod 16PB
To be fair it's never shown in anger without the variable bits. These can make a great deal of difference depending on what they contain.

It's not good as it stands, but possibly a little better than "Error 3075" :D
Aug 5 '10 #7
beacon
579 512MB
Thanks everybody for your replies.

Turns out the problem was Group Policy. I downloaded Redemption and decided to push it out to all machines, but for some reason it didn't take despite all my testing. So, in essence, the problem was the references, but it went a step further because the references that I thought were there didn't actually install.

Had I tested the .mdb on the user's machines prior to creating the .mde, like Steve suggested, I probably wouldn't have had any problems, but I didn't even think to check the .mdb.

Thanks everybody for your help.
Aug 7 '10 #8
NeoPa
32,556 Expert Mod 16PB
Nice work Steven.

We should make him an expert (Oh, we did already :D)!
Aug 9 '10 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Eric Janzen | last post by:
This is a very frustrating problem. We have installed Developer Suite 10g on 4 machines. The Development suite is in one Oracle home directory. On the same machines we also have a 9i database...
7
by: Michael Charney | last post by:
I have a main report that has a subreport to it. On the sub report I have a running total. If there are no entries in the sub-report source table the sum total returns the #Error message for the...
1
by: MarkPtacek | last post by:
Objective: Have a manager select a user's ID from a list and have a report generated based on the user that is selected. Current Progress: I have created a run-time prompted query and based a...
1
by: Rob R. Ainscough | last post by:
Can someone tell me how to debug a Windows Install problem? I've created the installer project from home PC, transfered the installer project to my work PC, build the project on my work PC, but...
0
by: Rabbit | last post by:
Dear All, I have recently using ASP.net 2.0 to build web application with Crystal Report for .net, one of my typical coding to generate report on web page as follows: Dim rpt As New...
0
by: Leon | last post by:
I keep geting this error in the IE when trying to run the scrept below from an ASP page. Can any one help please. Error Type: Provider (0x80040E37) Table does not exist. /gal.asp, line 43
0
by: j.rogel | last post by:
Hello everyone! I am new to this sort of postings so I'm not even sure if this is the correct place to start. Anyway, I would realy appreciate any help. I have a some VBA code that works quite...
1
by: MC | last post by:
I had 2 folders I couldn't move or delete. Each had contained the executable from a console-mode Visual Studio 2008 C# application. On trying to move the folders I got the entirely misleading UAC...
7
by: surferj | last post by:
Hello, I am trying to run a macro in that was created in an earlier version of access but getting an error message when i try to run it in 2007. The error occurs on the DoCmd.RunMacro...
8
by: fish919 | last post by:
Hello All, I am having a little trouble with my database. The Database has a parent table with 5 or 6 children tables in it they are linked by a common id filed. The problem is that the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.