Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Cyberjake
  • Content: Threads
  • Order by date
  1. Cyberjake

    Search for record and save as a new record

    I have an Access 2000 DB that allows the user to search on a particular field. After the user finds the record they searched for, I want the user to be able to change the entry in that field and save it as a new record (and still retain the original record) using the data from the entry they...
  2. Cyberjake

    Reserved Error (-1517)

    Can anyone tell me what this error code means? "Reserved Error(-1517) There is no message for the error." I am getting this message when I perform a search on a particular field in my DB and every time after that when I try to close the form. It seems to only happen after I do a...
  3. Cyberjake

    On Key Press

    Hello, I have a customer who would like to press the enter key to submit a command. I have never programmed On Key Press. How would I program On Key Press so that when the customer presses the enter key, it performs a submit function? Thanks, Anthony
  4. Cyberjake

    Form Order

    I have a form that when the Zip Code field gets focus, it opens another form where the user can select a city associated with a zip code entered when the query is run. My problem is that when the second form opens, it is behind the main form and I cannot select the correct city without closing...
  5. Cyberjake

    ListBox Auto Row Selection

    I have a need to automatically select the first row of a list box. Is there a way to automatically select the first row of the list box when the list box gets focus? The user uses the first row in the list box 95% of the time and would like to have it automatically selected when they tab into...
  6. Cyberjake

    vbYesNo MsgBox Functionality

    I have selected to use the vbYesNo MsgBox in my coding. My dilemma comes when the message box appears. I click on Yes and it runs the remaining code; I click on No and it still runs the code instead of ending the sub routine. How do I make the Yes and No buttons on the MsgBox work so that...

Part and Inventory Search

Back
Top