Search results

  1. K

    How access underlying query collection (if exist)

    Thank's for reply. I'll be more explicit. I have one function. This function I use in many underlying query's in let's say source of some combo box's. Then I need to modify this function (put one parameter more). I need to make the changes in All the SQL's that use this function. But how I...
  2. 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.
  3. K

    Please correct this statement

    Try: Forms!MainForm!Form1.Form!cmd1.visible = true
  4. K

    Send email WITHOUT open OUTLOOK question

    Nobody don't know? :( :confused:
  5. 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