Recent content by BillyMac

  1. B

    Bulk Email Loop Problem - I think?

    Thanks Adam, I sort of understand what you are saying but have tried placing the Dim olkapps As Outlook.Application 'set the application elsewhere in the code but it dfosen't seem to work. Could you tell me wher to place it? Cheers, BillyMac
  2. B

    Bulk Email Loop Problem - I think?

    Hi Guys, Hope you can help. I am using Access 2003. I have modified the attached code which was originally created to loop through a table and create a individual report based on a query and use the DoCmd.SendObject to send this report to a list of individual email addresses with the...
  3. B

    Cannot Enter Data into Form

    The database is used to book students on training courses, I send out a list of dates available for particular courses, students select which dates they are available to attend (tbleDatesAvailalbe) - one student many dates. When we have enough students available on a particular day to warrant...
  4. B

    Cannot Enter Data into Form

    Thanks for that Gemma - I never heard of a cartesian cross product table - I will look at redesigning the table and promise to learn all I can about cartesian cross product table - got to go now but will search this Forum for it on Monday. Cheers
  5. B

    Cannot Enter Data into Form

    OK - sorry if I didn't explain in proper detail - Table 1 holds personal details, table 2 holds dates available, relationship table 1 one-to-many to table 2, Table 3 holds dates already booked, relationship table 1 one-to-many to table 3
  6. B

    Cannot Enter Data into Form

    Hope someone can help with this one - I have searched the Forum and cannot find any reference to this problem. I have a form which was originally based on a query linking 2 tables - data entry into the form worked fine. I then needed to add another field to the form from another table so I...
  7. B

    Voting Buttons on email

    I can send an email using an event but I want it to go out with voting buttons on it. Can anyone help. I have searched the forum for this and found nothing Cheers, Bill
  8. B

    Disabel a Control when in focus

    Dave, You're a star. I''l check this out when I get back to work. Cheers, Billy
  9. B

    Disabel a Control when in focus

    I have a form with buttons that scroll to Next and Previous record. When you get to the last record and click the next button an Access message appears stating " You can't go to the specified record" I want to do one of to things. Either change the message that Access displays to "There are...
  10. B

    When no images exist

    Dave, Ignore my last message - I forgot about the bring forward send back function on the format menu. Billy
  11. B

    When no images exist

    Dave, Tried that but the label is visible when there is an image. I don't have any images embedded in the form they are linked via an image path to a folder on the harddrive. Is there something I have missed Billy
  12. B

    When no images exist

    Wayne, Thanks for that. I will give it a try. Billy
  13. B

    When no images exist

    I have looked through 18 pages of forums and have not found an example of what I want to do. The help I have received from this forum has been tremendous so far. I have a form with a subform that displays an image and everything works fine. The problem I have is that not all of the records on...
  14. B

    Get Image Path

    I have a form with images linked by using a text box which holds the path to the image on the hard drive. When I add a new image I have to type the path in. Is there some code I could add to the double click event of the text box that would allow me to browse to the image and pick up the path...
  15. B

    Multiple email addresses

    Thanks for that Adam. I checked my email addresses and found nothing wrong with them except that the code I used to create them was including the ; (semi colon) in the address. When I removed this all worked well.
Back
Top Bottom