Search results

  1. riti90

    [SOLVED]Text Parsing Issue

    Hi All, I'm trying to build a text parser for editing my IPTV playlist (as it has thousands of channels that I don't want). They usually are spreaded within Lines in a good format, like this: #EXTM3U #EXTINF:-1 tvg-id="" tvg-name="------|France|------" tvg-logo=""...
  2. riti90

    Get User info that is stored in the Active Directory

    I've been working recently in a project where I had to get User's info from Active directory. Had to create a class to call them easy. Though maybe someone will find it useful. Option Compare Database Option Explicit 'Get User info that is stored in the Active Directory 'First, you must set a...
  3. riti90

    Need HELP With Filtering Calendar

    Hi all, I'm working on a booking system for my employer for some Chambers (Heat & Cold). I found this database on www.utteraccess.com from Peter Hibbs which is very useful to me, and I need to filter it by Chamber. I've added a dropdown but I find it a bit difficult now to filter the calendar...
  4. riti90

    Add Trusted Locations via Code

    Hi All, I fount a piece of code for adding Trusted Locations via Code and did a few edits. Hope it will come handy to someone. Option Compare Database Option Explicit 'Reading from the Registry: 'reads the value for the registry key i_RegKey 'if the key cannot be found, the return value is...
  5. riti90

    CreateControl Help

    Hi Everyone, I'm trying to built up a Form where I can create Controls for other forms. Now, I managed to do this but I cannot figure out how to change the "Control Source" or the Control that I created. Can You please help me with that? Here's the Code of Command Click And a sample Database...
  6. riti90

    Form ShortcutMenu Help

    Hi everyone, I'm trying to add a button to a Form for disabling the ShortcutMenu of all forms. Is it any chance I can Realize this? I've gotten so far with the code for opening all the forms but I cannot finish it. Thank You..
  7. riti90

    HELP ! Report Header User Names

    Hi All, I'm quite new on coding and I'd like to ask about an issue that I have with a report that I'm building. I created an Database with login form. The logged in User Initials appear on the next form where I'm inputing data as Operator. On the report that I created I have on the ReportHeader...
  8. riti90

    Hello

    HI everyone I'm a newbie that likes Access a lot. I've started to create a work access form and I know if I need any help this is the right place to be. Many Thanks, Riti_90
Top Bottom