How to link database?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simoneusingVB
    New Member
    • Nov 2008
    • 4

    How to link database?

    Here's the project I created on College management system with registration form alone and for other trades in college.

    the link :

    Project_new.rar - 0.12MB

    It just I'm unaware of using Databases in the coding for Save command whereas its easy to code for Back and exit option.
    Anyone who can guide me through this process will be appreciated.

    Thanks
    in waiting mode LOL
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Hello. Whilst I do appreciate that you are really keen to get assistance with this, it is not at all reasonable to tell us virtually nothing about what you are looking for, expect us to download your database, unpack it from the rar archive, try it out on your behalf, then advise you how to progress your project!

    If you could please post what it is you are really asking, giving us sufficient detail in your post so that we can advise you in return (without downloading anything), you will get far more of a response from us. You also need to show us what you have done so far - as none of the volunteers who staff the site will do your work for you!

    -Stewart

    Comment

    • simoneusingVB
      New Member
      • Nov 2008
      • 4

      #3
      Oh I really apologise for the thing I did so far.

      Here's the quote of what I'm trying to do with this thingy.

      I want to make this College management system project , in which there's registration form for new students taking admissions.
      In this form I put Text boxes and labels naming "name", "father's name", "date of birth" etc.
      then there are two command buttons naming "save" and "back"
      For back option I knew the coding so I put the unload me and show form one coding
      But I don't know how to code for "save" button so that data entered is stored in the database.
      Secondly I made database file, db1.mdb in Access with Table1 so that the data entered in the registration form can be stored in this table.
      Its just I want guidance on how this Database file can be linked with form so that data entered on form can be stored on DB1.mdb file
      The coding must use Recordset as I want to learn about recordsets and their linking as well.


      Hope its bit understable

      Thanks

      Comment

      Working...