Tabbing copies rows

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

When I tab out of the last cell of a row in my subform,
(trying to tab to the first cell in the next row) the
data contained in all of the cells in the row I'm tabbing
out of is copied to all of the other rows. The fields in
the underlying table for the subform are required. Any
idea how I can fix this?

Thanks,
Alex
 
When I tab out of the last cell of a row in my subform,
(trying to tab to the first cell in the next row) the
data contained in all of the cells in the row I'm tabbing
out of is copied to all of the other rows. The fields in
the underlying table for the subform are required. Any
idea how I can fix this?

Recheck the Control Source properties of the textboxes in form design
view. This behavior suggests that the controls are unbound - they
should have the field names in the Control Source property.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top