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 TouchToneTommy 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: *

  1. 00trav

    mutli use networked MDE front end

    Hi All, So I was contracted to create a small database for a very small pro bono clinic. I created the front end (.mde) and back end fine. Everything is running fine. Local front end with networked back end. There are 15 computers that will all be accessing the database for data entry and...
  2. 00trav

    onclick from subform datasheet to detail form

    I have a search form that has a subform datasheet that displays the results, the results are only the unique id, and several other identifing fields, so the user can find the specific records. I would like to make it so that when a user double clicks on any cell of the data sheet it opens...
  3. 00trav

    controling subform through VBA

    you are a genious, i did try that before, but i had the name wrong , i had sfrmCoOpDetails.form.allowedits and i didn't even read the error message, dumb me,
  4. 00trav

    controling subform through VBA

    I have a form with several subforms. Most of which are locked . meaning AllowEdits = False, along with additions, and deletions. main form name: frmCoOpEdit subform: sfrmCoOpDetail i have a toggle button on the page that is pressed to signify that they record is complete, once this record is...
  5. 00trav

    dlookup function

    thanks guys, I understand it now, I got my form all up and running smooth now. Thank you so much for your help. Trav
  6. 00trav

    dlookup function

    Thanks, you were right with the ItemNum being a string. as i am still new to VB syntax, why is it that you need the double and single quotes for the the second string, and not the first. thanks
  7. 00trav

    SQL Query to auto-populate excel fields

    First off, thanks for this post, it has helped me out a lot. But how did you figure out how to do multiple lines. I have a very similar table with unit prices and descriptions that i would like this to work with. also is there a way that the query does not return the field names at the top of...
  8. 00trav

    dlookup function

    Hi all, I have having a problem with the dLookup() function in MS Access 2003 (saved database as Access 2000). I am fairly new to the VB aspect of access. I am familiar with Lingo (years ago), HTML, PHP, and MySQL. For some reason i find it very hard to go from HTML/PHP/MySQL to Access. I...

Part and Inventory Search

Back
Top