I
IIF from form to table
I have a form based on a table. I put the following: =IIf([Age Group]
="17-21","42",IIf([Age Group] ="22-26","40",IIf([Age Group]
="27-31","38",IIf([Age Group] ="32-36","36",IIf([Age Group]
="37-41","34",IIf([Age Group] ="42-46","30",IIf([Age Group]
="47-51","25",IIf([Age Group] ="52-56","20",IIf([Age Group]
="57-61","18",IIf([Age Group] ="62+","16",)))))))))). The dat is changing in
my form but the data is not transfering into my table. How do I fix this
problem?
="17-21","42",IIf([Age Group] ="22-26","40",IIf([Age Group]
="27-31","38",IIf([Age Group] ="32-36","36",IIf([Age Group]
="37-41","34",IIf([Age Group] ="42-46","30",IIf([Age Group]
="47-51","25",IIf([Age Group] ="52-56","20",IIf([Age Group]
="57-61","18",IIf([Age Group] ="62+","16",)))))))))). The dat is changing in
my form but the data is not transfering into my table. How do I fix this
problem?