Ghoztrider
Registered User.
- Local time
- Today, 00:00
- Joined
- Mar 11, 2011
- Messages
- 12
I want to set up a calculated field in one of my queries. I need to concatenate characters to the beginning and end of my chosen field, this part I know how to do. What has me stumped is how do I remove a certain character. Here is what I have:
Type: "C.REGT.000" & [table1]![Field1] & "L - (Straight Time)"
I want to remove the last character of "Field1". Thank you.
Type: "C.REGT.000" & [table1]![Field1] & "L - (Straight Time)"
I want to remove the last character of "Field1". Thank you.