Search results

  1. C

    Printer object does not working

    Anyone know how to resolve the problem as described in the attachment ?
  2. C

    Abnormal Combo Box Looping

    You may refer to the above attached file for more info.
  3. C

    Abnormal Combo Box Looping

    I have the below coding to loop and to read all the value inside a combo box. However, from the immediate windows, i have detected some abnormal looping from the coding. Can anyone suggest and correct the below coding ?
  4. C

    VAL function to do work out as expected

    VAL function do NOT work out as expected Query above show the 3 fields:- a) ModuleNo – data extracted from original table b) ModuleNo1 – data generated from the ModuleNo field with function val(ModuleNo) c) Revision – data extracted from original table As you can notice, if...
  5. C

    How to write macro to refresh link excel ?

    How to write macro to refresh link excel ?
  6. C

    How to store the initial value in combo box?

    As described in the attachment below, how to code the initial value in combo box?
  7. C

    How to convert from the source to the output format

    How to convert from the source to the output format as shown in below attachment ?
  8. C

    FileCopy command error....

    Thanks everyone here for the help. I manage to get this problem resolved after i notice something goes wrong to the PDF file.
  9. C

    How to write VBA to call a PPS file?

    Thanks for the above clue. I got a better explanation through this link
  10. C

    How to write VBA to call a PPS file?

    Earlier I hv mentioned above code, any idea how to open a PDF file in a MAXIMIZE mode by using same way ?
  11. C

    How to write VBA to call a PPS file?

    I try this, it doesn't work. I think it should come together with another method call AppActivate. Correct me if I'm wrong.
  12. C

    How to extract a file name from a path string?

    Given a string c:\ABC\CDE\TEST.pdf . Any suggestion to use mid, instr and etc to extract the string above to obtain the file name as TEST.pdf
  13. C

    FileCopy command error....

    I got the error "Path/File Access Error" when using below command FileCopy strPDFFilePath, rsTemp2("PDFFilePath") Any resolution or equivalent code ?
  14. C

    Auto Scroll The List Box

    A form consists of one text box and one list box. Whenever user key in a character into the text box, the list box will be scrolled down automatically to search the most relevant text base on the total text which has been input by the user. Anyone know how to write VBA to auto-scroll down...
  15. C

    How to write VBA to call a PPS file?

    I got the answer. TQ
  16. C

    How to write VBA to call a PPS file?

    Anyone familiar to writeVBA to call a PPS file?
  17. C

    How to maximize a report display screen ?

    Below is my code DoCmd.OpenReport "Report_PT", acViewPreview, , "LotNo1='" & strLotNo & "'" How to maximize the report display screen ?
  18. C

    How To Assign A SubForm Value To A Control In Main Form ?

    Any chance to download this ?
  19. C

    How To Assign A SubForm Value To A Control In Main Form ?

    I have referred to this link, however, still cannot figure out the right approach to code. As illustrated in the attachment below, can anyone assist me on how to assign a subform value to a control in the main form ?
  20. C

    Error Message After Calling Update Query

    Please read my above reply. TQ
Back
Top Bottom