Search results

  1. C

    Too Few Parameters saving query to text

    Greetings! I'm trying to save the following Query to a fixed width text file in Access 2007: PARAMETERS [StartDate] DateTime, [EndDate] DateTime, [ReportingPeriod] Char; SELECT 5500220008 AS UIAccountNumber, [ReportingPeriod] AS ReportingPeriod, dbo_tblPrMaster.SocialSecurityNumber...
Back
Top Bottom