Dear Experts,
Is there anyone knows how to preview the current records in the Form to msword in coding, i have a sample code below which actually display only the first record of the Reports but how about if i want display my input IDNumber in the form then it will display on the msword...I need Help Pls?
__________________________________________________________
DoCmd.OutputTo acReport, "Reportname, acFormatRTF, "C:\Documents\Reports\" & IDNumber & ".doc", True
____________________________________________
Joel
Is there anyone knows how to preview the current records in the Form to msword in coding, i have a sample code below which actually display only the first record of the Reports but how about if i want display my input IDNumber in the form then it will display on the msword...I need Help Pls?
__________________________________________________________
DoCmd.OutputTo acReport, "Reportname, acFormatRTF, "C:\Documents\Reports\" & IDNumber & ".doc", True
____________________________________________
Joel