The SQL is very simple. This is it, exactly as it appears in the SQL view:
Having thought about this I can see that the query is looking for data in the Opportunities table, but my form is a data entry form, and the two fields being added together appear on the form, not on the table. I'm looking through Access now, to see if I can spot where the form name is...SELECT [Opportunities].[FTSP LG Days]+[Opportunities].[SA LG Days] AS qryLGDaysFROM Opportunities;