Search results

  1. A

    Send Email Attachment without specific path

    Hey everyone! So I was wondering if there was a way to send an attachment in an email without having to use a specific path (i.e. each record has a different attachment). Below is my code: Private Sub SendEmail_Click() Dim olApp As Outlook.Application Dim objMail As Outlook.MailItem...
  2. A

    Send email of selected record from form

    Hello all, I have a searchable database that is set up in a similar fashion as Allen Browne's example found here. In the "search results" I then have a button that allows the user to view each form in a single view, using the following code: Private Sub Command151_Click() DoCmd.OpenForm...
  3. A

    Form not pulling table data

    Hey all! My forms for some reason aren't pulling the data saved in the db. Particularly the SearchArticle and EditArticle forms. Any guidance would be much appreciated, I have never made this "complex" of a db before so all of this is new to me :)
  4. A

    Table Relationships

    Hello everyone still pretty new, but the community here has been so helpful! So heres my possible, but probable issue: I was hoping someone could help me with the structure of my database. This is what I have. What I am trying to accomplish is having the users be able to search, edit article...
  5. A

    View select record after filter results

    Hello seems like there is an active community here so it seems like a good place for me to increase my knowledge of access :). My question is that I have a search form that is very similar to one created by Allen Browne found here. What I would like to do is then allow users to click on a...
Back
Top Bottom