C
cvegas
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.
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.