Search results

  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?

    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!
  4. 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
  5. 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.
  6. 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.
  7. P

    setvalue not adding, it is overwriting

    Hello, I have created a Macro with three setvalues. I have added this Macro to the event for onclick on a Tickbox but when I tick this box on the form it overwrites the record in the over form rather than Adding a new record. What would cause this? the Data Mode is Add...
  8. P

    Count Fields with data.

    Hello, Can someone help me with a VBA to count how many fields have a value. I've had a search but can't find what I am after. In crystal reports I can do it using count(myarray(field1,field2,field3) but not sure how I'd do this in Access. Thanks.
  9. P

    Sum only unique records

    Hello, How can I sum Field B if Field A is unique. For example: Field A Field B 1 12 1 12 1 12 1 12 1 12 2 13 2 13 Sum of field Field A = 12 and...
Back
Top Bottom