G
Guest
I need help with an Elseif statement.
Table Name: Modified Report Assignments
Fields:
Fund
Center
Account
Balance
FCA
Combined Governmental Reports
I need to write some code to populate the "Combined Government Reports"
fields based on the record in either the account or center field. Can
someone please help me get started writing an Elseif statement for the first
few lines of this Iif statement. I can't use Iif because I will have about
75 lines of code.
IIF ([Modified Report Assignments]![Account] Like "411*","Property
taxes",
IIF ([Modified Report Assignments]![Account] Like "412*","Local sales
taxes",
IIF ([Modified Report Assignments]![Account] Between "413000" and
"414999","Licenses and permits",
IIF (([Modified Report Assignments]![Account] ="461006","Charges for current
services",
IIF (([Modified Report Assignments]!
Table Name: Modified Report Assignments
Fields:
Fund
Center
Account
Balance
FCA
Combined Governmental Reports
I need to write some code to populate the "Combined Government Reports"
fields based on the record in either the account or center field. Can
someone please help me get started writing an Elseif statement for the first
few lines of this Iif statement. I can't use Iif because I will have about
75 lines of code.
IIF ([Modified Report Assignments]![Account] Like "411*","Property
taxes",
IIF ([Modified Report Assignments]![Account] Like "412*","Local sales
taxes",
IIF ([Modified Report Assignments]![Account] Between "413000" and
"414999","Licenses and permits",
IIF (([Modified Report Assignments]![Account] ="461006","Charges for current
services",
IIF (([Modified Report Assignments]!
Like "W*", Fire," ")))))
I believe if someone wouldn't mind helping me get started, I can finish it
out.
Thanks you so much in advance.
Meg
I believe if someone wouldn't mind helping me get started, I can finish it
out.
Thanks you so much in advance.
Meg