This will confuse:
I have an expression...
IIf(IsDate([dbo_ContactExtraVw]![X501_Date__c]) And [dbo_ContactExtraVw]![X501_Workshop__c]="Scheduled" Or IsDate([dbo_ContactExtraVw]![X501_Date__c]) And [dbo_ContactExtraVw]![X501_Workshop__c]="Invited",IIf(CDate([dbo_ContactExtraVw]![X501_Date__c]) Between DateSerial(Year(DateAdd("m",1,Date())),Month(DateAdd("m",1,Date())),1) And DateSerial(Year(DateAdd("m",1,Date())),Month(DateAdd("m",1,Date())),31),[dbo_ContactExtraVw]![X501_Date__c],""),"")
..which was working fine until today, when I went to add an additional field. Every time I try to save, access shuts down. Other queries work fine, the tables are fine etc. I think its something to do with references? has anyone ever had similar problems or have a clue how this can be resolved?
I use access 2002.
ps love the site, its helped me out many a time
I have an expression...
IIf(IsDate([dbo_ContactExtraVw]![X501_Date__c]) And [dbo_ContactExtraVw]![X501_Workshop__c]="Scheduled" Or IsDate([dbo_ContactExtraVw]![X501_Date__c]) And [dbo_ContactExtraVw]![X501_Workshop__c]="Invited",IIf(CDate([dbo_ContactExtraVw]![X501_Date__c]) Between DateSerial(Year(DateAdd("m",1,Date())),Month(DateAdd("m",1,Date())),1) And DateSerial(Year(DateAdd("m",1,Date())),Month(DateAdd("m",1,Date())),31),[dbo_ContactExtraVw]![X501_Date__c],""),"")
..which was working fine until today, when I went to add an additional field. Every time I try to save, access shuts down. Other queries work fine, the tables are fine etc. I think its something to do with references? has anyone ever had similar problems or have a clue how this can be resolved?
I use access 2002.
ps love the site, its helped me out many a time