hullstorage
Registered User.
- Local time
- Today, 00:29
- Joined
- Jul 18, 2007
- Messages
- 213
i have a query that calls all postcodes beginning with AB
what i then have is a form that shows these results
i want something like a button that when clicked will replace current values in county to "scotland"
maybe something like this:
If me.county is not like "SCOTLAND" Then
me.counuty ="SCOTLAND"
End If
what i then have is a form that shows these results
i want something like a button that when clicked will replace current values in county to "scotland"
maybe something like this:
If me.county is not like "SCOTLAND" Then
me.counuty ="SCOTLAND"
End If