color and continuous forms (again)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top