Search results

  1. A

    Transferring Access Data File to Sharepoint ??

    How do I link Access to Sharepoint? I have my database - I have a "SharePoint Group" But access is asking for a Sharepoint Site ?? - What is it wanting? How do I get the Data-file on to Sharepoint? - Where do I put it? How do I link Access on the different desktops to the file on Sharepoint...
  2. A

    Form Filter won't clear

    So I use this code below to call up a Contacts Form and by filter!! But the once in Form_Contacts, I can't clear the filter using a macro or VBA to search (using a ComboBox) for another contact. I've tried Private Sub Search_Contact_BeforeUpdate(Cancel As Integer) Me.Filter =...
  3. A

    Sending Multiple Emails from Access

    My previously Contact DB in Access xp (haha) is used mailto: BUT the string length restricted it from sending more than 200 ish chrs of Email Addresses: So I ended up creating 3 - 4 emails with a batch of email addresses in each one. Our admin then had to copy the email text to each email. My...
  4. A

    FindFirst - What am I doing wrong?

    Set rstGroups = dbs.OpenRecordset(Name:="Group_T", Type:=RecordsetTypeEnum.dbOpenDynaset) MsgBox Me.Group ' This shows 340 on the screen which is the group i want from rstGroups rstGroups.FindFirst "GrpID = Me.Group" ' But this line finds the first group in the...
Top Bottom