Helllo I am new here so forgive me if I don't say something right. I have never worked with access before.
I had an assignment to create a database for campus police to log cases.
I work mostly in oracle SQL and PL/SQL but I had a rough idea of how to go about it. I have been reading and watching tutorials for about 3 weeks.
I have a main table for the unique case info (case #, date, time, responding officer etc) and case # is set as a primary key.
I have 4 other tables that could contain multiple items for the same case #, i.e. offenses, suspects, complaintants, witnesses. (joined to main table in a 1 to many relationship)
I put 4 poop-up subforms on the main form for these. (I was trying to save space)
Everything works fine but they don't want to have to re-enter the case number again on each of the subforms.
How can I carry the case # entered on the main form to each of the sub forms as they get to them.
When I was experimenting with just one subform (and leaving it open) I could be mistaken but I thought the case # carried over to the sub-form. But when I added them as pop-ups they do not. I can try to up load a sample if that would help. There is no data in the tables other than test input that I put in from the forms
Also for the offenses I would like to just pop up or drop down a list and let them click check boxes beside the offenses expecially if there are more thsn one.
Thanks
I had an assignment to create a database for campus police to log cases.
I work mostly in oracle SQL and PL/SQL but I had a rough idea of how to go about it. I have been reading and watching tutorials for about 3 weeks.
I have a main table for the unique case info (case #, date, time, responding officer etc) and case # is set as a primary key.
I have 4 other tables that could contain multiple items for the same case #, i.e. offenses, suspects, complaintants, witnesses. (joined to main table in a 1 to many relationship)
I put 4 poop-up subforms on the main form for these. (I was trying to save space)
Everything works fine but they don't want to have to re-enter the case number again on each of the subforms.
How can I carry the case # entered on the main form to each of the sub forms as they get to them.
When I was experimenting with just one subform (and leaving it open) I could be mistaken but I thought the case # carried over to the sub-form. But when I added them as pop-ups they do not. I can try to up load a sample if that would help. There is no data in the tables other than test input that I put in from the forms
Also for the offenses I would like to just pop up or drop down a list and let them click check boxes beside the offenses expecially if there are more thsn one.
Thanks