Search results

  1. R

    Price Calculation in Access like excel

    Hi all, Help me solved my problem with price calculation in Access. Please kindly view below excel file. http://www.hwakeat.com/templates/AT05HKGP01/pdf/Products.xls I like to do formula price calculation in Access like my sample excel file. How many table should I create & How to build...
  2. R

    Export as PDF

    Hi all, When I export my access report to words & excel, all my images & drawing items such as rectangles & lines are missing. And is there anyway to export as PDF file??
  3. R

    Report Layout

    Thx so much. It works.
  4. R

    Open Picture with Windows Picture and Fax Viewer

    Thank you so much. I manage to insert images at every records by seeing your sample file.
  5. R

    Report Layout

    Hi all, How should I do if I want to display my records in Report by 3col x 5row instead of 1col x 15row.
  6. R

    Open Picture with Windows Picture and Fax Viewer

    Hi, How can I re-write the below code? If I have 10 records of data & images and I want to display them in one report. But I do not want one record per page. Display all in the same page. ################## Option Compare Database Option Explicit Private Sub Detail_Format(Cancel As Integer...
  7. R

    How to insert images in access table

    Hi Lister, I change data type of the filed that I want to insert images as "text". Then store data using "D:\\keys\prod1.jpg". After that I create Report & place the those fileds that I want including images filed. Of course it only show the link .. but no image displayed. I want in this...
  8. R

    How to insert images in access table

    Hi all, I am using Microsoft Access 2002. I would like to know how to insert images in Access table and retreive those data & images using Report. I did change filed as OLE object. And try to insert object. But I doesn't show at report. Is there any other way to insert images in the...
Back
Top Bottom