hey folks,
I have a problem that seems very simple, but I've been stuck for the last 3 days trying to figure out what to do.
I have a database of engineering equipment and components, with a form used to issue items out to people. There are two main tables:
a) record of equipment
b) records of transactions
The form which is used to issue the equipment uses table b) as a subform and has an "In stock" cell, which is cacultaed by the formula...
"=[Original Quantity]-[Inventory Transactions].[Form]![Sum]"
...where [Sum] is a running total of the transactions.
My Question is: How do I rewrite this formula if i want to remove the subform from the form and just have a linked table???
Thanks for yor help.
I have a problem that seems very simple, but I've been stuck for the last 3 days trying to figure out what to do.
I have a database of engineering equipment and components, with a form used to issue items out to people. There are two main tables:
a) record of equipment
b) records of transactions
The form which is used to issue the equipment uses table b) as a subform and has an "In stock" cell, which is cacultaed by the formula...
"=[Original Quantity]-[Inventory Transactions].[Form]![Sum]"
...where [Sum] is a running total of the transactions.
My Question is: How do I rewrite this formula if i want to remove the subform from the form and just have a linked table???
Thanks for yor help.