E
Elizabeth
Hi! I used SQL to create a query (I copied and pasted the verbiage that some
WONDERFUL soul gave me, woohoo!). But I don't know how to use SQL othe rthan
to copy and paste the verbiage goven to me by others and just insert my own
field names. So my query turned out BEAUTIFULLY in terms of the data
provided..
But the dates in the date column are different formats. Some have the date
AND time and others just the date. Because I used the SQL creen, though, I
cannot get to the design screen to change the formatting. Any idea how I
change the formatting for that one field? This is what my SQL code looks
like...I just need to change the format of the "Posted Date" column to be the
standard MM-DD-YYYY format.
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - POS]
Union All
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Manual]
Union All
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unallocated]
UNION ALL
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unclaimed Sherrel]
UNION ALL
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unclaimed POS Carl]
Thanks!
Elizabeth
WONDERFUL soul gave me, woohoo!). But I don't know how to use SQL othe rthan
to copy and paste the verbiage goven to me by others and just insert my own
field names. So my query turned out BEAUTIFULLY in terms of the data
provided..
But the dates in the date column are different formats. Some have the date
AND time and others just the date. Because I used the SQL creen, though, I
cannot get to the design screen to change the formatting. Any idea how I
change the formatting for that one field? This is what my SQL code looks
like...I just need to change the format of the "Posted Date" column to be the
standard MM-DD-YYYY format.
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - POS]
Union All
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Manual]
Union All
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unallocated]
UNION ALL
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unclaimed Sherrel]
UNION ALL
Select [POS_ID],[Posted
Date],[Salesrep],[EndCustomer],[ShipCustomer],[Value],[Reason],[Prod/Serv],[Op],[Region],[AM/Team],[Claim_Split_%],[Order Type],[Report Name]
From [Table - Unclaimed POS Carl]
Thanks!
Elizabeth