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 Rhinorhino 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 iboumiza

  1. iboumiza

    How to populate column in data table with Windows Login ID

    Hi, here is what I want to do: 1- I have an Access 2003 data table 2- I will add another column named modified by 3- I want this column to be automatically populated by windows login of the person who updated the table 4- I need it to be visible on a VBA Form Any help would be much appreciated...
  2. iboumiza

    How to send email to recipient selected from a combo box ?

    Hi everybody, I basically use this simple code that send automatically emails without opening Outlook window for it. VBA: Sub SendVBAMail() Dim OutApp As Outlook.Application Dim OutMail As Outlook.MailItem On Error Resume Next Set OutApp = GetObject(...

Part and Inventory Search

Back
Top