Hi
I have a one to many DB. One 'Paper' (academic journal articles basically) can contain many 'Experiment' records. I'm also thinking about adding another table of Authors, so one Paper can have many Authors, but this is not that important here.
I am wondering whether it is possible to have a form display info from both tables (Papers and Experiments), whether this must be done using a query or whether I have to use mutliple forms....
At the moment I have a form that displays the Paper info and then a button is used to open the 'Experiments' form which displays the relevant data (I figured out how to link these up to display the relevant record). However, this is rather messy, doesn't look very good and if I have to take the 'Author' field out of the 'Papers' table into its own table things are going to get very messy...
Could someone suggest a way in which I might do this. It seems some sort of query might be in order, but I'm fairly new to Access and cant quite figure the best way to go about this. Thanks
I have a one to many DB. One 'Paper' (academic journal articles basically) can contain many 'Experiment' records. I'm also thinking about adding another table of Authors, so one Paper can have many Authors, but this is not that important here.
I am wondering whether it is possible to have a form display info from both tables (Papers and Experiments), whether this must be done using a query or whether I have to use mutliple forms....
At the moment I have a form that displays the Paper info and then a button is used to open the 'Experiments' form which displays the relevant data (I figured out how to link these up to display the relevant record). However, this is rather messy, doesn't look very good and if I have to take the 'Author' field out of the 'Papers' table into its own table things are going to get very messy...
Could someone suggest a way in which I might do this. It seems some sort of query might be in order, but I'm fairly new to Access and cant quite figure the best way to go about this. Thanks