Recent content by ronculbert

  1. R

    Multiple Query's on a single sub form?

    This is what I came up Could not figure out the above but untill we figure it out perhaps this will work for you. The above looks like it might consist of less lines of code but not sure.
  2. R

    what am I doing wrong?

    Another example you can look at This may be more work than what you are doing but I will post it anyhow
  3. R

    Add selected numbers from across fields and display real time

    Not sure if this is what your looking for but might help I was not sure if you wanted the name and number in the same drop down?
  4. R

    trying to set form size

    [Forms]![frmName].Move _ Left:=0, Top:=0, Width:=6800, Height:=4000
  5. R

    Passing Parameters to a Query from a Form to Filter a Report

    A differant approch This is a little differant then what you are tring but I tought I would throw it in any how.
  6. R

    Prevent Scrolling in subform

    Check out this link I think for "MouseHook" http://www.lebans.com/search.htm
  7. R

    How to show only one record in a report

    show only one rcord for report 1. Create a query that includes all the fields of info that you have on your report. 2. In the record number column "Criteria" area type [Enter the the record number].[] 3. Save your query with whatever name you would like. Example qryRecordSearch. 4. Set your...
  8. R

    Multiple linked images on report

    I am tring to generate a report in Access and print it to Adobe PDF with multiple linked images. I am able to do this but I get caught in some sort of loop that realy bogs down my system and some times locks me up. I am tring to display 14 images. I modified a peice of code I got from MSDN that...
Back
Top Bottom