Recent content by phillipmai

  1. P

    Finding Unused Objects

    Is it possible to search for objects that are not used in a database? or even a way to count every time a object is used?
  2. P

    PDF in Report

    Is it possible to get PDFs in reports? I have managed to get them appear in forms using both the adobe pdf activex and foxit activex, but they won't appear when I put them in a report.
  3. P

    TransferText to any file extension?

    It is ok I have now found the solution, use transfertext to export as txt and rename it using: Name "C:\Exports\MyFile.txt" As "C:\Export\MyFile.rpd"
  4. P

    TransferText to any file extension?

    Hello, I'm trying to export my query to a file called filename.rpd (this extension is needed for the program I want to import the data to) It works when I use the extension .CSV, but is it possible to export a file with any file extension? Thanks!
  5. P

    Image Control on report problems

    Thanks vbaInet, I have been trying to resolve this for a long time and now it works after reading the section about Enabling Graphic Filters, I downloaded the FileFormatConverters pack and IT WORKS!! :)
  6. P

    Image Control on report problems

    The file extension .tif are the images not being displayed, but the images that are being displayed are also .tif. Can't see any pattern at the moment, going to look through them and see if I can spot anything, have looked at about 10 so far and not found anything.
  7. P

    Image Control on report problems

    They are not stored in the db. I have inserted a Image Control on the report and have set the Control Source of the Image as the Path of where the Image is stored. This is the what I've done...
  8. P

    Image Control on report problems

    Roughly about 50% don't appear on the Print Preview. Layout View and Report View you can see all the images.
  9. P

    Image Control on report problems

    Hello, I have put an image control on my report and linked to the data source, when I view this report in Report View I can see all the images, however when I change this to Print View most of the images disappear. Anyone know how I can fix this? Regards, Phil
  10. P

    MultiSelect for Dummies!!

    I'm trying to do this also... have found this... http://access.mvps.org/access/forms/frm0007.htm I have not figured out yet where to put the code so that I can select it in my criteria...
  11. P

    How to use CRViewer9 active x crystal reports.

    Hello, I have looked everywhere for this and can't find anything that helps me. I have inserted the crystal reports viewer activex in to a form and I can't find anything on how to make this open one of my reports I've created, the data the report is using is from oracle. Thanks in advance.
  12. P

    Multiple labels on a page

    Gkirkup, did you get the answer, i need the same thing.
  13. P

    Formula to change thurs/fri/mon/tues to previous wed

    Thanks much appreciated!
  14. P

    Formula to change thurs/fri/mon/tues to previous wed

    Hello, I have a date field that I need to be able to do the following, if it is dated between thurs-tues then the date should be the previous Wednesday.
  15. P

    setvalue not adding, it is overwriting

    I no longer need help, just needed to add a line to the macro to close the form after adding.
Back
Top Bottom