J
JamesSF
Ugh, this issue always seems to crop up.
i have a table with a status and a color - like
Color COstatus COcolor
1 16711680
2 32768
3 255
i want
me.fieldname.backcolor = dlookup("COcolor","Color","COstatus =
me.fieldname")
- but this doesnt work on a continuous form, it picks the first color
correctly then doesnt change for each line
any ideas??
thanks
james
i have a table with a status and a color - like
Color COstatus COcolor
1 16711680
2 32768
3 255
i want
me.fieldname.backcolor = dlookup("COcolor","Color","COstatus =
me.fieldname")
- but this doesnt work on a continuous form, it picks the first color
correctly then doesnt change for each line
any ideas??
thanks
james