I don't know if the follow are available for versions earlier than CR8.
If it's a DateTime field - use this formula:
DateAdd("h",-6,{lastbackuptime})
If it's a Time field - use this formula:
TimeSerial (hour({lastbackuptime})-6, minute({lastbackuptime}), second({lastbackuptime})) Mike