currency

  • Thread starter hugz via AccessMonster.com
  • Start date
H

hugz via AccessMonster.com

I have a text box named UNITPRICE that shows the unit price for every
product... All the products are shown in a list box named listINV with their
corresponding information like their unit price... i have a format for the
UNITPRICE "Php"#,##0.00;"(Php"#,##0.00)... My problem is when I click the
list box of listINV, the format in the UNITPRICE doesn't show..

any solution to this?

tnx for the help..
 
D

Duane Hookom

What is the control source of UNITPRICE and what does it have to do with your
list box? List boxes on reports can't be clicked.
 
Top