Recent content by lucasban

  1. L

    report export to PDF makes strange characters

    thanks! font change solved the problem
  2. L

    report export to PDF makes strange characters

    Hello, I've created a report which i'm exporting to PDF, but when I open the PDF I can see that some characters are replaced by a question-mark in a box. for example : RMA Number : 5002408 here the empty characters after number and the : are replaced by a questionmark in a box (see attachment...
  3. L

    help needed with parameter in procedure

    i'll check it out next week!
  4. L

    help needed with parameter in procedure

    not as complicated as VBA was for me:) i'm still exporting the file by calling a function; but to take the next data from a table i'm refreshing the form in a macro
  5. L

    help needed with parameter in procedure

    I didn't do it in VBA, but in a submacro! I've got a form open which is the record set; with an If statement to start the submacro i'm able to export the reports with the name from the form. End of the submacro is to mark the line as exported and refresh the form to see the next active one.
  6. L

    help needed with parameter in procedure

    dank je Namlian. I couldn't get your suggestion working, but I've found another way to do it....
  7. L

    help needed with parameter in procedure

    yes, that is correct. and i want to have the query to pick up the company number from the table tRemindersAllCompanies...
  8. L

    help needed with parameter in procedure

    Hello, I'm trying to export a report based on a query which has a parameter. this parameter has to come from the recordset. now if i run the procedure it asks me for the parameter. How do i get it to take the parameter from the recordset? it should take the column 'Company#' from the recordset...
  9. L

    Hello All, another new user

    Hello everyone, My name is Lucas and i'm new to this forum. I've been working over 10 years with MS Access and think it's one of the most flexible tools for working with databases. I joined to see if i can find some help with some issues i have like loops and sending data to an FTP site; i'm...
Back
Top Bottom