View Full Version : Tab order mixup


arage
05-23-2001, 06:54 AM
I copied a form to a new name & rearranged the query it’s based on. While tabbing thru field values I saw it wasn’t right & went to rearrange the tab order. What I saw was that some of the names reflected in the tab order list were wrong, they were the old field names not the new ones I’d applied on the form. The form itself is properly accessing the right fields and different query, but the names in the tab order screen show the names coming from the previous query my new form was based on. Anyone know why?

charityg
05-23-2001, 08:59 AM
Just because you change the field names in the query won't change the control names that are bound to those fields. These names must be changed in properties window.

arage
05-23-2001, 09:21 AM
Hey thanks Charityg! Egg yet again on my face.