Results 1 to 9 of 9

Thread: Need The Steps To Start Implemntaion The Program

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2012
    Posts
    21

    Lightbulb Need The Steps To Start Implemntaion The Program

    Hi
    Good Morning All !

    Description of what I want :

    I'am a faculty member in the university ( Professor ) , I run the application put my username and id

    username: faculty1
    password: faculty01

    click on faculty button password check correct take me to the faculty menu form , I tick on some of research activities for example I choose conference , journal , click save

    the result should be displayed on DeanMenu ,

    The name of faculty members
    Total Points calculated from Faculty Menu Form after I click conference and journal

    The Research Activites Have Numeric Values :

    Conference : 5
    Journal : 7
    Books And Patents : 10
    Supplmentary Research Activities : 4


    Example Of Running program :

    Iam Faculty1 My Password Is Faculty01 , i have done conference and journal this semester , am saving details after choosing and ticking , Then the dean can view my name and my total points.

    Output

    Faculty Name : Faculty1
    Research Total Points : 12


    Iam Faculty2 My Password Is Faculty02 , i have done Books And Patents and Journal this semester , am saving details after choosing and ticking , Then the dean can view my name and my total points.

    Output

    Faculty Name : Faculty2
    Research Total Points : 17


    What i have done right now ?

    - Login Menu ( Working ;p)
    - 3 Databases for each user ( Facutly , Chairperson , Dean ) all contain information with username , password fields


    Screenshots

    Login Menu



    Faculty Menu



    Dean Menu



    Databases






  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Need The Steps To Start Implemntaion The Program

    First things first, you need one and only one database. By the looks of things, you don't even need three tables. You might have one table with the staff types, i.e. Faculty, Chairperson and Dean, and then another table for all the users. The second table would then have a column containing the ID from the first table that indicates what type of user each record represents.

    I would suggest that you follow the Data Walkthroughs link in my signature below to learn a bit about data access. There's some videos relating to Access specifically and some relating to using Windows Forms with databases.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2012
    Posts
    21

    Re: Need The Steps To Start Implemntaion The Program

    Ok after I create one database , what should be my next step to do ?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Need The Steps To Start Implemntaion The Program

    Quote Originally Posted by jack666sparrow View Post
    Ok after I create one database , what should be my next step to do ?
    Your next step should be to read the rest of my post and do the rest of what I said and then come back when you've got an actual issue rather than when you just couldn't be bothered doing any research for yourself.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2012
    Posts
    21

    Re: Need The Steps To Start Implemntaion The Program

    Ok Thanks Mr jmcilhinney , I ask u what is the next step because learn from expert better than read books and others staff that does not give u knowledge
    Anyway , I will read more , just calm down because we are not all export or good at programming , some people would love to help even if it is silly questions is given or something too easy , if you don't have time to learn me something maybe someone else love this and like to help.



  6. #6
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: Need The Steps To Start Implemntaion The Program

    I agree with jmcilhinney, with the only difference being that you should read my database articles

  7. #7
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: Need The Steps To Start Implemntaion The Program


  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Need The Steps To Start Implemntaion The Program

    Quote Originally Posted by .paul. View Post
    I agree with jmcilhinney, with the only difference being that you should read my database articles
    Read both... just to be sure.

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Oct 2012
    Posts
    21

    Re: Need The Steps To Start Implemntaion The Program

    I will read both , and see what knowledge it contain

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width