hullstorage
Registered User.
- Local time
- Today, 21:31
- Joined
- Jul 18, 2007
- Messages
- 213
Hi all i have an update query that i am using which gets the results from text boxes on a form
everything was working fine but i have now hit a slight problem as this query works from postcodes
so if i want to update postcode beginning with the letter L then the number i.e. L1 to L20 i have been using a wildcard
on my form i have been using L* but this method also changes any postcode like LL or LT etc but i only want it to change all postcode that start with L and then have a number next to it
so its like this
ALL POSTCODE IN LIVERPOOL ARE SAY L THEN A SINGLE DIGIT AND THEN CHANGE L WITH A DOUBLE DIGIT
L1 TO POSTCODE L15 WILL UPDATE THE COST FIELD TO £25.00
LL1 TO POSTODE LL22 WILL UPDATE THE COST FIELD TO £28.00
LN1 TO POSTCODE LN33 WILL UPDATE THE COST FIELD TO £27.50
everything was working fine but i have now hit a slight problem as this query works from postcodes
so if i want to update postcode beginning with the letter L then the number i.e. L1 to L20 i have been using a wildcard
on my form i have been using L* but this method also changes any postcode like LL or LT etc but i only want it to change all postcode that start with L and then have a number next to it
so its like this
ALL POSTCODE IN LIVERPOOL ARE SAY L THEN A SINGLE DIGIT AND THEN CHANGE L WITH A DOUBLE DIGIT
L1 TO POSTCODE L15 WILL UPDATE THE COST FIELD TO £25.00
LL1 TO POSTODE LL22 WILL UPDATE THE COST FIELD TO £28.00
LN1 TO POSTCODE LN33 WILL UPDATE THE COST FIELD TO £27.50