Search results

  1. M

    Report to PDF- Can I predefine the filename?

    thx paul, i checked your link but i couldnt insert where condition to open the report i think i need to insert code at below, but i don't know how :confused: DoCmd.OpenReport "ReportXX", acViewNormal, "", " branch_code =" & rst! branch_code my whole code is below, could you pls help me...
  2. M

    Report to PDF- Can I predefine the filename?

    we have WhereCondition parameter at DoCmd.OpenReport method is there anything like this at DoCmd.OutputTo ??
  3. M

    Report to PDF- Can I predefine the filename?

    hi paul how can i insert WhereCondition in this code? when i run my report it is wanted a branch id, i think there must be a way to fill branch id field from a specific table i want to use your code for creating pdf files for each seperate branch thxx
  4. M

    VB Code for Emailing and Sending Report to File

    hi big bear could u add your files here pls especially i need to know how u creat pdf file from report and send it to email addesses thxx
  5. M

    saving branchs' reports as pdf files with their own file name

    hi all i have an access file which includes the tables of “branch” and “list” and i have a report about this branchs' list i need to save this reports (or print this reports) in pdf files but these files' names must be branchs' id is there any macro for this ? i wrote one and i installed...
Back
Top Bottom