I'm working in access 2002. I found these way to reference forms/controls. I was wondering which was the best way. Right now, I'm using the 2nd one since I had some compatablity problems with 2000. When I used the 3rd method and it seemed to solve it and still work in 2002. Are there significant advantages of using one over the overs?
Me.Address.Value
Forms("Clinic")("Address").Value
Forms![Clinic]![Address].Value
Me.Address.Value
Forms("Clinic")("Address").Value
Forms![Clinic]![Address].Value