Hi guys,
Ive been on the VBA thread, DB structure thread and gotten invaluable help...now that im closer to actually restarting my development i need some guidance in how to best use Access forms and what they can do. I come from a Flash developer background and i could basically do as i pleased with design elements there but i understand Access has a different structure.
Basically I'm building a DB for a jail. I already built one but i got advised to revise to better resemble the real life of the movements inside a jail.
Well i have come so far as to set up all relations between my tables, now though as I'm used to working quite linear (one master table with a few one to many relations tables) I'm a little lost how to create what i want to display and what to base the forms on as before i always just based the masterForm on the masterTable and a few subforms for the linked tables.
Quick explanation of how i want it to be*:
*Its basically a HR database but instead of employees its inmates.
A person can be committed and released multiple times, he is committed as an Inmate. A part from a persons physical attributes (Height, weight etc) i track the inmates security classification (RDC, MIN, MED, MAX) that changes a few times normally and i track the squad the inmate belongs to as well as any other movements like hospital or Quarantine visits or being a jail Aide.
My problem now is how to make a lets call it master form where you can add/edit persons/inmates and also use it for lookups. The master form should display the Classification history as well as the squad history and any other fields im tracking (see relations for ""history tables")
im having trouble displaying these "history" tables correctly and at the same time be able to edit/add information in them.
I want the master form to display one record and its corresponding history tables as well. I have never had these many to many relationships with an intermittent table connecting the two tables before....now i have four??
And i want the master form to display the latest history record from each "history" table as security classification and squads are part of the booking process of an inmate
So to simplify all: how do you best display these "history" tables in a master form where they also can be edited ? (think HR personnel profile page )
Any advice here would be invaluable
Please see attached file for my table relations..
Ive been on the VBA thread, DB structure thread and gotten invaluable help...now that im closer to actually restarting my development i need some guidance in how to best use Access forms and what they can do. I come from a Flash developer background and i could basically do as i pleased with design elements there but i understand Access has a different structure.
Basically I'm building a DB for a jail. I already built one but i got advised to revise to better resemble the real life of the movements inside a jail.
Well i have come so far as to set up all relations between my tables, now though as I'm used to working quite linear (one master table with a few one to many relations tables) I'm a little lost how to create what i want to display and what to base the forms on as before i always just based the masterForm on the masterTable and a few subforms for the linked tables.
Quick explanation of how i want it to be*:
*Its basically a HR database but instead of employees its inmates.
A person can be committed and released multiple times, he is committed as an Inmate. A part from a persons physical attributes (Height, weight etc) i track the inmates security classification (RDC, MIN, MED, MAX) that changes a few times normally and i track the squad the inmate belongs to as well as any other movements like hospital or Quarantine visits or being a jail Aide.
My problem now is how to make a lets call it master form where you can add/edit persons/inmates and also use it for lookups. The master form should display the Classification history as well as the squad history and any other fields im tracking (see relations for ""history tables")
im having trouble displaying these "history" tables correctly and at the same time be able to edit/add information in them.
I want the master form to display one record and its corresponding history tables as well. I have never had these many to many relationships with an intermittent table connecting the two tables before....now i have four??
And i want the master form to display the latest history record from each "history" table as security classification and squads are part of the booking process of an inmate
So to simplify all: how do you best display these "history" tables in a master form where they also can be edited ? (think HR personnel profile page )
Any advice here would be invaluable
Please see attached file for my table relations..