Search results

  1. N

    Adding Tax to a total

    thanks Many thanks to you both for that
  2. N

    Adding Tax to a total

    I have created a database that calculates a total for a week or month depending on what the customer wants. How do I calculate the Tax it? I have attached the Databases in case it helps Any help would be great.
  3. N

    Random Password generation

    Random Generation Thanks for that but how would I go about creating a random password?
  4. N

    Random Password generation

    I have a table full of user names and passwords, Is there any way that I can make the database randomly allocate one of these passwords to a user? Any Help Would be great.
  5. N

    Exporting into word

    If I have a form with the details filled in, how do export it into a word template that i have desgined?
  6. N

    Monthly Costings

    thanks thanks very much namliam
  7. N

    Monthly Costings

    I am Trying To calculate Costs for a particular month how do i do this when taking into account that the months obviously hae different lenghts? I have the overall week cost but how do i do it for the month?
  8. N

    Single instance on a Report

    I Still get the same error Syntax Error (Missing operator) in Query expression'(childsname=tom)'
  9. N

    Single instance on a Report

    I have created a form, when all the feilds are feild in I want to be able to click a button and have the report print out the details for that instance on the form. The code i have is below. When I click the buttojn i get the error Syntax Error (Missing operator) in Query...
  10. N

    single report

    Single report I have used my own field names but using [] is a prompt for the user to input somthing. That is what I am tryng to bypass
  11. N

    Publishing with word

    How do I Pubish a from from access into word using a word template i have created? and not just into a blank word document?
  12. N

    single report

    Single Report Thanks For that. However I would like to be able to not have to prompt the user to input the data Once the from is filled in . They just Click the button and the information that is currently on the form is printed to the report. Any Ideas would be very helpfull.
  13. N

    single report

    I have all the fields i need but i only want to print a report for one customer but when i try to print the report displays evrything in the table. I need a way of asking the user to select a customer and then it will print the reoprt for that customer only.
  14. N

    single report

    When i have a form in access with all the details filled in, how do i print that as a report And NOT have All the fields in the table be printed on the report as well?
  15. N

    Specific reports

    I have created a report in access. But how do I get the database to prompt the user for the name of the customer so that it will only print his specifc report?
  16. N

    Queries calculations

    Cost Per Week: [Number Of Sessions Per Week]*[Price] This only prompts me for the number of sessions and will not prompt me for the price
  17. N

    Queries calculations

    I running a querry to mulitply to fields together using this Cost Per Week=([Number Of Sessions Per Week]*[Price]) But It wont do it and it will not update the querry? any ideas Would be wonderfull
  18. N

    Could someone explain how an update query works?

    One way to do this is to use a macro that runs a requerry function each time a change is made to the form
Back
Top Bottom