B bugsy Registered User. Local time Yesterday, 18:09 Joined Oct 1, 2007 Messages 99 Jun 3, 2008 #1 Not sure if i am wording it right. In a query i have calculated field that is using Date(). Instead of Date() I want to use a value in a table that only has 1 record. How can i reference that table ?
Not sure if i am wording it right. In a query i have calculated field that is using Date(). Instead of Date() I want to use a value in a table that only has 1 record. How can i reference that table ?
CraigDolphin GrumpyOldMan in Training Local time Yesterday, 18:09 Joined Dec 21, 2005 Messages 1,582 Jun 3, 2008 #2 Well, you could use the DFirst() function to retrieve the value eg, DFirst("[FieldNameHere]","TableNameHere")
Well, you could use the DFirst() function to retrieve the value eg, DFirst("[FieldNameHere]","TableNameHere")
B bugsy Registered User. Local time Yesterday, 18:09 Joined Oct 1, 2007 Messages 99 Jun 4, 2008 #3 CraigDolphin said: Well, you could use the DFirst() function to retrieve the value eg, DFirst("[FieldNameHere]","TableNameHere") Click to expand... great !!!! thanks
CraigDolphin said: Well, you could use the DFirst() function to retrieve the value eg, DFirst("[FieldNameHere]","TableNameHere") Click to expand... great !!!! thanks
CraigDolphin GrumpyOldMan in Training Local time Yesterday, 18:09 Joined Dec 21, 2005 Messages 1,582 Jun 4, 2008 #4 Happy to help