Form Design

  • Thread starter Edward Jones (Eddie)
  • Start date
E

Edward Jones (Eddie)

First i will give a brief diagram of the tables and form then describe my
issue:

tblContract
-------------
contractID
description

tblItem
-------------
itemID
description
contractID

tblCurUnits
-------------
unitsID
units
price
itemID

Therefore if a contract had 5 item assciated with it every week i would go
into a form similar to:

------------------------------------------------------------------------------------------------Contract Description: tblContract.[description]
ID Description Current Units
Current Price
------------------- --------------------------
-------------------------- -------------------
[tblItem].[itemID] | [tblItem].[description] | [tblCurUnits].[units] |
[tblCurUnits].[price]
[tblItem].[itemID] | [tblItem].[description] | [tblCurUnits].[units] |
[tblCurUnits].[price]
[tblItem].[itemID] | [tblItem].[description] | [tblCurUnits].[units] |
[tblCurUnits].[price]
[tblItem].[itemID] | [tblItem].[description] | [tblCurUnits].[units] |
[tblCurUnits].[price]
[tblItem].[itemID] | [tblItem].[description] | [tblCurUnits].[units] |
[tblCurUnits].[price]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top