Hi,
I've tried to steal an SQL Postcode validator (This is for UK postcodes) and add it to an AfterUpdate event on a field in MS Access. It doesn't work, obviously, but can you help me with where I've gone wrong? The VBA code is:
Private Sub Postal_Code_AfterUpdate()
Dim CHECK_Code...