A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table-SubTable-Form-Query Quandary



 
 
Thread Tools Display Modes
  #1  
Old January 27th, 2005, 07:09 PM
r. howell
external usenet poster
 
Posts: n/a
Default Table-SubTable-Form-Query Quandary

I'm working in Access 2003 but will need to convert this back to Access 97
for some users.

I put this question in Database Design, because I'm all tied up in tables,
forms, subforms and queries, and I'm not sure which one is exactly involved
here. I'm sure this is a novice question, but it's hard to know where to
look.

I have a database for contracts.

I have tables for contractors, projects, Contracts, Details, bids, and
detailed bids.

I need to create a form which will let me show a project and enter the
detailed bids for each contract.

I'm getting confused, because Contracts is a subtable to projects, and
Details is a subtable to Contracts. It makes sense conceptually to me that
DetailedBids is a subtable to BidDetails (Each detail receives a bid from
each contractor bidding.)

So it would be straightforward to design this so that someone could take
each Detail, and go through each bidder, entering the assorted detailed bids.
But that's not what happens in real life. In real life, one complete bid
from a bidder is read, with all of the details coming one after another. So
my form has to show the previously entered details, and let someone enter
values for each bid, one at a time. I'm sure this is do-able, but I'm
floundering.

What am I missing here?

Thanks

  #2  
Old January 27th, 2005, 09:17 PM
rowiga
external usenet poster
 
Posts: n/a
Default

Contractors
Projects
Contracts
Details
Bids
DetailedBids

Sounds like you need:

frmContractors

frmProjects
+---subform frmContracts (ProjectID as foreign key)
+-----subform frmDetails (ContractID as foreign key)

frmBids
+---subform frmDetailedBids (BidID as foreign key)



"r. howell" wrote:

I'm working in Access 2003 but will need to convert this back to Access 97
for some users.

I put this question in Database Design, because I'm all tied up in tables,
forms, subforms and queries, and I'm not sure which one is exactly involved
here. I'm sure this is a novice question, but it's hard to know where to
look.

I have a database for contracts.

I have tables for contractors, projects, Contracts, Details, bids, and
detailed bids.

I need to create a form which will let me show a project and enter the
detailed bids for each contract.

I'm getting confused, because Contracts is a subtable to projects, and
Details is a subtable to Contracts. It makes sense conceptually to me that
DetailedBids is a subtable to BidDetails (Each detail receives a bid from
each contractor bidding.)

So it would be straightforward to design this so that someone could take
each Detail, and go through each bidder, entering the assorted detailed bids.
But that's not what happens in real life. In real life, one complete bid
from a bidder is read, with all of the details coming one after another. So
my form has to show the previously entered details, and let someone enter
values for each bid, one at a time. I'm sure this is do-able, but I'm
floundering.

What am I missing here?

Thanks

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update Tables using forms achett Using Forms 5 January 28th, 2005 12:25 AM
Access 2000 ADP - error when applying form filter - error message "The column prefix XXX does not match with a table name or alias name used in the query" Scott Crowley General Discussion 2 November 26th, 2004 02:07 PM
Access 2000 ADP - error when applying form filter - error message "The column prefix XXX does not match with a table name or alias name used in the query" Scott Crowley Using Forms 2 November 26th, 2004 02:07 PM
Here's a shocker Mike Labosh General Discussion 2 October 26th, 2004 05:04 PM
Autolookup Query Patti Davignon General Discussion 12 October 22nd, 2004 02:44 PM


All times are GMT +1. The time now is 11:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.