Programming Help with Access Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dannypritchett01
    New Member
    • Nov 2006
    • 1

    #1

    Programming Help with Access Database

    I am working on a program and need someone to do some programming for me as I dont know how with access at all.

    I am designing a program called Secret Santa for my members. We will have anyone interested to private message us the following.

    First and Last Name
    Address
    City
    State
    Zip Code
    Phone
    email address
    age
    sex

    Our text boxes on our main form are the following

    txtname
    txtaddress
    txtcity
    txtstate
    txtzipcode
    txtphone
    txtemail
    txtage
    txtsex

    we have 3 command buttons

    cmdclear
    cmdaddnew
    cmdupdate

    our database is called members and it was already made with microsoft access and is located in the visual basic folder.

    i also have a login screen. I have some code already but it was originally code that i read on a tutorial and tried to make work by changing a few things but it didnt work. If anyone can just make me the simple code for this and email it to me at dannypritchett0 1@charter.net I would really appreciate it and give you credit in the program.after its complete i will release it. I also need to look at the code and learn how to do this myself. If anyone has any tutorials that tell you step by step send them to me please. Well gotta go. Thanks in advance.
  • Taftheman
    New Member
    • Nov 2006
    • 93

    #2
    Originally posted by dannypritchett0 1
    I am working on a program and need someone to do some programming for me as I dont know how with access at all.

    I am designing a program called Secret Santa for my members. We will have anyone interested to private message us the following.

    First and Last Name
    Address
    City
    State
    Zip Code
    Phone
    email address
    age
    sex

    Our text boxes on our main form are the following

    txtname
    txtaddress
    txtcity
    txtstate
    txtzipcode
    txtphone
    txtemail
    txtage
    txtsex

    we have 3 command buttons

    cmdclear
    cmdaddnew
    cmdupdate

    our database is called members and it was already made with microsoft access and is located in the visual basic folder.

    i also have a login screen. I have some code already but it was originally code that i read on a tutorial and tried to make work by changing a few things but it didnt work. If anyone can just make me the simple code for this and email it to me at dannypritchett0 1@charter.net I would really appreciate it and give you credit in the program.after its complete i will release it. I also need to look at the code and learn how to do this myself. If anyone has any tutorials that tell you step by step send them to me please. Well gotta go. Thanks in advance.
    I think you may need to look at |VB6 for beginners
    it is rather simple in what you are trying to do you just need an ado connection or if you look at your vb6 form you will see a controll called data or data1, it should be near the OLE symbol. All you do here is connect it to the mdb file, then in each individual text boxs link the data object and which fild each text box represents

    hope this helps it will at least get u started

    Comment

    Working...