B
BriefTales
I know this have been visited. I've read all of the posts but to no avail.
Here's my SQL
_________________________________________________________________
SELECT "CID" & "-" & [tblbriefs].[id] & "-" & Right([tblbriefs].[orderno],6)
AS CID, tblBriefs.OrderNo, tblBriefs.[Business Name], tblBriefs.ShipToFName,
tblBriefs.ShipToLName, tblBriefs.ShipToPrefix, tblBriefs.ShipToStr1,
tblBriefs.ShipToStr2, tblBriefs.ShipToCty, tblBriefs.ShipToSt,
tblBriefs.ShipToZip, Left([shiptozip],5) AS zipfive, tblBriefs.email,
tblBriefs.ShipToCntry, tblBriefs.StampDate, tblBriefs.Phone
FROM tblBriefs
WHERE (([tblBriefs].[StampDate])=[Enter Specific Date]);
___________________________________________________
when I try to save to TXT, "too few parameters. expected 1.
I even tried the transfer text macro suggested by Michael Walsh. It doesn't
work either. Currently, I have to export to Excel, then save the Excel file
to a .txt file in order to use it the way I need to use the data.
Any help is appreciated and thanks in advance. XP, MS Office Professional
2007, ACCESS 2007
Here's my SQL
_________________________________________________________________
SELECT "CID" & "-" & [tblbriefs].[id] & "-" & Right([tblbriefs].[orderno],6)
AS CID, tblBriefs.OrderNo, tblBriefs.[Business Name], tblBriefs.ShipToFName,
tblBriefs.ShipToLName, tblBriefs.ShipToPrefix, tblBriefs.ShipToStr1,
tblBriefs.ShipToStr2, tblBriefs.ShipToCty, tblBriefs.ShipToSt,
tblBriefs.ShipToZip, Left([shiptozip],5) AS zipfive, tblBriefs.email,
tblBriefs.ShipToCntry, tblBriefs.StampDate, tblBriefs.Phone
FROM tblBriefs
WHERE (([tblBriefs].[StampDate])=[Enter Specific Date]);
___________________________________________________
when I try to save to TXT, "too few parameters. expected 1.
I even tried the transfer text macro suggested by Michael Walsh. It doesn't
work either. Currently, I have to export to Excel, then save the Excel file
to a .txt file in order to use it the way I need to use the data.
Any help is appreciated and thanks in advance. XP, MS Office Professional
2007, ACCESS 2007