C
Cathy
Good afternoon all!
I'm hoping someone can help me out...
I have a subform that needs the numeric value format
changed from currency to standard based on the choices the
user makes on the main form. How do I go about doing this?
I've tried something like:
If [Forms]![Main]!CategoryID.Text = "Head Count" Then
Me.Amount1.Format = "Standard"
Else
Me.Amount1.Format = "Currency"
End If
No errors, but no changes either... What's the correct
syntax?
Thanks,
Cathy
I'm hoping someone can help me out...
I have a subform that needs the numeric value format
changed from currency to standard based on the choices the
user makes on the main form. How do I go about doing this?
I've tried something like:
If [Forms]![Main]!CategoryID.Text = "Head Count" Then
Me.Amount1.Format = "Standard"
Else
Me.Amount1.Format = "Currency"
End If
No errors, but no changes either... What's the correct
syntax?
Thanks,
Cathy