So i need to build a query to show any records within the field called MTest that begins with a space (data enter error)
I have this to fix it
UPDATE DataRequests SET DataRequests.MTest = Trim([MTest]);
but this runs on the complete table and is now slow,
so need to set the criteria just to update any that begins with a space
I have this to fix it
UPDATE DataRequests SET DataRequests.MTest = Trim([MTest]);
but this runs on the complete table and is now slow,
so need to set the criteria just to update any that begins with a space