access 2002 error

P

pmill

Here is an error I've received in Access 2002:

Reserved error (-7748); there is no message for this error.

Any ideas?
 
A

Allen Browne

The reserved errors indicate that something happened that the Access
programmers did not anticipate.

I am not familiar with this particular error. In what context did you
receive it? VBA code? running a query? Designing a table? Linking to
external data? Exporting?
 
J

John Vinson

Here is an error I've received in Access 2002:

Reserved error (-7748); there is no message for this error.

Any ideas?

Nope; what were you doing to trigger the error? VBA code? Please post
the code. A Query? Please post the SQL.

John W. Vinson[MVP]
 
P

pmill

Thanks for responding. the user I'm working w\ says she was unable to
get complete data from a query search due to this error. I will try to
provide more info after speaking w\ her today.
 
P

pmill

Thanks for responding. the user i am working w\ states that she was
unable to get complete data for her query due to this error. I will
provide more info when I speak w\ her today. Thanks.
 
Top