Search results

  1. P

    Monthly Report

    Differentiate months Thank You ...but all that I know already. What I want to know is that if I have to display all Expenditure and Revenue for each month... how would I do it. An alternative would be to prompt user for Date Between for every months starting date and End Date, but this would...
  2. P

    Monthly Report

    I am trying to make a Reservation Systems Software for My Company and I have to prepare a report that displays all the Reservations made together with their details between two dates. Tables : Reseravtion, Reserved Services. Each Reservation Record has a number of linked Reserved Serviecs from...
  3. P

    number of records returned from access queries

    i have this competition and at the end of the day i ant to get a winner from all the day's records of people whoe called for the competition. I want to enter all the records for the day and then at the end of the day when i click this button, i want access to find a random winner for me . The...
  4. P

    can someone please explain orders subform in northwind.mdb

    can someone please explain how the orders subform works in the northwind.mdb database. what i would like to know is that how can you select something from the combo box and it can set the values in the orders subform.
  5. P

    combo box to fill values in subform

    well i want the combo box to get its values from another seprate file called the product table. for example the products table has the fields productid, productdescription, retailprice ..... i want the combo box to set the values of the text boxes in the reserved services from the product...
  6. P

    combo box to fill values in subform

    i have this reservation form and in that i have this services form. the Services form saves its data to the services table and so does the reeservation. the services subform is linked with the reservation form by the reservation code what i want is that a combo box in the service subform that...
  7. P

    passing parameters in both main report and subreport

    i want to pass parameter in both a report and a subreport.the main report is based on a query and i get the subreport values from linking the fields to a table. the problem is that it does not work if i use two queries ... one for report and the other for the subreport. actually i have this...
  8. P

    passing parameters in both main report and subreport

    i want to pass parameter in both a report and a subreport.the main report is based on a query and i get the subreport values from linking the fields to a table. the problem is that it does not work if i use two queries ... one for report and the other for the subreport. actually i have this...
  9. P

    To Mr Jack Cowley - help with calculating two field in a subform

    First of all I must thank you for your reply...it had worked but another problem has come up...there is this error which comes up in a pop-up form... Run-time error '2115' The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing P. B. Reservation...
  10. P

    urgent - adding a total in a subform?

    i have a form ..reservation form and in this form i have a subform called products. a client calling in to reserva a room can request ny number of products therefore the product form is in the reservation form. what actually the problem is that there are two fields in the products subform and i...
Back
Top Bottom