Search results

  1. S

    Keeping group footers together.

    Hello, I am having trouble getting a report to format like I want. I have the report grouped on 3 fields with each having a header and footer. The footers contain some summary data. The 3 groups in order are (Team, Funding Source and FYQTR) The report starts a new page between Teams and...
  2. S

    Dynamic Page Header Based on Page Contents

    Does anyone have an idea why the image control won't update? I'm banging my head against a wall with this one. It seems like I don't have the same options for controls on the report than I do when working with controls on a form.
  3. S

    Dynamic Page Header Based on Page Contents

    I don't completely understand your soloution but from what I have gathered I have having trouble with something similar. What I'm trying to do is described here http://www.access-programmers.co.uk/forums/showthread.php?t=102886 Basically I have two image controls and I set the Picture property...
  4. S

    Multiple images from same control in report

    I found out what I was doing was working, problem is if there is no images attached the image.picture property is not set back to none so whatever the previous image was is there. That I'll have to work on. Thanks for your help.
  5. S

    Multiple images from same control in report

    I am having a similar (I think) problem. I have linked images on a form for product entry. I have it set up so the db stores a link and the form uses an image control which by code is set. For example image control imgPhoto1 is set by imgPhoto1.picture = link which works great. However, I am...
  6. S

    using interface images in forms

    What is a good method for linking images? I have an entry form for users to add a couple images. Those images will then be on another form for viewing as well as a couple reports. Is there an easy way to put place holders on the form/report? So all the images fit in the spaces. From a DB...
  7. S

    HTML Code

    I'm trying to do the same thing. I want to build an HTML table on the fly for display on an access form. Or is there a better way to build a table on the fly for display? I'm not talking about an access table or anything, just data in a tabular form. Basically I have a huge excell...
  8. S

    Build a display table on a form. On the fly.

    Hello, I am trying to put together a form that will take a record and do some math to build a table. I don't know access very well (I do web programming) so I'm not sure how to best go about. I need to build something like this. But there is something like 8 columns. Is there a control to...
  9. S

    Passing info from between subform and form

    Hello all. I am in no way shape or form familiar with access beyond the very basics. I am however the house programmer and some of the employees here like to create access forms (no programming knowledge though). So from time to time I am asked to help out with the more difficult tasks. The...
Back
Top Bottom