Provided Access recognises DateOfTravel as a Date/Time field, then:
=[DateOfTravel] - 84
should work. Set the Format property of this text box to:
Short Date
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"David Allison" <david.allison@zzzz@zzzzzblueyonder.co.uk> wrote in message
news:7E5vb.13742$zQ.9354@news-binary.blueyonder.co.uk...[color=blue]
> Form for booking holidays -I have -
> DateofBooking ... DateofTravel .... fields in table
>
> On the form I have .........
> payment of deposit is due.... =[DateofBooking]+28 ......... got that[/color]
working[color=blue]
> OK :>)
>
> Still cant get payment of balance due (12 weeks before
> DateofTravel)...........thought it would be
> =[DateofTravel]-84 ????????
>
>[color=green]
> > Create a query into this table.
> > If the field is called MyDate, type this into a fresh column of the[/color][/color]
query[color=blue][color=green]
> > design grid:
> > CalcDate: DateDiff("d", -28, [MyDate])
> >
> > --
> > Allen Browne - Microsoft MVP. Perth, Western Australia.
> > Tips for Access users -
http://allenbrowne.com/tips.html
> > Reply to group, rather than allenbrowne at mvps dot org.
> >
> > "David Allison" <david.allison@zzzz@zzzzzblueyonder.co.uk> wrote in[/color]
> message[color=green]
> > news:MS4vb.12897$zQ.6577@news-binary.blueyonder.co.uk...[color=darkred]
> > > Hi, I need a Calculated Date = 4 weeks before Date which is in table[/color][/color][/color]