Why is this query incorrect?

melissafvoelker

Registered User.
Local time
Today, 06:45
Joined
Nov 1, 2005
Messages
16
SELECT [FA Ctr], [SAP Co], [SAP Ctr], [GL Co],
Format (([SAP Co],"0000") AS NewField), (([cst ctr], "0000000000") as costcenterappended) INTO [Interim Table]
FROM Asset_Map;
 
Format (([SAP Co],"0000") AS NewField), (Wrong Syntax)
Format([SAP Co],"0000") AS NewField,
Same with costcenterappended

Just to start
 

Users who are viewing this thread

Back
Top Bottom