Hi Melanie
Any time you have a many-to-many you just create an intermediate table
which holds the key fields. For example in your case you might have the
Part table and Specs table(udxx) which are many-to-many. You just add an
intermediate table which could be thought off as partspecs table(udxx).
The partspecs table would contain part number and spec number, not much
more.
Mark Dupuis
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of melanie.kucan
Sent: Tuesday, February 17, 2009 4:10 PM
To: vantage@yahoogroups.com
Subject: [Vantage] UD Table
I need to create a many-to-many relationship with a user defined table
and a part. More specifically, I need to attach "specs" to parts. A
part can have many specs and a spec can have many parts. Does anyone
know if this is possible?
I have created the spec table in Vantage and can put an ultra combo box
on the part entry form. However, this obviously doesn't allow me to
select multiple specs for that part. Any ideas?
Thanks,
Melanie
[Non-text portions of this message have been removed]
Any time you have a many-to-many you just create an intermediate table
which holds the key fields. For example in your case you might have the
Part table and Specs table(udxx) which are many-to-many. You just add an
intermediate table which could be thought off as partspecs table(udxx).
The partspecs table would contain part number and spec number, not much
more.
Mark Dupuis
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of melanie.kucan
Sent: Tuesday, February 17, 2009 4:10 PM
To: vantage@yahoogroups.com
Subject: [Vantage] UD Table
I need to create a many-to-many relationship with a user defined table
and a part. More specifically, I need to attach "specs" to parts. A
part can have many specs and a spec can have many parts. Does anyone
know if this is possible?
I have created the spec table in Vantage and can put an ultra combo box
on the part entry form. However, this obviously doesn't allow me to
select multiple specs for that part. Any ideas?
Thanks,
Melanie
[Non-text portions of this message have been removed]