aziz rasul
Active member
- Local time
 - Today, 15:44
 
- Joined
 - Jun 26, 2000
 
- Messages
 - 1,935
 
I have the following code: -
	
	
	
		
How do I add to this so that the Format property is set to 'Fixed'?
 
		Code:
	
	
	CurrentDb.Execute "ALTER TABLE tblTemp ALTER COLUMN MedianValue Double;"
	How do I add to this so that the Format property is set to 'Fixed'?