Recent content by drive.hard-go.pro

  1. D

    Add purchases

    Dim db As Database
  2. D

    Add purchases

    It says: user-defined type not defined!
  3. D

    10 Best Customers!

    thank you...
  4. D

    10 Best Customers!

    I want to make a report that will display the 10 best customers accordingly to their purchases! In my customers table i have a total purchases field that show the amount of purchases the customer has.... Anyone can help me with this ? Thank you
  5. D

    Add purchases

    please someone help because i need to give the database by friday and i need this solution to continue to do other features on my database....
  6. D

    create report based on input form!

    issues my report is presented in the right way when opened on access 2007 but on other access the debugger shows that message!
  7. D

    Add purchases

    sample this is my sample so that you can see my tables and the ivoice input form.... the code for deducting must be added on the show me how it looks button i think....
  8. D

    Add purchases

    sample actually i do not take orders, i sell things and the qty sold will be deducted when pressing the create report button ... i will post a sample for you to see....
  9. D

    Add purchases

    sample maybe? ok because i am a newbie in access(relatively) a sample would really really help because i do not know how to do what you said... if i am asking a lot i am sorry.... but this help will be much appreciated.... once again, thank you all
  10. D

    Add purchases

    i think that what i need is something like find product by using product code(i think is something WHERE ...) product code = me.cmbpc (pc = product code) and less me.qty
  11. D

    Add purchases

    I have a invoice form from which my invoice report takes the details! The form is like this: Product Code | Description | Qty | Unit Price | Amount In the product code I have a combo box. Now what i need to do is to less the quantity from the "in stock" in the record of the product(find it...
  12. D

    create report based on input form!

    what changes did you make? i cannot find them!
  13. D

    Very basic user login system

    security i have already disabled the navigation pane from the left so that the user cannot jump directly to the switchboard before loging in BUT if the user that logs in is "Administrator"(only one administrator) then i want the right click to be enabled, else it must be disabled(this is the...
  14. D

    Very basic user login system

    admin no i need to have only 1 file and when a user logs in the moves must be limited(no design view), but when the administrator logs in he must be able to do whatever he wants!
  15. D

    Very basic user login system

    hide database window i have done that but once you open the form through the switchboard you can right click and view design mode!!!! is there a way to disable the righ-click for all the users except the user "administrator"? If i do this will the administrator be able to switch to design view?
Back
Top Bottom