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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adrikev

  1. adrikev

    Outlook 2002 Security and Email Automation Problem

    Thanks goes to 'smah' for amusing us. The people I work with frequently come to me and say "just Push the Freaking Button" after I showed them the program. It has become the source of many one-liners around here. Thanks Kaz888 for your link. ...and don't forget to just Push the...
  2. adrikev

    Outlook 2002 Security and Email Automation Problem

    Ahh, my bad. I thought that link was to your personal website. When I read the post, I thought to myself, "This person is patronizing me". I didn't realize this was the name of a software. My appologies... -------------------------------- Fortius, Citius, nullis secundus Strength...
  3. adrikev

    Outlook 2002 Security and Email Automation Problem

    Yes pushing the button is a workaround however, I don't have time, nor get paid to come into work at 3:00 AM and push a button over 100 times! The workaround you suggested is a horrible waste of time, wouldn't you agree? -------------------------------- Fortius, Citius, nullis secundus...
  4. adrikev

    Outlook 2002 Security and Email Automation Problem

    Outlook Experts, I'm having an issue with Outlook 2002 XP that has me baffled. Background: I have an Access database that automatically sends bulk email to 100+ people at odd hours of the day i.e. 3:00 AM (This way normal daily traffic is not dirupted). Each person gets a different report, so...
  5. adrikev

    Upgraded Gentran Server NT to 3.1.1 map compatibility

    Thanks Hugh, that works. -------------------------------- Fortius, Citius, nullis secundus Strength, Speed, second to none
  6. adrikev

    Upgraded Gentran Server NT to 3.1.1 map compatibility

    I just upgraded Gentran Server NT from 2.1 to 3.1.1. Everything was working fine until I altered a map. When the new map started generating errors I rolled back to the old map. Now the old map is not working correctly. I read in the release notes that old maps by default had a compatibility...
  7. adrikev

    Hide Database Window

    Let's try this again faq705-2562 -------------------------------- Fortius, Citius, nullis secundus Strength, Speed, second to none
  8. adrikev

    Hide Database Window

    fred, Try looking at faq705-256 This might solve your problem. -------------------------------- Fortius, Citius, nullis secundus Strength, Speed, second to none
  9. adrikev

    How to insert new Records in a table using SQL in Access97

    hallian92, Yes there is another way to do this that is better. You will use the DoCmd.RunSQL statement. Basically, the easiest way to implement this is to build an append query and change to SQL view from the design grid. Then use the SQL to build the statement in VBA. Search Access help for...
  10. adrikev

    Regarding EDI

    Check out Sterling Commerce at: http://www.sterlingcommerce.com/customer/education.html They have very in depth training and also the software (Gentran Server) as well as the VAN/VASP networks to help you set up your EDI solutions. -------------------------------- Fortius, Citius, nullis...
  11. adrikev

    joining two tables

    santosh1, From what I understand these are the fields you have for your three tables: -Temp has countryID -Geography has countryID, currencyCode -Currency has currencyCode, currencyDescription If this right? If it is then your query would look like this: SELECT Temp.countryID...
  12. adrikev

    joining two tables

    Hi santosh1, What you want to do is set up a make table query that writes all of the data from the Geography table where the countryID is equal to the countryID in the Temp table. Here is a piece of SQL you can use to set up the make table query: SELECT Geography.countryID...
  13. adrikev

    Truncate - Not round

    Ahhh, I'm a bone-head. Thanks Paul -------------------------------- Fortius, Citius, nullis secundus Strength, Speed, second to none
  14. adrikev

    Truncate - Not round

    I'm trying to truncate the decimals from a calculation that I'm making in a query. I have the following function but it returns 0 (zero) for all of my values. Public Function RndDn(MyNum As Double) As Integer Dim lngResult As Long lngResult = Int(MyNum) MyNum = lngResult End...
  15. adrikev

    Programatically unhide columns based on cell color?

    Super Dave, Thanks for the help. The "Interior" property was tripping me up. Not to mention the column selection. -------------------------------- Fortius, Citius, nullis secundus Strength, Speed, second to none

Part and Inventory Search

Back
Top