drunkcrusher78
Registered User.
- Local time
- Yesterday, 23:47
- Joined
- Mar 16, 2004
- Messages
- 13
Ok, to make this simple for me to explain, this is what I'm trying to do:
Im a police officer, and I am trying to make a database to hold all my arrest information. This is what I have set up:
FORMS
frmInitial
frmSuspect
frmVehicle
frmArrestAfd
frmQuestionaire
frmSFST
TABLES
tblInitial
tblSuspect
tblVehicle
tblArrestAfd
tblQuestionaire
tblSFST
Each table has a primary key of "Case Number" which is unique to each record. My first problem I am having is setting up the relationships to link all these tables together by "Case Number"
My problem is a simple one (I think). All I want to be able to do, is fill out multiple forms that send the information to one record. Example, my Main form is filled, then my suspect, then vehicle, etc. and I want all that information sent to the same record in the database. The problem Im having right now is when I open one of my other forms, (Not the main form) it wants to create a new record. I would like to have all these extra forms, when they open, to be on the same record that the main form is on. Therefor all of my information from all the forms go to a single record.
After everything is set up, I export the records to OmniForm, for printing. The information that I store in Access is printed on Forms created in Omniform. As long as each record has all the information that I need, it tranfers into Omniform without a glitch.
I sure hope I am not confusing everyone. I am a beginner at Access, and have basic self-taught programming knowledge.
Any guideance on this topic would be greatly appreciated!
Thanks
Oren Haydel
Im a police officer, and I am trying to make a database to hold all my arrest information. This is what I have set up:
FORMS
frmInitial
frmSuspect
frmVehicle
frmArrestAfd
frmQuestionaire
frmSFST
TABLES
tblInitial
tblSuspect
tblVehicle
tblArrestAfd
tblQuestionaire
tblSFST
Each table has a primary key of "Case Number" which is unique to each record. My first problem I am having is setting up the relationships to link all these tables together by "Case Number"
My problem is a simple one (I think). All I want to be able to do, is fill out multiple forms that send the information to one record. Example, my Main form is filled, then my suspect, then vehicle, etc. and I want all that information sent to the same record in the database. The problem Im having right now is when I open one of my other forms, (Not the main form) it wants to create a new record. I would like to have all these extra forms, when they open, to be on the same record that the main form is on. Therefor all of my information from all the forms go to a single record.
After everything is set up, I export the records to OmniForm, for printing. The information that I store in Access is printed on Forms created in Omniform. As long as each record has all the information that I need, it tranfers into Omniform without a glitch.
I sure hope I am not confusing everyone. I am a beginner at Access, and have basic self-taught programming knowledge.
Any guideance on this topic would be greatly appreciated!
Thanks
Oren Haydel