March 24, 200619 yr Newbies I'm trying to setup a FileMaker script to import records from a MSSQL database via a calculated SQL query in an Import Records script step. The problem is in the "Import Field Mapping" screen, it does not show field names or data from the ODBC source. If I run the scrip with the default map it imports the fields with no errors returned. The odd part is that I thought it was working properly just yesterday when I was doing some tests. Here is my calculated query: "SELECT RecordId, TimeIn, TimeOut FROM EmployeeHours WHERE UTCDateModified >= '" & Punches::LastImport & "'"
Create an account or sign in to comment