L
Loggical via AccessMonster.com
How do I take the Date from one table and use it in another table.
I have a form frmPurchaseOrders that has the following table fields and a
subForm subProductsInventory.
POID
CompanyID
PODate
The subForm subProductsInventory has the following fields.
POID
InventoryDate
ModelID
UnitPrice
UnitsOrdered
UnitTotal
What I want to do is obtain the value of the PODate in the frmPurchaseOrders
and place it into the InventoryDate of the subProductsInventory. I can do
this in the form but can not get it to write to the underlying table
tblProductsPurchased.
The subForm subProductsInventory underlying table is tblProductsPurchased.
So when I open up the Form frmProductsInventory the subForm
subProductsInventory shows the date the item was purchased.
Thanks in advance.
I have a form frmPurchaseOrders that has the following table fields and a
subForm subProductsInventory.
POID
CompanyID
PODate
The subForm subProductsInventory has the following fields.
POID
InventoryDate
ModelID
UnitPrice
UnitsOrdered
UnitTotal
What I want to do is obtain the value of the PODate in the frmPurchaseOrders
and place it into the InventoryDate of the subProductsInventory. I can do
this in the form but can not get it to write to the underlying table
tblProductsPurchased.
The subForm subProductsInventory underlying table is tblProductsPurchased.
So when I open up the Form frmProductsInventory the subForm
subProductsInventory shows the date the item was purchased.
Thanks in advance.