ElcoyotldeAztlan
Registered User.
- Local time
- Today, 07:58
- Joined
- Jul 15, 2017
- Messages
- 43
Hello all,
I had a interesting request on a form and was wondering what you guys think.
Basically I will use this example
If I have many cars with many colors yet many cars can have many colors how can I show one car that has many colors If I'm just using one Field of colors,
Normally I would use two Fields ColorField1 and ColorField2 therefore my form can show two input boxes but is there a way to show two input boxes with one field?
On the table rows, the way this db is designed is one table connects all the IDs from two related tables, I know I could do something like
CarID ColorID
1 2
1 3
That would show CarID 1 is Car1 is both Color 2 and 3 (2 could be Red and 3 Blue from a related table)
I had a interesting request on a form and was wondering what you guys think.
Basically I will use this example
If I have many cars with many colors yet many cars can have many colors how can I show one car that has many colors If I'm just using one Field of colors,
Normally I would use two Fields ColorField1 and ColorField2 therefore my form can show two input boxes but is there a way to show two input boxes with one field?
On the table rows, the way this db is designed is one table connects all the IDs from two related tables, I know I could do something like
CarID ColorID
1 2
1 3
That would show CarID 1 is Car1 is both Color 2 and 3 (2 could be Red and 3 Blue from a related table)