ImLost
Registered User.
- Local time
- Yesterday, 19:52
- Joined
- Nov 16, 2005
- Messages
- 44
I'm sorry if this has been posted before. My internet speed is dismal today, which makes searching the forums difficult...many searches are coming back with a lovely error screen thanks to timing out. But, I digress...
I have a database setup with one main table consisting of two fields - one auto-generated system ID and one manually entered case ID. All subsequent tables link back to the auto-generated system ID through relationships (or link to the parent table through the appropriate field if not directly related to the main table). Most are on one form using tabs and subforms. This part works very well.
This is a confidential and sensitive database that tracks sexual predators and services provided for their (child) victims. Therefore, I would like to have the information pertaining to the alleged perpetrators on a separate form that pops up from the main form on a button press. Since the alleged perpetrator may either be in the system already or may not exist yet, I need a way to enter a new person or select an existing person, and I need to be able to add up to five alleged perperatrators per victim. I would like to set this form up similarly to the "main" form in that it will have two tabs with subforms - one for the alleged perpetrators and one that contains information about the incident (without information about prior incidents unrelated to the current one). The suspect table is linked to the main table through the auto-generated system ID and the incident info table is linked to the suspect table through an auto-generated suspect ID field. Given what I want to do, I see that I might need to change this relationship. I will play with it.
I need to make this database as user friendly as possible for my client, which is why I'd like to have this information pull up separately. To me, it seems like it would aid in statistical tracking and also save time on data entry, but I know they don't care about the amount of typing they do, so if I'm making it harder than it needs to be, then I'll just put everything on the main form. That's easy enough.
I can work with VBA, but I am a meddler and by no means consider myself even an intermediate user, although I am an advanced Access user. I used to do a lot with Access in the past, but my databases have been fewer with larger gaps in between lately, so I've grown a bit rusty. I'm using Access 2007 at the present time. Thanks in advance for your help.
I have a database setup with one main table consisting of two fields - one auto-generated system ID and one manually entered case ID. All subsequent tables link back to the auto-generated system ID through relationships (or link to the parent table through the appropriate field if not directly related to the main table). Most are on one form using tabs and subforms. This part works very well.
This is a confidential and sensitive database that tracks sexual predators and services provided for their (child) victims. Therefore, I would like to have the information pertaining to the alleged perpetrators on a separate form that pops up from the main form on a button press. Since the alleged perpetrator may either be in the system already or may not exist yet, I need a way to enter a new person or select an existing person, and I need to be able to add up to five alleged perperatrators per victim. I would like to set this form up similarly to the "main" form in that it will have two tabs with subforms - one for the alleged perpetrators and one that contains information about the incident (without information about prior incidents unrelated to the current one). The suspect table is linked to the main table through the auto-generated system ID and the incident info table is linked to the suspect table through an auto-generated suspect ID field. Given what I want to do, I see that I might need to change this relationship. I will play with it.
I need to make this database as user friendly as possible for my client, which is why I'd like to have this information pull up separately. To me, it seems like it would aid in statistical tracking and also save time on data entry, but I know they don't care about the amount of typing they do, so if I'm making it harder than it needs to be, then I'll just put everything on the main form. That's easy enough.
I can work with VBA, but I am a meddler and by no means consider myself even an intermediate user, although I am an advanced Access user. I used to do a lot with Access in the past, but my databases have been fewer with larger gaps in between lately, so I've grown a bit rusty. I'm using Access 2007 at the present time. Thanks in advance for your help.