Search results

  1. K

    How access underlying query collection (if exist)

    Hi all. My question is: how access ALL the underlying querys form one access database, to see for example if use one function (if I need to change this function), or use one field (that I want to erase)? Exist one such a collection (like querydef)? Thank's.
  2. K

    Send email WITHOUT open OUTLOOK question

    Hi all! This is my first post here, so, have mercy ;) I use following code to send an email from MS Access: Dim MiOutlook As Outlook.Application Dim MiCorreo As Outlook.MailItem Dim NombreFichero As String Dim NombreFicheroConRuta As String NombreFichero =...
Back
Top Bottom