You have a large Notes database that contains many thousands of items. You want to create a query that can be used from the Notes data definition to restrict the items that are copied based on a specific created date.
You can use a formula such as the following to accomplish this goal:
tDate := @created; SELECT (Type="Form Used") & (@Year(tDate) = 2013) & (@Month(tDate) = 10)
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center