Recent content by Immortal

  1. I

    Controling Image boundries

    I understand. But how ?
  2. I

    Controling Image boundries

    Yes, exactly.
  3. I

    Controling Image boundries

    Hi, I'm currently making a form to display employee info in a nice fashion.. Anyway I have the employee photo displayed in an image control. I want to be able to apply some tricks to the borders to make it look better. To do that, I need to make the width property equal to the width of the...
  4. I

    Emplyees and Projects database

    No it appears it is not, I thought that might be the case if the hidden ID column is considered 0, but i tried using msgbox and it was null. It should be [List23].[Column](1) I even enter a project name in the parameter and it works fine! This is just my prototype base where I test things out...
  5. I

    Emplyees and Projects database

    Still prompting me to enter a parameter value :( What is bothering is that I tried outputting both values to msgbox and they worked right!
  6. I

    Emplyees and Projects database

    Can i have some advice here ? I have a MemberProjectT which has 2 fields (in addition to ID) those fields are memberID and ProjectName. This table has all the entries of members working on projects I want to be able to remove a record from this table using this command where Y is the ID of the...
  7. I

    Emplyees and Projects database

    This definitely helped me in understanding how a SQL code works and how I can set a criteria to a query using forms which would be really useful. I will be digging in SQL later to maximize the potential of my databases. And the forum should feature your video...
  8. I

    Emplyees and Projects database

    No, nobody can watch it, yet.
  9. I

    Emplyees and Projects database

    That's really nice :') But you made the video private, you should make it unlisted so that anyone with the link can "access" it :D
  10. I

    Emplyees and Projects database

    Soo thanks for the video. I have been fiddling with your database sample and was able to replicate it as I wanted where I cycle between employees records in a form and by setting the query parameter value as the EmployeeID I was able to output the projects on a listbox. I also made 2 buttons to...
  11. I

    Emplyees and Projects database

    First of all, I am really happy to find people actually helping me. cheers to you guys, you are the best :) Special thanks to you LordLoki for bothering yourself to make this database sample. Now please bear with me here :o Anyway looks like the problem with me was queries. I did not know...
  12. I

    Emplyees and Projects database

    Thanks for the resources :) I already made a third table as I clarified above in order to make a "many to many" relationship between the 2 tables. Is that what you meant ? or am I missing something ? I don't know what to look for to solve my problem :banghead: any guidance please.
  13. I

    Emplyees and Projects database

    I'm sort of making a database with 2 tables: employees and projects. I have set up a many to many relation between both using another table. I have some questions: 1- Now in the projects table, I want to add a field that calculates how many employees working on the project. Should this...
Back
Top Bottom