Recent content by cpascual

  1. C

    Trouble with my SQL in GAGEpack

    This report writing software, GAGEpack, is syntactically correct according to the SQL standard for Microsoft Access. This software doesn't really give error messages so I have no indication of what is actually wrong with the report. The bolded statements is where I am having issues. I don't know...
  2. C

    Fairly New to SQL and now trying a bit more complicated coding

    FROM ((((((Gages LEFT JOIN Events ON Gages.GageId=Events.GageId) LEFT JOIN EventType ON (Events.EventType=EventType.Type)) LEFT JOIN EventCalib ON (Events.EventID=EventCalib.EventID)) LEFT JOIN EventRepair ON (Events.EventID=EventRepair.EventID)) LEFT JOIN EventMaint ON...
  3. C

    Fairly New to SQL and now trying a bit more complicated coding

    I am using a database software known as GAGEpack, it is syntactically correct according to the SQL standard for Microsoft Access. I just had to start using the IIF command and I am fairly confident in using it on a small scale. In the coding below I am using multiple nested IIFs and I am trying...
Back
Top Bottom