Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I get the following error when opening an Excel file while my Access application is open and Minimized.

Jet Error Code: 3252
Error Description: Cannot open a form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property.

Please assist on how to fix this error
Posted

1 solution

Note:
This error can occur in Microsoft Access if you execute a query that includes a user-defined function in its output and then create a form based on that query.

Source: http://office.microsoft.com/en-us/access-help/HV080760122.aspx[^]

We need more details (query syntax) to help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900