C
cwoelfe
I have a table called "Students - Enrolled" and I need to create an update
query that will put a "90%" in the [REFUND] column/field for the records that
have an "092" in the [TERM] column/field and the date in the [REG_AUDIT_DATE]
is between "5/12/09" and "5/13/09"
I created the following query but it just put zeros in the the [REFUND]
column/field... I can't seem to get it to actually put the "90%"
IIf("TERM_YYT","092" And "LastOfREG_AUDIT_DATE" Between #1/1/2008# And
#5/12/2009#,"100")
why is it putting a 0% instead of 100%?
query that will put a "90%" in the [REFUND] column/field for the records that
have an "092" in the [TERM] column/field and the date in the [REG_AUDIT_DATE]
is between "5/12/09" and "5/13/09"
I created the following query but it just put zeros in the the [REFUND]
column/field... I can't seem to get it to actually put the "90%"
IIf("TERM_YYT","092" And "LastOfREG_AUDIT_DATE" Between #1/1/2008# And
#5/12/2009#,"100")
why is it putting a 0% instead of 100%?