P
Pic
I have a database that tracks my writings. The main table contains,
among others, the following fields.
WorkID
Title
Genre
The Genre can be Play, Musical, Lyric, Monologue or Other.
My plan is to make forms showing details for each genre.
For Lyrics, I'd like to show which Musical, if any, a lyric comes
from.
For Musicals, I'd like to show a list of all the Lyrics contained in
that Musical.
I created two queries: one listing all musicals, another listing all
lyrics. I hoped to use these as sources for those two bits of
information. When I try to use those queries as lookup table sources,
I get an error message indicating that I can't make a lookup query
from the same table as the field I'm trying to put data into.
Any suggestions about a better way to achieve what I'm trying to do
will be greatly appreciated.
Thanks in advance,
Pic
among others, the following fields.
WorkID
Title
Genre
The Genre can be Play, Musical, Lyric, Monologue or Other.
My plan is to make forms showing details for each genre.
For Lyrics, I'd like to show which Musical, if any, a lyric comes
from.
For Musicals, I'd like to show a list of all the Lyrics contained in
that Musical.
I created two queries: one listing all musicals, another listing all
lyrics. I hoped to use these as sources for those two bits of
information. When I try to use those queries as lookup table sources,
I get an error message indicating that I can't make a lookup query
from the same table as the field I'm trying to put data into.
Any suggestions about a better way to achieve what I'm trying to do
will be greatly appreciated.
Thanks in advance,
Pic