Search results

  1. P

    Append several tables with 1 record

    Hello I have several tables (relational) with one field - ID. I receive many DB (it's like a form but with structure mdb, just like the one i have) with one record. Now i have to append my master DB with this record. I have a small problem: how can i append all the tables with the same id...
  2. P

    Tabcontrol..!!!

    Hi I have tabcontrol with 2 pages ( with 1 subform each ). I need 1 value from the subform in page 1 to work it in main form. Help needed. Pedro
  3. P

    How to move in a subform records

    Hello Example: 1 car have N pieces. 1 piece is in N cars. I have 1 table for register the cars bilt. From the form of this table i must have to update the records Wheels = -4, windows =-4,... in the table MATERIAIS. ex. 3 cars are made then in the field wheels = - (4 wheels) * 3(cars)... I am...
  4. P

    A LITTLE PROBLEM - Moving records...

    Hello Example: 1 car have N pieces. 1 piece is in N cars. I have 1 table for register the cars bilt. From the form of this table i must have to update the records Wheels = -4, windows =-4,... in the table MATERIAIS. ex. 3 cars are made then in the field wheels = - (4 wheels) * 3(cars)... I am...
  5. P

    update 2 records in subform

    1 car have N pieces. 1 piece is in N cars. I have 1 table for register the cars bilt and here i must have to update the records Wheels = -4, windows =-4,... Thanks
  6. P

    update two fields in a subform

    Hello I have a one field in the form A and i would like to update two fields in the subform B. I have in both forms an ID thats equal. I programmed and everything looks good on the first record but it doesn't update the second record. I've tryed Nextrecord, recordset... but i believe i'm not...
  7. P

    VBA needs

    My relationships are almost done. I have a form that update a field of stock material. N to 1 relation. Very fine... but i want that the stock field update the several materials of my stock. Like cars - you have a stock field that determines the number of cars made but you need that the fields...
  8. P

    problems with updating fields

    My relationships are almost done. I have a form that update a field of stock material. N to 1 relation. Very fine... but i want that the stock field update the several materials of my stock. Like cars - you have a stock field that determines the number of cars made but you need that the fields...
Top Bottom