Search results

  1. I

    calcualting a sum of a field which has been calculated

    the problem i'm having is not on the main form its the calculation on the subform in the total property cost field.
  2. I

    calcualting a sum of a field which has been calculated

    1. the main form is booking this is going to pick up on the total property cost from the footer in the booking order subform. 2. subform is called booking order subform this issue is total property cost not calculating in the footer of this form. (not sure what u mean by subform container) 3...
  3. I

    calcualting a sum of a field which has been calculated

    hi i am using single form view and have all ready got the sum calculation in the form footer refering to the field on the main form but the calculation is not working
  4. I

    calcualting a sum of a field which has been calculated

    On my booking order subform (subform of booking form linked by booking no) i have booking no, property no, price per day, no of days, total cost and total property cost. All my fields are numeric and the total coat and total property cost are situated in the subfooter of the form and grouping is...
  5. I

    How to sum from a field thats been derived

    Hi In answer to your questions all the fields price per day, no of days and total cost are all specified as numeric fields and grouping is by property no but my total cost and total property cost are all in the details section on the booking order subform. do i need to move them to the footer...
  6. I

    How to sum from a field thats been derived

    Hi Bob I've tried that as well but it still shows 0
  7. I

    How to sum from a field thats been derived

    On my booking order subform (subform of booking form linked by booking no) i have booking no, property no, price per day, no of days, total cost and total property cost. total cost shows the price for that property no depending on amount of days total cost is worked out: =[price per day]*[no of...
  8. I

    Start Date must be a saturday

    Got it working Cheers for your help
  9. I

    Start Date must be a saturday

    Hi Ray creating a list is probably not the best way to do it because the start date is for a booking and user could creating a booking a few years in advance to have a list of every single saturday up to 2 years in advance seems a bit extreme. Is there no way of just validation the date being a...
  10. I

    Start Date must be a saturday

    Hi I have a start date on a form. The fields data type is short date I need to create a validation rule so that when a user enters a date it can only be a saturday date which is entered. Thanks for your help
  11. I

    Query not using fields on form instead asking for parameters to be entered

    I have created a query that will pull the price of a property into the cost field combo box on a booking order subform depending on the values of the start date and property number enter onto the same form. The query gets the price from the property price table matching on the property no i've...
  12. I

    Query help needed using values from current form

    Hi Paul Yeah the booking order form is a subform for a booking form which is not need for this query so i didn't forgot to mention that the booking order was a subform. The query itself fails to show any value.
  13. I

    Query help needed using values from current form

    Hi i am having problem creating a query that will pull the price of a property into the price field on to a booking order form depending on the values of the start date and property number enter onto the same form. i have a two tables property price and booking order. Fields in the property...
  14. I

    Double Booking Property problem

    Thanks Dennisk Are you able to explain this is more detail as my programming skill aren't that great or do you know of any example of this type of problem
  15. I

    Double Booking Property problem

    Hi I have created a database to take bookings for holiday properties but can't figure out how to stop the properties from being booked over the same period. I have a table called booking order with the fields Booking no, property no, start date and end date. On the equivilant form for a...
Back
Top Bottom