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  

Help with Relationship?



 
 
Thread Tools Display Modes
  #1  
Old October 21st, 2004, 03:29 AM
cvegas
external usenet poster
 
Posts: n/a
Default Help with Relationship?

This has always stumpted me and I really need to learn how to accomplish this.

I'm really not sure if this is a relationship issue, a linking issue, or
something completly different.

We have a table that has Convention Information in it.
ConvID is a autonumber.

We have another table with Las Vegas Convention Center information in it.
ConvCtrID is also an auto number.

A particular convention can take place in 1 or many of the Convention Centers.

I have created another table tblConventionLocations which has two fields
ConvID and ConvCtrID

What I want to accomplish is to View a form, based on the tblConventions,
and to have a listbox showing what convention center(s) this show will be
held in.

I also need to be able to add new Convention information, assign 1 or
multiple convention centers to that record and have the new info display in
the listbox

I'm just not getting it. Any help or diection would be appreciated.


  #2  
Old October 21st, 2004, 04:13 PM
Ted Allen
external usenet poster
 
Posts: n/a
Default

This is a common type of relationship. It sounds like you have the
relationship correct. You have a table of conventions, a table of convention
centers, and a join table which has a many to one relationship with each of
those tables.

Achieving what you want to do on the form will be very easy if you use
subforms rather than a list box (although I haven't tried setting up list
boxes to work in this manner so it is possible you could do it that way - but
it doesn't seem like it would be a straightforward).

To do what you want to do using subforms, create a new form just using the
join table and the convention center table as the data source. Then place a
dropdown box on the form that will list the convention center but be bound to
the convention center ID (actually there are a number of ways to set up the
combo, that is another topic - post back if you need help with the combo).
There is no need to add the convention ID to the form, although it will exist
in the data source.

Now, go to your main form, which uses only the conventions table as the data
source. Add a subform object to the form. A wizard will ask you how you
want to join the subform to the form. Select to join based on the fields
containing the convention ID (which exists in the data sources for both
forms, even though it isn't displayed on the subform).

Once you have done this, your subform will automatically display the entries
in your join table for a given convention. In addition, if you add a new
record in the subform by selecting an additional convention center, Access
will automatically fill in the Convention ID in the join table based on the
join between the form and the subform.

Hopefully this will help, post back if you have questions.

-Ted Allen



"cvegas" wrote:

This has always stumpted me and I really need to learn how to accomplish this.

I'm really not sure if this is a relationship issue, a linking issue, or
something completly different.

We have a table that has Convention Information in it.
ConvID is a autonumber.

We have another table with Las Vegas Convention Center information in it.
ConvCtrID is also an auto number.

A particular convention can take place in 1 or many of the Convention Centers.

I have created another table tblConventionLocations which has two fields
ConvID and ConvCtrID

What I want to accomplish is to View a form, based on the tblConventions,
and to have a listbox showing what convention center(s) this show will be
held in.

I also need to be able to add new Convention information, assign 1 or
multiple convention centers to that record and have the new info display in
the listbox

I'm just not getting it. Any help or diection would be appreciated.


 




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
PK not required to create FK 'relationship' Jamie Collins New Users 3 October 28th, 2004 09:13 AM
Table Wizard Does Not Set Relationship if Foreign Key and Primary Key Name Do Not Match Exactly in Case. HDW Database Design 3 October 16th, 2004 03:42 AM
Setting dual relationship with tool connector Carlos Visio 0 May 20th, 2004 12:51 AM


All times are GMT +1. The time now is 11:31 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.