Search results

  1. J

    Trying to create custom ribbon 2010

    Hi all, I am trying to create a custom ribbon for my database using Access 2010. I keep getting the message my xml code is wrong. The code I am using is as follows... <customUI xmlns=”://schemas.microsoft.com/office/2006/01/customui”> <RibbonstartFromScratch=”false”> <tabs>...
  2. J

    Need Help with code

    Thanks CJ London for your help with this matter. I am new to coding and that is why I was using the Dlookup. Thanks for letting me know with the recordset open, I do not have to do this. The recordset does contain more than one email address. My ideal code would be to send one email message to...
  3. J

    Need Help with code

    Hi All, I am trying to email a group of records in a table and with the code I have written, it just loops to the first record in the recordset and will not move down to the next record. Can someone please help me with this problem. Below is my code. Private Sub TestOutlook() Dim db As...
  4. J

    VBA and Date Fields

    Hi All, I am new to programming in Access and need help with some code using a date field in a table. I want Access to calculate a date that is entered by the user, add 22 months to this date and return a new date. That is calculate 22 month out from the original date. Can anyone help me with...
  5. J

    Hello

    My name is Julie and I live in North Carolina in the United States. I am new to programing in Access and thought this would be a good place to get some help. What I do on a full-time bases is work for a community college in their Learning Resource Center and Library. I have an ASS in...
Back
Top Bottom