Recent content by mtawfik

  1. M

    QR Code font support Arabic Language?

    Hi everyone I generated QR code using VBA code in MS Access report from texts, It's already perfect with English, But I have another report this QR Code should generates Arabic text, so I fail to read the generated qr code, think because of font, I tried with many qr code fonts with same result...
  2. M

    Save report to pdf and insert in a table

    Thanks for your reply, I appreciate your technical view for database size but This database stored limited documents. Also this database is annually closed, I have capacity planning for further data size and we are safe. I just looking for vba code allow me to upload pdf as an added feature, Thanks
  3. M

    Save report to pdf and insert in a table

    Hi all I am using MS Access 2016 After issuing a report I export using below code: DoCmd.OutputTo acOutputReport, "reportname", acFormatPDF, FilePath I need help for the next step to import this exported file (PDF) and save in a table in my access DB. Or using another scenario to convert...
  4. M

    How can I centre-align conditional a field in report using VBA?

    Thanks for reply, this textbox contents are variant length and this field should be centered with another above textbox (fixed legnth)
  5. M

    How can I centre-align conditional a field in report using VBA?

    I have a report such a certificate, I need to adjust the certificate tittle to be center dynamically with another field.. Kindly note: the certificate tittle has different lengths, between 50 and 40 characters.
Back
Top Bottom