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: DTSjunkie
  • Content: Threads
  • Order by date
  1. DTSjunkie

    Odd VMWare Networking Behavior

    At my office we use two types of internet connections. A production line and a contractor line. If I boot my host computer up and then my VM I am able to successfully use networking inside the VM. I am unable to switch between the two network connections. If I switch the connections on my...
  2. DTSjunkie

    Retrieving Value using VB

    To begin with there are three tables here... Person personID - PK ... Subject subjectID - PK personID - FK ... Contact subjectID - FK ... I have a form which points to the Person table. I am attempting to create an action button which opens the contacts for each person record. The problem...
  3. DTSjunkie

    Search and Delete Record from Multiple Tables

    I want to create a single delete button for my Access Form. I have three tables: Contacts, Questionnaire, and Tracking. When the user clicks the delete button I would like to permanently delete the entire record (knowing the subject ID that connects all three) from each of the three tables.
  4. DTSjunkie

    Create Total Column in Query

    This is my first post on these forums. I have a couple checkboxes in a MS access query. I want to summate the total number of "Yes" (Checked) items. Is there an easy way, like putting all the variables in the SUM() function in a new expression? Here is a screenshot of the query...

Part and Inventory Search

Back
Top