Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. E

    Looking for help with a search function

    I am working on a database in Access 2010 and i have a client information table that has multiple information i have designed a form to search and display the information. The only problem i am having is the actual search. I want to be able to search by the clients first and last name or by the...
Back
Top Bottom