Share via

Access 2016 Runtime Error

Anonymous
2016-06-20T11:28:25+00:00

If percentage > 50 Then

Grade = "A+"

Else

End If

the above statement gives.....  gives runtime error... -2147352567 (80020009)

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-06-20T11:48:14+00:00

    Knowing the nature of percentage is very important. Also I would be hesitant about using percentage as an object name. I would be more inclined to be specific like testpct.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-06-20T11:35:16+00:00

    What is "percentage"? Is it a Control on a Form, a Column in a Recordset, etc?

    Was this answer helpful?

    0 comments No comments