C
CanFlightSim
I am using the function
StrConv([Address 1],3)
In a query for a report
Everything is fine except the Quadrants that exist in most records...
SE, SW, NE, and NW
535 CLEVELAND CRES SE
yields
535 Cleveland Cres Se
604 1 ST SW, 224
Yields
604 1 St Sw, 224
If they were all at the end, I could use string handling to do
something but they are throughout the string.
I can't think of a way to deal with these except a snakey bunch of if
statements.
I would sure appreciate some light on this.
Thank you in advance.
Will
StrConv([Address 1],3)
In a query for a report
Everything is fine except the Quadrants that exist in most records...
SE, SW, NE, and NW
535 CLEVELAND CRES SE
yields
535 Cleveland Cres Se
604 1 ST SW, 224
Yields
604 1 St Sw, 224
If they were all at the end, I could use string handling to do
something but they are throughout the string.
I can't think of a way to deal with these except a snakey bunch of if
statements.
I would sure appreciate some light on this.
Thank you in advance.
Will