tbcwarrior
Registered User.
- Local time
- Today, 20:58
- Joined
- Oct 10, 2006
- Messages
- 26
i have a word in the code i am trying to write that has a - character in it (ie co-ordinator) and when i type in the code it spaces the word out like this co - ordinator
the code i have typed so far is
If Me.mortgage_co-ordinator.Value = "name" Then
Me.
but as soon as i hit the enter key after then it puts the spaces in co - ordinator
is there a way around this
the code i have typed so far is
If Me.mortgage_co-ordinator.Value = "name" Then
Me.
but as soon as i hit the enter key after then it puts the spaces in co - ordinator
is there a way around this