Results 1 to 1 of 1

Thread: Posting info to a database

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Posts
    31

    Database Problem

    I have three forms that all have text fields that need to be posted to a database. I would prefer that all the forms post to the same database and to the same record (row).

    For example:

    Form1:
    text field 1 = Orange
    text field 2 = Beans
    text field 3 = Steak

    Form2:
    text field 1 = Good
    text field 2 = Bad
    text field 3 = Worse

    Finale result in the database:
    ______________________________________
    | Orange | Beans | Steak | Good | Bad | Worse |


    I need the form to load to a new (blank) record and then the next form to load the last record I have begun to enter displaying the the fields that have not had anything entered in them yet.

    So when clicking on the next button on Form1 a new record has begun to be created. Below:
    ______________________________________
    | Orange | Beans | Steak | | | |

    It then takes me to Form2. When clicking on the finish button on Form2 it then completes the last record in the data base. Below:
    ______________________________________
    | Orange | Beans | Steak | Good | Bad | Worse |

    Can someone help me with this?
    Last edited by ezbie; Mar 11th, 2001 at 09:26 PM.

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