Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2007-03-06 : 10:03:19
|
| I used Access to link to a table in SQL server. A column in SQL is uniqueid but in Access became scientific number(if number is bigger, e.g. more than 11 digital numbers).How to void it and always display standard number? |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
|
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2007-03-07 : 11:22:43
|
| 100010000844.81531400018E+1110001800006.... |
 |
|
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2007-03-08 : 09:32:57
|
| I got it!In the table design mode, refer to the format section for the field. Set it to "fixed Number" |
 |
|
|
|
|
|