where would I add that in?
For example the line:
vbNewLine & "Drawdown Amount:" & " $" & Forms!frm_Lease locks!
Amount
the reference to Forms!frm_Lease locks!Amount is where the currency
amount is held. how do I tell it to read the format as well?
For example the line:
vbNewLine & "Drawdown Amount:" & " $" & Forms!frm_Lease locks!
Amount
the reference to Forms!frm_Lease locks!Amount is where the currency
amount is held. how do I tell it to read the format as well?
Comment