View Single Post
  #1 (permalink)  
Old 03-17-2010, 11:05 AM
itoen itoen is offline
Junior Member
 
Join Date: Mar 2010
Posts: 4
Default RESOLVED: Inaccurate Dataset Column

Basically, I told the program to enter a $dataset column()$ into this order:

First Name
Last Name
Email Address
Password
Re-type Password


instead, the program enters in this order:

Password
First Name
Last Name

after "last name," i can't tell what its entering in the password field but it contains 12 characters.



UPDATE:

it was due to unfreezing and moving columns around, and then freezing after columns were placed. i assumed that it was its new column number afterwards. the design view determines the column #'s

Last edited by itoen; 03-17-2010 at 11:35 AM.
Reply With Quote