Recent content by ilanray

  1. I

    Images

    ok i will try to explain my self better lets say I have a form in access with few text box. the form is about TASKS. I want to send a "task" to another member in the team. so far it is working great Now I have an image in my email or just any print screen that I would like to attach the form so...
  2. I

    Images

    I am using win10 but i think you missed me question. I don't mind using and tool for capture the screen, this is not the issue. the issue is how do i copy and paste into an external app something like paint or even a word so it will be embeded. And as i mention i don;t want to save the image on...
  3. I

    Images

    Hi I have a form , on the form I have few textbox and I would like to add images that I copy from printscreen or snipping tool and paste it to access. I don't want to save the image on the database access. I would like the access open paint or word or some other app so it will paste the image...
  4. I

    Add days

    Thanks will try that
  5. I

    Add days

    Hi I have a form with 3 fields. 2 fields in component date and another field with textbox (integer type) At the first date field I am choosing the date. I would like to calculate the date + text box and insert it to the second date for example date1: "01-aug-2024' textbox = 5 i would like to...
  6. I

    Gantt chart

    Hi I have a tasks table with status, dates (first date and end date). and more fileds I would like to create a Gantt chart for me tasks. the gantt chart will be something like at the image. Does anyone have an idea or an example for that? thanks
  7. I

    Change background color on click

    Hi I have a continuous forms with some data which mea, ii display all data I have at the details the data is (id, detail and date i would like to click on one of the record and mark it or change the background can someone please help me with that
  8. I

    Record not found

    The id isn't static' this is just an eample I tried to use the DLOOKUP and I got the same error since the record has not been found
  9. I

    Record not found

    Hi I have a code that search on a table a record, set rs=db.OpenRecordset("select fname from employee where id = 5" ) and i would like to use the if statement: if rs("fname") = "cccc" then....else.... the problem is since my table doesn't have id=5, I get an error message "invalid use of null"...
  10. I

    Moving dynamically records

    Thanks
  11. I

    Moving dynamically records

    Hi I have a form with list box. At the list box I have just description. At the main table I have sorting field also I would like to give the user the option the change the sorting records, something like drag the record or move with button control Is anyone have solution for me please Thanks
  12. I

    Navigation

    I fixed is especially for you...
  13. I

    Navigation

    Hi I have a code that hide the navigation pane (workd great)> The problem is in form, when I click Right Click on the tab it let the users edit the form. how can I disable the right click menu? Docmd.ShowToolBar "Ribbon", acToolBarNo docmd.NavigationTo("acNavigationCategoryObjectType")...
  14. I

    Import From Email

    I tried to do it. It ask me to link to outlook. I don't want to link it . I would like to look for a msg file in the folder and extract the data to a table
  15. I

    Import From Email

    maybe I didn't understood you . When I click on external data it pop up a window of getting data from another source, in this case from outlook. The next step is to import to access table and then is display the outlook folder. this is now what I wanted unless i am missing something
Back
Top Bottom