Any Form - whether a main form or a subform - is simply a tool to let
you work with data in your Tables. The Tables are the foundation; your
data exists in the Tables, and *ONLY* in the tables.
A Form is just a window through which you can see and work with the
data in the tables.
Now that was really helpful, thank you!!!
))
I immediately opened an empty Db and tried to build a mask (oops, a form)
)) as first thing firts and the message was *you have no tables where
getting data from*
So now I know better.
Thanks again!
If you wish to post a description of the specific problem you are
having, we'll try to help!
Ok, you're really polite, here!
Now my problem is a pice of cake for you, as far as I understand.
it's a database of gigs (concerts)
In the firts Table (this I have clear) I'd insert Concert ID (key), Name,
Place, Date, Category
In two different Tables, then, I have to insert the songlists for each gigs
and the musicians who played (with a mark I gave just to remember how the
day was)
))
But I have problem both in choosing which fields to connect, in choosing the
key and, ABOVE ALL, in how inserting data.
A form in which I have two subforms with the songs to list and another in
which I give marks to each musicians would be perfect.
But I can't build them, I dont' know why.
Should I have a primary key for each song?
Should the second table be just:
SONG ID and nothing more?
And what about the Mark Table?
Hope I've been clear.
Thanks for any help!