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 IamaSherpa 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. laperouse

    Assignment of a Date

    The way that the code is written now, FirstDate and LastDate are 12:00? When I make FirstDate and LastDate As Strings, they are just empty (""). I am trying to find the very first date in the Project and the very last date in the Project. I really just need help with getting the FirstDate to...
  2. laperouse

    UniqueID for a Task

    Jan, Thanks for all of your help...I figured out how to do what I wanted. Thanks again! Lori
  3. laperouse

    UniqueID for a Task

    Jan, Thanks for responding...I am not trying to generate the UniqueID. I want to get the UniqueID for a task. Would you know how to do that? Like I said earlier, I have tried a few ways to get it, but I have received an error. Any help will be greatly appreciated. Thanks, Lori
  4. laperouse

    UniqueID for a Task

    I am writing a macro to pull information from a text file downloaded from Dell's website to insert into MS Project 2003. I am trying to get the TaskID or the Unique Identifier of a task after it has been added. Here is the code I am using: 'This adds the DetailInfo, which is a string, as a...
  5. laperouse

    Outlook 2003: Appropriate Permissions??

    We are using Outlook 2003 with Microsoft Exchange 5.5. I have a user that was able to send e-mail before today, but today she gets the following message when trying to reply to a message: "You don't have appropriate permission to perform this operation." It also shows up when the Send/Receive...
  6. laperouse

    Query Value and Destination Fields are not the same?

    The script runs, but nothing is populated into the UsersTemp table. I know that the query is correct in the script because I created it in Access as a regular query and it pulls what it is supposed to. When I open the UsersTemp table, nothing is there.
  7. laperouse

    Query Value and Destination Fields are not the same?

    Thanks! That did work. I didn't even think about that. And the lecture wasn't unnecessary...I needed it to understand fully what I was doing wrong...So thanks for the extra time you put in. Now I am just having a problem with the data actually popluating into the table, but I'll get it...
  8. laperouse

    Query Value and Destination Fields are not the same?

    Thanks! That did make the error message go away, but now I get an Overflow error?? I get it on the line in the do-while loop where I am trying to increase the autogenerated number?
  9. laperouse

    Query Value and Destination Fields are not the same?

    I am using Microsoft Access to update a table on a SQL Server. The table on the SQL Server has an autogenerated number in it so I cannot just update the table and be done with it. I have written some code (will follow) to generate a number in the table and also to update the table. The...

Part and Inventory Search

Back
Top