Search results

  1. G

    Live Streaming Video

    How can i know about the query? This is the one of 10 URLs.. https://www.sigmatv.com/live
  2. G

    Live Streaming Video

    Hello and thanks for your reply, Already i tried with web browser control and its working but you must select the start button (into website) and the full screen as well. I remind you that i'm trying to make an auto Player form so nobody can control the screen..
  3. G

    Live Streaming Video

    Hello to all, I'm trying to making a Digital Signage application using Ms Access 2016 and I'd like to ask: Is there a way to show Live Streaming Video direct in the form? thanks
  4. G

    Solved Automatically Add the IP Address into table

    Yes, the Local Machine IP
  5. G

    Solved Automatically Add the IP Address into table

    Good evening to forum, A quick question I would like to ask to the most experienced friends with Vba. Is there a way to find automatically the IP and then input into a table by using a command button? There is a special reason I need it and I will appreciate any help Thanks in advance
  6. G

    Send SMS from Ms Access

    Hello, I'm trying to customize a code to Dot.Net given to me by a Provider so I can send SMS via Access. I tried to make some changes to adapt to VBA but I haven't been able to fix it. I will appreciate if anyone can help
  7. G

    View data into Columns per 20 Records

    Thanks, i will try. Another one issue is how can set the criteria if the field [Activate] = True on dynamic queries ? (sorry, i'm not so familiar with vba)
  8. G

    View data into Columns per 20 Records

    Hi vba_php, As i told the problem is not on how can filter the data..My problem is how can take 20 records only (from 80) on Query, 2,3, and 4 using vba.. Thanks
  9. G

    View data into Columns per 20 Records

    Thanks for the solution you suggest but that doesn't help. I want to repeat from the beginning what is required. I have daily entries in the "Patients" table. Each record can be set to [Active] = True or False, depending on the filtered data. Keep in mind that the maximum number of active...
  10. G

    View data into Columns per 20 Records

    Hi, i just upload the spreadsheet image just ti give you to understand exactly how i want to work with my data into form, not in report. Thanks again
  11. G

    View data into Columns per 20 Records

    Hello my friends, I have the Patients table with 80 records inside and i need to make one form in order to view some filtered records within 4 columns per 20 records. Now i'm using Datasheet Form but must constantly do Scroll Up / Down. I believe that this can be achieved with a code, but...
  12. G

    CAPTURING IMAGE FROM WEBCAM TO AN ACCESS FORM

    Hello, Have a look on the attached database
  13. G

    Solved Export attachments to Folder - Not putting attachments in Folders

    Morning, I modified the code remonving the "g" from routne and now is working also for me. 'routine to test the saveattachmentsTest function. Sub testMakePath() Dim testpath As String 'testpath = "C:\Jack\TestJ\FromAttachments" 'Debug.Print SaveAttachmentsTest(testpath, "*.*") testpath...
  14. G

    Solved Export attachments to Folder - Not putting attachments in Folders

    My friend jdraw, Already i tested with word, excel files but it does not work, even cannot create the customer folder if you have these type of format attachments..!! Please, have a look into your example.. In any case, if we can fix this problem this example should help i think many...
  15. G

    Solved Export attachments to Folder - Not putting attachments in Folders

    Morning jdraw, I test your example database and is working fine for me, but, how can we modify the code in order to store word, excel, PowerPoint and pdf attachments? Is that possible? Thanks
  16. G

    Dynamic Side Menu

    Good Evening, I'm trying to create a dynamic Side Menu and i would like to know if there is any chance to increase the form size according to the existing entries. If so, could anyone help me with the code? Attached is my exampled database
  17. G

    Auto classify external files into the folder

    Hello again, Attached is the database with master folder (C:\) and all what i did for the moment without any result I will be glad if someone can help me to modify the example in order to work Note: Put the main folder into C_Drive Thanks
  18. G

    Auto classify external files into the folder

    Exactly this coding..!!
  19. G

    Auto classify external files into the folder

    Good morning, I need the help of the most experienced members for this problem: In my database I can read the external files of each of my clients directly from their own folder as following example C: \ Program Files \ MyDatabase \ Common \ Customers \ 001 and then i can see them in a list...
  20. G

    Error OnLoad

    Ηι, I'm trying to load a form which includes Web Object and i take the attached error. Does anyone knows how can i solve this problem?
Back
Top Bottom