What is #Func! error message for in access? How to fix it?

Anonymous
2023-04-18T22:20:25.9266667+00:00

I checked everything; there's no error with the formula. One thing I want to mention is I got #Func! Error for the vendors who had only one invoice with the amount of 0. Other vendors had multiple invoices with different amounts with the amount 0 and even negative numbers. Screen Shot 2023-04-18 at 6.06.02 PM

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
333 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Tanay Prasad 2,115 Reputation points
    2023-04-28T10:13:35.9666667+00:00

    Hi Farhana,

    The #Func! error message in Access indicates that there is an error with a custom function used in a query or form. This error typically occurs when Access cannot find or execute the function.

    In your case, since the error is occurring for vendors with only one invoice with an amount of 0, it is possible that the custom function is not designed to handle this scenario correctly.

    You will have to modify the function so that it can handle this scenario correctly.

    To fix this issue, you can try the following-

    1. Debug the function
    2. Check the Function References are correct and that all necessary libraries and references are available.
    3. Check the function parameters are correct and that the function is being called correctly in the query or form.

    Best Regards.

    0 comments No comments

  2. Tanay Prasad 2,115 Reputation points
    2023-04-28T10:14:05.4233333+00:00

    Hi Farhana,

    The #Func! error message in Access indicates that there is an error with a custom function used in a query or form. This error typically occurs when Access cannot find or execute the function.

    In your case, since the error is occurring for vendors with only one invoice with an amount of 0, it is possible that the custom function is not designed to handle this scenario correctly.

    You will have to modify the function so that it can handle this scenario correctly.

    To fix this issue, you can try the following-

    1. Debug the function
    2. Check the Function References are correct and that all necessary libraries and references are available.
    3. Check the function parameters are correct and that the function is being called correctly in the query or form.

    Best Regards.

    0 comments No comments

  3. Olaf Helper 42,841 Reputation points
    2023-04-28T10:19:26.0066667+00:00

    there's no error with the formula.

    There is an error in the formular, otherwise you wouldn't get #func.

    You mentioned value 0, so may be a "Division by Zero" error.

    0 comments No comments