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

    Picture Linking Form Missing JPG File and Display the previous JPG

    Hi, I'm trying to make this code work on my form but can't seem to get it working. I hope someone can help. Thanks a head of time. I have a form that links to some picture files and displays the picture in a box. The form works fine except for when the picture is missing or when it is deleted...
  2. 2manyerrors

    Outlook Module Codes Error: Not Defined.

    Hi all, hope someone can help me here, I'm running some codes in outlook 2003 and is getting an error. The error says that KillTimer is not defined. Can you someone help here? My codes are below. Thanks for any help. Dim lngTimerID As Long Private Sub Application_Quit() lngTimerID =...
  3. 2manyerrors

    Cisco Linksys Wireless Router and Comcast Problem

    Hi all, I hope someone can help me. Really stuck and not sure how to get it working. I am extremely new to network but can do basic stuff. Here's what I have; I have a small network of 6 pcs. All windows xp machines. I also have a 4 port Comcast cable modem. Last I have a Cisco wireless...
  4. 2manyerrors

    Randomly pick x people for cleaning duties.

    Hi all, I've looked for random in the forums but can't seem to find anything related to what i'm doing. Hope someone can help me here. My db has two tables. employee_table and employee_picked_table. Ok, I have a small db that holds employees names. what I am trying to do is run a query or...
  5. 2manyerrors

    Disable command button

    Hello, I hope someone can help. I have a continuous form that searches for file and attaches the file path. I have the form to not allow deletions and modifications to the text box named "docpath". But now, I would like to disable the attach file command button when there is a path in the text...
  6. 2manyerrors

    User Login Name in User Field

    Hi, I hope someone can help me. I've implemented successfully the login form from: http://www.databasedev.co.uk/login.html but now I would like to attach that username into forms that is the user uses to input data into. For example, the user logs into the db then when they open a form to...
  7. 2manyerrors

    linking files to access db

    Hi all, I hope someone can help. I didn't see my post come up so I'm posting again. I hope there is no duplicates. I have a table with the following fields; ID CustomerID FileDescription Date DocPath I then created a continuous form. The form has all the fields and two button. I'm trying...
  8. 2manyerrors

    Date and Is Null Query

    Hi. I have this query that is not working right. I hope someone can help me. Here is the situation; I have three fields that I would like to run a query on that must fit the requirements. Fields: Name Date Hire Date Expired Conditions: If the name field is blank, then the records will be...
  9. 2manyerrors

    Weird Macro Enter Parameter Value Problem

    Hi yall. I hope someone can help me. Here is my situation. I have a macro that opens up a query which asks for an input. The query has this, [Please enter the Vendor Num to update?] in the Vendor_Num field as the criteria. When a button is pressed and it run a macro that opens the query, it...

Part and Inventory Search

Back
Top