Relationships

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can there be more than one relationship between two tables?
I am trying to create an order form and an invoice form but I am having
trouble allowing the user to order more then one item of stock.
 
I guess in a word: no

one doesn't have multiple relationships between the same two tables.....

I think you should possibly re-post the specifics of what you need to do in
a new thread in plain english....and re-start from there without looking at
it from a relationship situation just yet...
 
Can there be more than one relationship between two tables?

Yes, you can, though it's rather unusual.
I am trying to create an order form and an invoice form but I am having
trouble allowing the user to order more then one item of stock.

I suspect you're trying to do it with one FIELD per item - which is
incorrect. You need one RECORD per item instead. See the Northwind
sample database Orders form, which does exactly this. If that isn't
helpful please post back with a description of your tables and their
relationships.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top