Search results

  1. m-taha

    I need to get qr picture to be visible on a report(Payment invoice).

    hmm.. i'm not sure either what i meant now 😅 but i already have an image control placed (QRBild) on the report, but it just shows up blank every time i run the code (i get no errors) just the picture doesn't show up at all
  2. m-taha

    I need to get qr picture to be visible on a report(Payment invoice).

    thank you for replying, i could do that , but i want it to be placed there automatically, cause it would be a waste of time and impractical for the people who are going to use it (they generate the invoice when filling an access form and clicking the print invoice button) .
  3. m-taha

    Work hours Report for Temporary Employees

    I know it sounds pathetic, yet honestly I still don't know how do to things, i just started from the middle :( , but i'm trying to also understand how it works. I understand what you said and i've come acress something like that before but i don't exactly know what it means at the same time or...
  4. m-taha

    I need to get qr picture to be visible on a report(Payment invoice).

    So i have this code, a function that creates a qr code from the information it gets and stores it in a file on my pc. and opens a report with a picture of the qr code on it, and to refresh it every time it's called when runnung the invoice code. this the function: Public Function...
  5. m-taha

    Work hours Report for Temporary Employees

    Hello everyone, I'd really like some help with this. We have a Hour Report Form For Employees to report their work hours which is clear of course everyone has it. What I want to do is if an Employee is a Temporary Employee then they can't report hours as "Holiday" if they take a day off...
  6. m-taha

    Report

    i didn't know how to apply your advice on my code so i just put the entire code here Public Function qr_erstellen(k_name As String, d_name As String, k_plz As String, d_plz As String, k_stadt As String, d_stadt As String, k_land As String, d_land As String, k_str As String, d_str As String...
  7. m-taha

    Report

    thank you for replying 😄 i found out that the *sometimes* is because of this i tried to change the code to see if it would work 😅😅 but it didn't there's this when i dim Bericht1 and Bild127 accordingly and type Reports!Bericht1.Bild127.Picture = pfad it works even without commenting out the Set...
  8. m-taha

    Report

    hi i'm Mathani i'm not very well aversed with VBA i only started two moth ago, so i need help! i have a code(in a standard module) where i would like it to generalize the name of the picture in a report (image control name) and the name of the report that i'm refering to , because i want to...
  9. m-taha

    Introduction

    Hi, I'm a newbie :)
Back
Top Bottom