this is what i want to achieve.
I have a table of marks of student, a query that calculates totals and a form that displays results.
on the query, i have an if statement.
So i want to be able to make the whole syntax available for user to edit without
actually doing it in vba.
is this possible in vba? i would really appreciate your help.
i have attached an image that will help you understand exactly what i mean.
I have a table of marks of student, a query that calculates totals and a form that displays results.
on the query, i have an if statement.
Code:
comment:IIf([Marks]>=80,"good",IIf([Marks]>=50,"fair",IIf([Marks]>=40,"Work harder")))
So i want to be able to make the whole syntax available for user to edit without
actually doing it in vba.
is this possible in vba? i would really appreciate your help.
i have attached an image that will help you understand exactly what i mean.
Attachments
Last edited: