Microsoft
Software
Hardware
Network
Question : New unique values for field
I have a table named `mytable` with a field called `record_numb`
Now there are some duplicate values for `record_numb`
I want to give all 10,000 records a new unique `record_numb`
The `record_numb` must be unique!
Answer : New unique values for field
then
update yourtable set record_numb = tmpid;
Random Solutions
exchange 2003 email address show x400 or x500 information
How erase a sign?
ADP only please (Access Project) CONTINUOUS FORM REFRESH
Access 2003 add new record when i go to enter data it shuts down
Vista Business Remote Desktop "error in licensing protocol"
Loop through rows in listbox
Remove Exchange 2007 - Clustered Mail Box Servers
Small modification query
sendmail with attachment
cron job to automatically replicate remote mysql server database with local mysql running under mac os x (MAMP)