Search results

  1. H

    RecordSets

    I am trying to open a recordset from a query and count the number of records in it. Very simple task you might think. However every which way people tell me to do it dosnt work. The code so far is as follows: 'Note EmailCount is the Query Name Dim DB As Database Dim RS As Recordset Dim...
  2. H

    RecordSets

    i need to capture the data from a query in a record set and then count the number of records in the set......can anyone help me??
  3. H

    Filter by Selection

    I need to be able to filter by selection using VBA but havnt got a clue. i need to search a field (no problem) find the data i want to filter and then filter it. Can anyone please help???
  4. H

    Finding what User is logged into the computer or domain

    I need to be albe to read the registry or something to that effect, to be able to tell what User is currently logged into the computer or domain. Can anyone help??
  5. H

    Docmd.sendobject for sending emails

    Im using the following command to send emails from AccessXP through OutlookXP. My problem is that i cant get the email to open in outlook as a HTML format email. Even though i tell it the format is acFormatHTML it takes no notice and opens it in plain text. the command line is...
Back
Top Bottom