Recent content by ColinGrant

  1. C

    Opening a PDF to specific page through field reference

    I have solved my issue! This code successfully opens the PDF to the correct page as defined by the Page field. So, if anyone else has wanted to to this (Create a button to open a PDF) and have it relate directly to a certain field, this is how! Private Sub ViewStandard_Click() 'open pdf at...
  2. C

    Opening a PDF to specific page through field reference

    Hello, I have a database full of part numbers, that have standard(Blueprints essentially) images that go with them. So, I want to have a button that allows the user to click and see the image of the part and all the details (Listed in a PDF). My code works perfect when I tell it to go to a...
  3. C

    Individual Record Subform (easy!)

    I am fairly new to access and I am wondering about a form. In my form, I want to have certain field values displayed based upon which row the user selects. So, pretend a user selects Record B, I want a subform that displays data from only Record B. Is this possible, and if so how? :)...
Back
Top Bottom