gerard1979
MIS
Using Access2002
This problem broke down my head, I hope somebody can help me.
I have a report. In the details_format I have the following easy function:
If Me.ArtNrFabr < 4000 Then
Me.lblNettoprijs.Caption = "Normuur:"
Else
Me.lblNettoprijs.Caption = "Nettoprijs:"
End If
When the lbl is "Normuur:" then the property of field Nettoprijs must be #,### (a double with 3 dec.)
When the lbl is "Nettoprijs:" the property must be a money notation
This problem broke down my head, I hope somebody can help me.
I have a report. In the details_format I have the following easy function:
If Me.ArtNrFabr < 4000 Then
Me.lblNettoprijs.Caption = "Normuur:"
Else
Me.lblNettoprijs.Caption = "Nettoprijs:"
End If
When the lbl is "Normuur:" then the property of field Nettoprijs must be #,### (a double with 3 dec.)
When the lbl is "Nettoprijs:" the property must be a money notation