Recent content by hassanlabban

  1. H

    Numbers to Words in an invoice

    Hi all I am trying to show on an invoice the deceimals instead of 100s to be in 1000s. i am using the below vb but the text i am getting is only 50/100 incase the number am converting is 50 cents. appreciate if you can advise if the below needs to be modified or i should use another vb and what...
  2. H

    Forms Menu in a Combobox

    Dear Gasman If we went that way, how to link the forms to the entries in the table? thanks
  3. H

    Forms Menu in a Combobox

    Dear Friends i was wondering if there is a way to make the forms and reports i have in my database show in a combobox where i can choose which form to use same as queries names in a combobox? if yes, i appreciate letting me the way to do it. Thanks
  4. H

    Reservations & Stock Quantities

    CJ thanks a million buddy. You gave me an insight of what i might be facing. In fact using a form to update is the best option as i have as well same cases like your where some items are shipped and others not. Looks like i found my way. Thanks again to all ya guys
  5. H

    Reservations & Stock Quantities

    Hi again all the flag seems a good idea, but i was thinking of keeping it on a separate table. am not sure if this is better than flagging or no. incase i went with flagging, can this logically be changed through an update query to change the flag from the reserved to the movement type of...
  6. H

    Reservations & Stock Quantities

    Hello Friends i am not a newbie but i am facing a small issue and seems not able to get around it. i have a database (warehouse management system) which i developed. now the need risen to create a kind of reservations table or module for stocks which are actually required to be reserved or put...
  7. H

    Question Intentional crash a database

    Guys, with all due respect to you i dont advise nor lectures in ethics. the first question says it all.if you have a problem with that, simply report it to the forum supervisors or read the first post. nothing more to say to all of you here.
  8. H

    Question Intentional crash a database

    guys, its an simple experiment for personal knowledge. read my first post.
  9. H

    Question Intentional crash a database

    Exactly, and it will be only me who knows how to fix it. thx
  10. H

    Question Intentional crash a database

    Hi Plog thx for your quick answer. crash i mean delete few tables when the database backend is used to write data on, or cause it to become very unstable. moreover, this code which you mentioned i will need to add it to all front end users, right? if that's the case, i prefer not so no one...
  11. H

    Question Intentional crash a database

    Hi All i got a crazy idea of trying how to crash a database intentionally. i am looking at a timer or a code or anything that would allow me to cause a functional database to crash or delete a table or set number of records intentionally. appreciate your ideas and thoughts if anyone have tried...
  12. H

    shareholders distribution

    Hi plog thanks for your reply. so with what you are saying i need to redo my revenues and expenses to be in the same table which will cause some major work to my DB keeping in mind that i have a WMS and purchasing and CRM modules in it and this might affect of these modules in a way or another...
  13. H

    shareholders distribution

    Hi All i have a database which i can track sales and purchases, and ultimately i can track expenses and revenues. i am trying to create something in the DB to have it give me the dividends which should be given to the shareholders in every quarter. i am a bit out of ideas on how to extract the...
  14. H

    Export Report without highlight color

    Dear Friends I am exporting a report from access 2010 as PDF to email and the email attachment is coming highlighted. I need it to be white like the report when seen on screen with alternate rows to NO. if I export it to PDF and view it from within access it comes perfect, but when exported to...
  15. H

    Conditional Data Entry Into Tables

    Hi I tried to re-create the transactions forms using a query to give me available locations to select from which in turn this will be posted into a transactions record in the transactions table, but didn't succeed in that. I basically want to accomplish a limitation on the choices I can use...
Top Bottom