Connecting Tech Pros Worldwide Help | Site Map

Table Structure - Using Query with Form for Input

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 01:28 PM
SMBR via AccessMonster.com
Guest
 
Posts: n/a
Default Table Structure - Using Query with Form for Input

I am not completely new to Access, but I have run into a road block in trying
to normalize my database. I am not sure if I am using the correct structure
here. I have tried to post a few times without any luck or suggestions. If
you can help, I would appreciate it.

I have 2 tables.

T_Job Info is:
Date Entered
Job Number (autonumber)
Job Name
Contract Type ID
Work Type ID
Estimator ID

T_Bid Results is:
Job Number (long integer)
Contractor ID
Base Bid
Alternate Bid #1
Alternate Bid #2
Alternate Bid #3
Alternate Bid #4

There will be multiple bids for each job number. The problem I have is this.
I am using a form for the user to enter the bid results. The query attached
to the form prompts the user to enter the job number for which they want to
enter bid results. Of course the job number isn’t entered into T_Bid Results.
I have tried to join the two tables, and that hasn’t solved the problem. How
can I copy the job numbers entered into T_Job Info into T_Bid Results. Is
this even the correct way to go about this? I will greatly appreciate any
help/suggestions.

Thanks!!!!!

  #2  
Old November 13th, 2005, 01:28 PM
lesperancer@natpro.com
Guest
 
Posts: n/a
Default Re: Table Structure - Using Query with Form for Input

T_Job Info is:
Date Entered
Job Number (autonumber)
Job Name
Contract Type ID
Work Type ID
Estimator ID


T_Bid Results is:
Job Number (long integer)
bid ID (autonumber)
Contractor ID
Base Bid

this allows many bids for one job number

job number (1) -> bid (M)

create a form for t_job
create a form for t_bid

drag the t_bid form to the t_job form, creating a subform
link the subform to the form using job number

  #3  
Old November 13th, 2005, 01:29 PM
SMBR via AccessMonster.com
Guest
 
Posts: n/a
Default Re: Table Structure - Using Query with Form for Input

Is there a way to set up the form so that I can Enter more than one bid
result at a time instead of opening the form each time I want to enter a new
bid result?

lesperancer@natpro.com wrote:[color=blue]
>T_Job Info is:
>Date Entered
>Job Number (autonumber)
>Job Name
>Contract Type ID
>Work Type ID
>Estimator ID
>
>T_Bid Results is:
>Job Number (long integer)
>bid ID (autonumber)
>Contractor ID
>Base Bid
>
>this allows many bids for one job number
>
>job number (1) -> bid (M)
>
>create a form for t_job
>create a form for t_bid
>
>drag the t_bid form to the t_job form, creating a subform
>link the subform to the form using job number[/color]


--
Message posted via http://www.accessmonster.com
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.