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

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

    VBA Code for pulling data from table using form

    Hello All, I am trying to extract data from a table bound to a form, peform some simple math on the data, and, display the results in a text box. I am currently using the DLookup function for selecting table cells but would like to specify name in the DLookup or learn another method for...
  2. lvengineer

    Using text box data from form in query.

    Hello Programmers, I have been working on this last problem for my database for some time. There have been many helpful posts but I am missing a concept I believe. My database main form has txtStartDate and txtEndDate text boxes. It also has a command button to run a query and preview a report...
  3. lvengineer

    Building A query and printing.

    Hi Programmers, As promised, I got my bonus for my database design! I will receive it in July and make a donation to the site. Thank you all for your assistance. You folks are awesome. A new question: I'm very close to solving this but it isn't working: Have a form with txtStartDate and...
  4. lvengineer

    Clearing fields in forms.

    Hello programmers et al, Recently a asked a question here (thread #702-553655) and got some great answers. For a novice programmer (hardware engineer) this programming stuff is challanging/but fun! My text box clearing code clears the text boxes but requires I SetFocus on each text box first...
  5. lvengineer

    Clearing controls in access forms

    Hello, My first database form uses a "clear" command button to clear text boxes, etc. VB6 code for this is txtName.txt = "" Is it the same in VBA for access? Also, how would you write a line of code to clear a combo box? Thank you in advance, Bruce

Part and Inventory Search

Back
Top