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 SkipVought 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. rbertram

    VPN Problems with SBS 2003

    I have sucessfully connected to SBS 2003 using PPTP from an XP client, but cannot browse the network shares. The local IP for the client is 192.168.1.102, the VPN IP is 10.100.100.2. The local IP for the VPN server is 192.168.10.10 and VPN IP is 10.100.100.1. The server is using AD, but not...
  2. rbertram

    Checking for current user's security group

    I want to run some code based on what security group the current user belongs too. I know how to check for the currnet user, but not the group. Any ideas? Thanks.
  3. rbertram

    Update form after Combo Box update

    Yes, I have tried using DAO, but it results in the same error. I have a reference to the DAO 3.51 library.
  4. rbertram

    Update form after Combo Box update

    I am trying to update a form after I change the value of a combo box. I have tried the code listed in the FAQs (faq702-3765), but I am getting a 2105 run-time error on one line. I highligted where the error is occuring. Private Sub Office_Number_AfterUpdate() Dim rs As Recordset...
  5. rbertram

    Need to set criteria based on latest date for group.

    Nevermind - I figured it out. I just created another query that grouped by ID and I set my critera to the MaxOfDate, then created and inner join between to the other query. Sometimes I think too much into a problem and miss the easiest and should be most obvious solution.
  6. rbertram

    Need to set criteria based on latest date for group.

    I am working with a table that records historical transaction data for an ID. The table uses an auto number as the PK. A record is created every time a new action takes place for a particular ID. I need to create a query to report all records or last record <= to a certain date, but not if...
  7. rbertram

    Copy specific fields to another record

    Actually your code helped a lot. I was able to expand on your idea to do what I needed. Here is the code: Private Sub ProcessMove_Click() On Error GoTo Err_ProcessMove_Click Dim db As Database Dim rs As Recordset Dim strEmailID As String Dim strLocation As String Dim...
  8. rbertram

    Copy specific fields to another record

    If I am following the code correctly, isn't this just a direct replacement for what I am already doing in the 2 SQL statements? I still need to move fields not listed on the form to the new cooresponding record. Is there something I am missing?
  9. rbertram

    Copy specific fields to another record

    I have a form that moves someone from one office to another. The form a combo box for the persons ID ([EmailID])and their new location ([NewLocation]) limited to only available locations. Below it the code I currently have, but I have not been able to figure out how to copy other fields...
  10. rbertram

    Linked tables with relative path?

    I thought I had. I had referenced it in another DB on a different workstation. It works now, thanks. Any ideas about my other issue?
  11. rbertram

    Linked tables with relative path?

    This code does almost everything I need it to do. I am in a situation where our network will not let me link tables through UNC paths. It tells me that I do not have access rights to the path, even though I do. This may be because of the extremely long paths and the use of many spaces. There is...
  12. rbertram

    Quark 5 / Excel XP / PS Printing

    Windows XP SP1 QuarkXPress 5 MS Excel XP HP LJ4000 Problem: I just upgraded from Excel 2000 to XP and now my embeded Excel tables will not print background row shading when printing to the postscript driver. They print fine deectly from Excel and display properly in Quark. If I print using the...
  13. rbertram

    Autofill form fields

    Is there a way to automatically fill form fields based on the value of another field? This is what I am trying to do. I have a customers table with the customer ID as the PK and I have a products table with the product ID, revision number, and the customer ID as CKs. The customer ID is part of...
  14. rbertram

    OK, Who's got a PDA

    Dell just dropped their prices on the Axim again.
  15. rbertram

    CAT3 vs. CAT5

    Your right - just hit the wrong key.
  16. rbertram

    CAT3 vs. CAT5

    Just as an update, the problem seems to have been solved. Dropped the max Tx rate on the wireless antenna to 10 Mbps. It used to be set at 100Mbps. The max DL rate for my broadband connection is 2.5Mbps to the 10Mbps is more than antiquate. The only thing I can think of is that the antenna is...
  17. rbertram

    Outlook tags all messages as Urgent!

    I tested the SMTP servers using email in Mozilla and the problem does not exist. It is definately a problem with Outlook.
  18. rbertram

    Outlook tags all messages as Urgent!

    I thought the same thing, so I tested using 3 different SMTP servers. Two from different ISP and one internal. The same thing happens with all messages.
  19. rbertram

    Outlook tags all messages as Urgent!

    Here is part of one of the message headers that show it as &quot;Normal&quot; priority. X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal
  20. rbertram

    Outlook tags all messages as Urgent!

    I have gotten reports from others that all messages that when I or anyone else at my company sends email through Outlook 2000 (not Express), they are tagged as urgent. The messages are not tagged urgent when they are sent. I have tested it by sending messages to my personal email account and...

Part and Inventory Search

Back
Top