Search results

  1. M

    Subform multiple items selection problem

    Subform multiple items selection problem Hello to all ... Could you help me with the attached file ? I tried to reproduce the multiple selection subform with the " ProblemaID " field at the end of " frmClientesParticulares " at its right side with the name " subSistemasYProblemasAnteriores...
  2. M

    Combobox : Multiple and simultaneous itme selection

    Hello to all ... On the example attached, at the end of "frmClientesParticulares" , I can select multiple items at the same time from the " ProblemaID " ComboBox . I need to apply this concept to other db I'm developing but, even looking carefully to all properties of the example attached I...
  3. M

    multiple items selected from list box through a from not passes to the table

    Can some one tell me why, on the attached database example, I can select multiple items from list boxes "TipoCliente" and "FaixaEt" through "frmClientes" form but they are not passed forward to table "tblClientes" ? Try to onpen attached database example and use form "fmrClientes" and select...
  4. M

    Selecting multiple items on Combobox

    Hello to all . Have you got any idea ? I have a List Box in a table and it is set to permit multiple items selection from it . The fact is I can select, as I wanted, multiple items from it through the Form but when I go to the correspondent table to see the results the selected data from the...
  5. M

    One form for each table ?

    Hello to all ... Could some one help me ? I need to have tblCostumers - stores costumers names, contacts, address .... tblSistems - stores computer system details each costumer has . tblReapir - stores data from all repair service performed to each costumer Question is : Can I enter data...
  6. M

    Table link and multiple combo box usage

    Could someone help me ? I'm really experiencing problems ... I will need those tables : tblCostumers , tblSystems , tblRepair tblRepair will link through its unique CostumerID primary key, as you said but, is it through a foreign key ? I will need a "tblSystems" too, witch will contain all...
  7. M

    table related to a field

    Hello Could you help me ? My problem is : I'm developing a ms database for the a "repair service" . I created a table witch contains basic data from customer, including its unique ID number (key field), name and contacts ... Now I need to store the "repair service" data from each costumer (...
Back
Top Bottom