> I have created a booking form using Filemaker Pro 6
> I have to create a date range from "start date" to "end date". I need this
> to print out all days in between in order to calculate meals needed for a
> trip. Can anyone help me?
I think you are going to have to create a looping script that creates
records, one for each day that you want to work with (probably in a
new file created just to hold them). These could be temporary, and
deleted by your script after you are done with your calculations, or
they could be left alone after the calculations are done, depending on
your needs.