Recent content by chanel

  1. C

    design table

    the table identify the product and its status; the ID of product, location of the product, 2nd ID of product, the status of each product, the time of inspection, etc.; for ex. the time check and if it is pass or not pass. ex. [Product ID#] 003UFI9399 ............... [2nd ID#] RC1234445544...
  2. C

    design table

    I have 5 tables with the same data (row and columns). How do I make it into a relational table?
  3. C

    populating text boxes

    I have text boxes in a form displayed in a continous form with rows and columns. For ex. I populated textbox in column1, then edit some textboxes in column1. Once I go the column2 to populated textbox in column2, textbox1 is default to its orginal data, it doesn't hold the data I made changed to.
  4. C

    Autofill combo box

    I have 2 forms with 1 combo box in each form. I would like to be able to choose, for ex. a date in 1st combo box and be able to have that displayed in the 2nd form in the 2nd combo box.
  5. C

    copy field

    Can you give me an example of what you are saying?
  6. C

    copy field

    Yes, the form is a continous view. I have a form with many blank rows and columns. Its function is use for data entry. The form is to be fill with many repeated data. For example, the form contains 50 blanks rows and 12 columns. 10 rows are of the same data. And the next 20 rows are of the...
  7. C

    copy field

    I have a data entry form with many records. Instead, of retyping the same data. I would like click a button and the data on the top row will copy downward. I'm stuck, please help.
Back
Top Bottom