I have a query looking at a table looking at several fields. Two of these fields are [Designer] and [Start Date]. Because I want to be able to calculate the length of time a designer takes on a particular job I need the start date to be fixed. Calculations can then be based on that date. However my 'customer' wants the date to be added to the Query automatically on entry of the designer name. I have put the formula iif([Designer]=true,Date())
in the start date field and it seems to work except that the date changes every day. How do I fix it permanently????
(The 'customer' wants to view in tabular form, hence the query, I've already tried to get him to use a form knowing that what I want works that way)
in the start date field and it seems to work except that the date changes every day. How do I fix it permanently????
(The 'customer' wants to view in tabular form, hence the query, I've already tried to get him to use a form knowing that what I want works that way)