jenvandiver
Registered User.
- Local time
- Today, 12:39
- Joined
- Oct 16, 2002
- Messages
- 56
Hi, any help with this is appreciated.
I have a table with paragraphs of language, each paragraph having its own ID. This table is the record source for a form which allows the user to choose all the paragraphs that apply to their system. My problem is how to link the paragraphs that are chosen to the right system.
Once the user chooses the paragraphs that apply, I've been running a query on the paragraphs table to find the ones marked "True", but I'm not sure where to add a field for the System ID in the paragraph table or how to set up a new table that would link them.
For every system, the user needs to access the paragraphs table to make their choices. Can/should I automatically create a new paragraph table for each system?
I really appreciate any help or guidance on this!
I have a table with paragraphs of language, each paragraph having its own ID. This table is the record source for a form which allows the user to choose all the paragraphs that apply to their system. My problem is how to link the paragraphs that are chosen to the right system.
Once the user chooses the paragraphs that apply, I've been running a query on the paragraphs table to find the ones marked "True", but I'm not sure where to add a field for the System ID in the paragraph table or how to set up a new table that would link them.
For every system, the user needs to access the paragraphs table to make their choices. Can/should I automatically create a new paragraph table for each system?
I really appreciate any help or guidance on this!