Forum Discussion

Massimiliano_fois's avatar
Massimiliano_fois
Copper Contributor
Aug 03, 2021
Solved

Codice vba report con errore runtime 2424

Buongiorno , Ho un report access con delle caselle di testo al cui interno ci sono delle cifre. Siccome in access non esistono figure a cerchio ho importato dei cerchi colorati che mi serve colorare...
  • isladogs's avatar
    isladogs
    Aug 04, 2021

    Massimiliano_fois 

    One thing at a time if you don't mind...please post your crosstab query question in a new thread

     

    I had a flash of inspiration based on something similar I've done in the past

    So I have a solution for your report issue & I hope your boss is happy with the result!

     

     

    It will work in report view or print preview

    The coloured circles are in fact a Webdings character which is a solid black circle by default

    I've then applied conditional formatting to these depending on the value of the number field

     

     

    Chr(110) is in fact the letter 'n' in a standard font as you will see from  the enclosed query

     

Resources