>-----Original Message-----
>Hello,
[quoted text clipped - 8 lines]
>.
>Yes,
simply use them where you want, they are all named
differently when they are inserted. You can then run
queries, etc using the field names to pass the parameters
across (in the query e.g below the fields of the
DateTimePickers are called "dmstartdate" and "dmenddate"
respectively)
(e.g WHERE (((Payments.OrderDate) Between Format([Forms]!
[Databasereporting]![dmstartdate],"dd/mm/yyyy") And Format
([Forms]![Databasereporting]![dmenddate],"dd/mm/yyyy")))