I work on the following tables:
1.Client table:
Single field:"Name","Alpha","size40","keyed"
2.Product(Stock) table:
Single Name",field:"Product "Alpha","Size40","keyed"
3.Contacts table:
2 fields. (a)"Date","keyed" and (b)"Client name","Alpha, size40","lookup client table","keyed".
4.Line items table:
3 fields. (a)"Date","keyed", (b)"Product Name","Alpha size 40","keyed","lookup Product(stock) table" and (c)"Quantity","Numeric"
I enter data using "Form A". The DataModel consists of "Contact table" and "Line item table". The Date field of Contact Table is linked to the Date field of Line Item table.
Form A(Example)
Date : 4/18/2003
Client : John Doe
---------------------------------
| Product Name | Quantity|
---------------------------------
| Product 1 | 20 |
---------------------------------
| Product 2 | 35 |
---------------------------------
| Product 3 | 100 |
---------------------------------
I want to post the data so that the "date","client name" and "quantity" go to the appropriate product tables so that the stock quantities get updated immediately. Hope I make some sense here. Will appreciate some helps.
1.Client table:
Single field:"Name","Alpha","size40","keyed"
2.Product(Stock) table:
Single Name",field:"Product "Alpha","Size40","keyed"
3.Contacts table:
2 fields. (a)"Date","keyed" and (b)"Client name","Alpha, size40","lookup client table","keyed".
4.Line items table:
3 fields. (a)"Date","keyed", (b)"Product Name","Alpha size 40","keyed","lookup Product(stock) table" and (c)"Quantity","Numeric"
I enter data using "Form A". The DataModel consists of "Contact table" and "Line item table". The Date field of Contact Table is linked to the Date field of Line Item table.
Form A(Example)
Date : 4/18/2003
Client : John Doe
---------------------------------
| Product Name | Quantity|
---------------------------------
| Product 1 | 20 |
---------------------------------
| Product 2 | 35 |
---------------------------------
| Product 3 | 100 |
---------------------------------
I want to post the data so that the "date","client name" and "quantity" go to the appropriate product tables so that the stock quantities get updated immediately. Hope I make some sense here. Will appreciate some helps.