Just a small query for today (if you pardon the pun)
basaclly my problem is, i am creating a booking system, and i want the total for the length of stay;
attributes are
Date Arrive | Date Depart | Room Number | room price
i want to add an total column at the end (i was using the query by example builder) and tried [datedepart] - [datearrive] * [roomprice]
this however doesn't always work well, is there any other way of doing the same function? i can use SQL if that makes life easier
cheers for any response
basaclly my problem is, i am creating a booking system, and i want the total for the length of stay;
attributes are
Date Arrive | Date Depart | Room Number | room price
i want to add an total column at the end (i was using the query by example builder) and tried [datedepart] - [datearrive] * [roomprice]
this however doesn't always work well, is there any other way of doing the same function? i can use SQL if that makes life easier
cheers for any response