Dan Waters
dwaters at usinternet.com
Mon Aug 31 14:18:38 CDT 2009
Hi Chester, I've found that Date() is not reliable from one PC to another. Use this function instead: Public Function CurrentDate() As Date CurrentDate = CDate(DatePart("m", Now()) & "/" & DatePart("d", Now()) & "/" & DatePart("yyyy", Now())) End Function Then use: End_Allocations_Calc: NZ([End_Manual_Allocation_Factors],CurrentDate) Good Luck! Dan -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Kaup, Chester Sent: Monday, August 31, 2009 1:55 PM To: Access Developers discussion and problem solving Subject: [AccessD] NZ question I have the following as a field in a query. Since date() is a variant why does the following not want to work? It wants a manual data entry. End_Allocations_Calc: NZ([End_Manual_Allocation_Factors],Date()) Chester Kaup Engineering Technician Kinder Morgan CO2 Company, LLP Office (432) 688-3797 FAX (432) 688-3799 No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced. -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com