PC Review


Reply
Thread Tools Rate Thread

How can I input data on one form that goes to multiple tables?

 
 
Dennis
Guest
Posts: n/a
 
      16th Sep 2008
I am creating an "opportunity tracking system". I want to input key
information about the opportunity on an input form and also input multiple
contacts linked to the opportunity ID. The contacts will be a seperate
table. Should I create an input form for the contacts and activate it with a
"button" from the main input form. Is that the easiest way?

Thanks
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      16th Sep 2008
On Tue, 16 Sep 2008 09:33:01 -0700, Dennis <(E-Mail Removed)>
wrote:

>I am creating an "opportunity tracking system". I want to input key
>information about the opportunity on an input form and also input multiple
>contacts linked to the opportunity ID. The contacts will be a seperate
>table. Should I create an input form for the contacts and activate it with a
>"button" from the main input form. Is that the easiest way?
>
>Thanks


The easiest way is to STOP, and restructure your tables!

You should *NEVER* need to store the same information in multiple tables. It
sounds like you have a many to many relationship between Opportunities and
Contacts - each opportunity involves multiple contacts, and each contact can
relate to many opportunities... is that correct? If so you need a *new table*,
with fields for the unique ID of the opportunities table and for the unique
ContactID. You would use a Subform to select which contacts should be involved
for a given Opportunity (or vice versa).
--

John W. Vinson [MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening a form for parameter input that goes with a report =?Utf-8?B?SmFjayBXYXRzb24=?= Microsoft Access Reports 3 26th Apr 2005 03:37 AM
Pass Form Text Input Field to Separate Form Input Field =?Utf-8?B?Um9iZXJ0IE51c3ogQCBEUFM=?= Microsoft Access Forms 3 22nd Dec 2004 12:53 AM
Multiple input data , multiple output data =?Utf-8?B?TWU=?= Microsoft Excel Misc 7 4th Aug 2004 03:20 AM
How? enter data in one form and it automaticly goes to an other form Jill Microsoft Access Form Coding 3 21st Apr 2004 03:11 PM
Newbie - Form One input triggers query with that input? DJ UDX Microsoft Access 0 8th Mar 2004 10:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:42 PM.