G
Guest
Hi,
I have the following problem, In the secondary form I have a frame text
which contain a number.
When the subform has no records (the allowadditoions = false) it must
display the value 0.00 €.
I use the folowing :
Me!Total.ControlSource = "='" & Format("0", "Currency") & "'"
but the frame texts don't display it.
I have the following problem, In the secondary form I have a frame text
which contain a number.
When the subform has no records (the allowadditoions = false) it must
display the value 0.00 €.
I use the folowing :
Me!Total.ControlSource = "='" & Format("0", "Currency") & "'"
but the frame texts don't display it.