m1kegbrown
Registered User.
- Local time
- Today, 12:33
- Joined
- May 2, 2003
- Messages
- 11
I have two questions, and I am going mad trying to figure them out. I hope someone can at least give me some positive guidence into the resolution of at least one problem.
Let me start by saying I have a questionaire database. It collects user information such as name and phone number, tests they took, their answers to the tests they took, and contact history.
The first problem I am having is that I have successfully built the form that gives the users info (name, number etc) and I have implemented a create new method that works, and a save that works as well. The problem is I can't figure out how to add the ability to assign a user to a project and have a row in each of the correct tables be created for that person. I have to manually input into the tables right now and would like this to be automated.
The other problem I am having is that I want to be able to use a screen to input questions, a screen to input possible global answers, and a screen to link the questions to the answers it needs. I have created 6 tables one for the user, one for the question, one for the answers, and three joining them respectivly.
The problem is I want to be able to use one form that populates itself with the questions assigned to that user, then in a combo box next to the question all the assigned answers. I can't figure it out. it either gives me all the answers for all the questions in each combo box, or gives me nothing at all. What am I doing wrong.
If you can't answer this maybe a link to where I can get more info would be great. Thanks Michael
Let me start by saying I have a questionaire database. It collects user information such as name and phone number, tests they took, their answers to the tests they took, and contact history.
The first problem I am having is that I have successfully built the form that gives the users info (name, number etc) and I have implemented a create new method that works, and a save that works as well. The problem is I can't figure out how to add the ability to assign a user to a project and have a row in each of the correct tables be created for that person. I have to manually input into the tables right now and would like this to be automated.
The other problem I am having is that I want to be able to use a screen to input questions, a screen to input possible global answers, and a screen to link the questions to the answers it needs. I have created 6 tables one for the user, one for the question, one for the answers, and three joining them respectivly.
The problem is I want to be able to use one form that populates itself with the questions assigned to that user, then in a combo box next to the question all the assigned answers. I can't figure it out. it either gives me all the answers for all the questions in each combo box, or gives me nothing at all. What am I doing wrong.
If you can't answer this maybe a link to where I can get more info would be great. Thanks Michael