|
-
Jun 30th, 2000, 10:55 AM
#1
Thread Starter
Hyperactive Member
What's the equivalent of the FORMAT function in SQL Server 7.
I'm converting an older app from DAO, and sometimes comes up with a query that includes the following: -
Format(ROUND(([GrossPrice]+[Tax]-((([GrossPrice]+[Tax])/100)*[Commission])),2),'0.00') AS Net
but SQL Server doesn't like FORMAT...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|