I think ya did a fine job. I'm not looking to be spoon fed at all. Knowing what to look for in google is more than enough. I can usually figure stuff out once I know where to look for it at.Now to another 'problem': "Could you explain it" !
I can, to some extent, but you probably realise that explaining stuff takes a heck of a lot more time than doing stuff. That's why you go on courses after all. So while it's probably not for your tutor to explain stuff that she hasn't touched on yet, you might be lucky if you asked her.
The teacher is less than what I call fluent in vba. So asking her usually doesn't get me very far, unless it is very basic code and done exactly like the book. This is her first time teaching VBA.
Now that the zipcode auto calculates and the distance go into the text box's on its own. I only need the three text box's left to be selectable. Is there a way to "lock out" the other text box's with using the enable feature in the properties? The reason I didn't want to use that route is that it makes the fon't almost the same color as the form and its hard to read. I see now that I should have used label's intead of text box's. But I will make do.