Thanks a lot to all the people answering my question
I got several suggestions from a number of people.

AUTO INCREMENT;

Use "RowID" in the update column menu.
This can also be RowID * 10 for increments of 10 and so on.

OR
Update [YourTable] Set [YourColumn]=rowed

OR 
Update MYTABLE Set MYCOLUMN = ROWID

or increasing 10 :

Update MYTABLE Set MYCOLUMN = (ROWID *10)

Thanks to Doug Pease, Jacques Paris, S�ren Breddam, Peter Horsb�ll
M�ller

GETTING MORE DECIMALS IN CENTROIDX(OBJ);
MI defaults to floating point (4 dp) when data are imported you have to
change the field definition to decimal. (Table maintenance).  

OR

Format the column to be Decimal and then specify the number of decimal
place precision you want.

Thanks to Patrick Chance, Doug Pease, 

Best wishes
Reno Lindberg



---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 12064

Reply via email to