sambrierley
Registered User.
- Local time
- Yesterday, 18:16
- Joined
- Apr 24, 2014
- Messages
- 56
Hi,
should be a pretty simple solution for someone that knows what theyre doing
I have 2 tables
i've created a form based on Table 1.
Table 1 and Table 2 have a relationship.
i want to put a text box with data from Table 2 on the form.
Structures.
Table 1:
[Doc ID], [Requirement], etc
Table 2:
[ID], [Path], etc
where the Doc ID in Table 1 has a many to one relationship with ID in Table 2. Path is the field i want to show on the form.
im sure SQL in the source is the answer but im not sure how to achieve it.
thanks
should be a pretty simple solution for someone that knows what theyre doing
I have 2 tables
i've created a form based on Table 1.
Table 1 and Table 2 have a relationship.
i want to put a text box with data from Table 2 on the form.
Structures.
Table 1:
[Doc ID], [Requirement], etc
Table 2:
[ID], [Path], etc
where the Doc ID in Table 1 has a many to one relationship with ID in Table 2. Path is the field i want to show on the form.
im sure SQL in the source is the answer but im not sure how to achieve it.
thanks