Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wendyowens

    Adding Multiple Records to a Child Table

    I DO want the ability to add multiple records in the child table for each parent. This is my problem. If I just have one line item to enter into the child table for a parent, it inserts the data into both tables with no problem. My problem is when I have more than one line item for the...
  2. wendyowens

    Adding Multiple Records to a Child Table

    I have created a form that inserts data into two separate tables in a SQL database. I used the instructions about "Inserting data from one page into two tables" from the Macromedia website with no problems. However, my problem is my child table may have multiple records for each...
  3. wendyowens

    Making a form autofill?

    I am having the same issue that you discuss in your question. What did you do to resolve this? Can you send me the code for this. I am fairly new to programming and need all the help I can get. Much Thanks.
  4. wendyowens

    Auto populate textboxes with database information

    I have a form that has a table that contains a textbox where the user inputs a part number. Depending on what the user enters, when the user tabs to the next textbox, I want it to go to the database and search for the number that was entered. If found, I want it to populate other textboxes...
  5. wendyowens

    Add new line item

    this is the code for the row I would like to duplicate as many times as necessary. The first column I would like to autonumber starting with number 1 for the number of line items for this order. The second row in this table is for the grand total. I would like to be able to automatically add...
  6. wendyowens

    Add new line item

    This autonumber is different. This autonumber is like a list where when you add a new line it automatically numbers the next line for you. 1. 2. 3. etc. I am not using Access. I am using Oracle. Any ideas?
  7. wendyowens

    Add new line item

    I have an order form I am creating in Ultradev. The default form shows room for entering only one line item (one row of textboxes for entering data). I would like to create an "add new line item" button and row of textboxes to the form if the user has more than one item they want to...
  8. wendyowens

    Autonumber

    I have a form I am creating in Ultradev. I would like when the user clicks on add new record, for the Log No. to automatically populate with the next available number? How do I do this in Ultradev? Any help is greatly appreciated. Thanks
  9. wendyowens

    Dynamic Dropdown

    In Ultradev, I have a dropdown box that is dynamically created using data from a table. I want to populate a textbox depending upon what I select from this dropdown box (this information will change depending upon what is selected from the dropdown box). How do I do this? Any help is greatly...

Part and Inventory Search

Back
Top