Recent content by EnglisAP

  1. E

    creating a button to run the report wizard (shortcut)

    thank you for all your help the database is now complete and on time. i promise for all your efforts i will start to use error trapping and i will read those posts as soon as i have time. once again thank you for all your help 4 stars to you.
  2. E

    creating a button to run the report wizard (shortcut)

    i plan on reading the information you posted but for the sake of ease and time is there a way you could post the code for that which i will use for the on-click command. i tried it as is but it does not work... i start classes on Monday and will have time to read through the links unfortunately...
  3. E

    creating a button to run the report wizard (shortcut)

    im sorry im fairly new to this coding would i put that in the onclick command like i have the code now? or is this placed as additional code to the program.
  4. E

    creating a button to run the report wizard (shortcut)

    the other question i have is how do i go about trapping this error so that it just ignores it instead of having to debug and close the window
  5. E

    creating a button to run the report wizard (shortcut)

    the only users the will use this form are the CEO and the it director of the company. but the issue is that there will not be a generic report this reports will alter each time we will create one so for easy of the program i have made the shortcut button.
  6. E

    creating a button to run the report wizard (shortcut)

    I have the button working using the following coding. the issue i have is that either when i cancel the wizard or finish the wizard i get the same runtime error 2501. i would like to get rid of this error since the member accessing this button need to have no access to the actual coding and the...
  7. E

    using the format property of a text box.

    sweet thanks for your help
  8. E

    using the format property of a text box.

    thank you with what you put i figured out how to do what i needed. by an chance would you know how to change the value in a listbox. i.e i have a checkbox and in the listbox it says true or false i want the if statement to make it so if false then change false to no. i tried this but its not...
  9. E

    using the format property of a text box.

    I am trying to format a text box so the item that is display currently a number will be preceded by another number to format it to my current standards. Currently I have the input mask set to "4230000"0 this works for only one record the information for this text box is pulled off of a list...
  10. E

    creating a detailed info pop up out of listbox

    what i currently have is a list box that lists calls and on the on click command it opens a form to show all the details the forms are working correctly the only issue i have is that the id column which is hidden in the listbox is not updating when i select another item. the code is as follows...
  11. E

    Global Variable Issue

    thank you all for your help i have completed the task i was aiming for. and thanks to your help with the code the database is working like a dream
  12. E

    Global Variable Issue

    well with a combination of all your efforts i have it up and running the only issue i have is i want to change the account number to start at 1 and go up that was easy is there anyway to format the text-box so it shows 4230000 then the account number, but does not save that as the value? For...
  13. E

    Global Variable Issue

    boblarson: i will take this into consideration the reason i start at a certain number is that we are starting this database in the middle of business. Also the number consists of a value before hand the new clients will start with account numbers of 423000044 and up which is why the number...
  14. E

    Global Variable Issue

    Chipper T: Sounds like a possible solution how would i go about in doing that? vbaInet: I was taught that a global is the only way for it to store the variable and alter it each time the form loads. the number needs to increase by one for every client we add and if i had in on the form load it...
  15. E

    Global Variable Issue

    I am currently working on a way to automatically generate our clients account number. I have the process pretty much working the only issue i have is the global variable does not update. the form reads the variable and does the mathematical calculations necessary but even though i set the new...
Back
Top Bottom