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...
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
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.
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...
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...