Access Report Showing Each Records Color Value -


i've asked similar question here, want create report showing color values entered each record. i've been able use portion of code used enter values, when report loaded, rectangles in report showed color value record 1, not per each.

this used enter values, works:

dim variant = split(textbox1.text,",") box1.backcolor = rgb(int(a(0)),int(a(1)), int(a(2))) 

i added code report, on current, on load events , neither worked. maybe code needs go event?

how can report show color each record?

your code must go on format event of details section.

note event fires when open report in print or print preview view, not in report view.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -