S
Sam
SALES
Sales_ID*
Sales_Cust_ID
Sales_Num
Sales_Date
Sales_Disc
Sales_Freight
Sales_DO_Num
SALES_ITEM
SI_Sales_ID*
SI_Item_ID*
SI_Qty
SI_Price
RECEIPT
Recv_ID*
Recv_Num
Recv_Date
RECEIPT_ALLOCATION
RA_Recv_ID*
RA_Sales_ID*
RA_Amount
I want to create a form to enter Receipts (based on table Receipt) and
subform to enter Receipt_Allocation (based on table
Receipt_Allocation). To enter RA_Sales_ID, I have created a combo box
that dropdown the Sales_ID plus other information (Sales/Invoice
Number, Date, Invoice Amount, etc.)
The thing is: I also want the subform to display this information in
textboxes on the subform. How should I go about doing this?
Thank you in advance.
-Sam
Sales_ID*
Sales_Cust_ID
Sales_Num
Sales_Date
Sales_Disc
Sales_Freight
Sales_DO_Num
SALES_ITEM
SI_Sales_ID*
SI_Item_ID*
SI_Qty
SI_Price
RECEIPT
Recv_ID*
Recv_Num
Recv_Date
RECEIPT_ALLOCATION
RA_Recv_ID*
RA_Sales_ID*
RA_Amount
I want to create a form to enter Receipts (based on table Receipt) and
subform to enter Receipt_Allocation (based on table
Receipt_Allocation). To enter RA_Sales_ID, I have created a combo box
that dropdown the Sales_ID plus other information (Sales/Invoice
Number, Date, Invoice Amount, etc.)
The thing is: I also want the subform to display this information in
textboxes on the subform. How should I go about doing this?
Thank you in advance.
-Sam