Problem with subform

hoschi

Registered User.
Local time
Today, 02:15
Joined
Sep 11, 2002
Messages
16
I searched the forum but I didn't find what I need because I don't know how to name my problem.

I want to create a form where the user can open a record for a computer problem. This form must have a subform where the user can add the actions he made. The subform must contain the date/time, the username and a field where he can write down the description.

Of course the user must be able to add more than one action, so the subform must have the possibility to add a new "action"-record!

How can I generate such a subform?

thanx in advance

hoschi
 
You need to design the tables first, table User probably has a one to many with table computers, which has a one to many with table problems, search here for normalisation or (normalization) and take a look at some of the samples supplied with Access
 

Users who are viewing this thread

Back
Top Bottom