fboehlandt
Registered User.
- Local time
- Today, 13:44
- Joined
- Sep 5, 2008
- Messages
- 90
Hi everyone,
I would like to create a bibliography in access. So far, I have the following:
Table SOURCE
<Authorname> <Article> <Journal> <Year>
Table AUTHOR
<First Name> <Middle Name> <Last Name>
I would like to create a form to enter new data with the four fields of Table SOURCE. A new entry should trigger a subform for Authorname that allows users to type in First Name, Middle Name and Last Name. That data should then be saved in the second table AUTHOR. Authorname in Table SOURCE should be in the following format:
<Authorname>
Kennedy, J.F.
whilst in Table AUTHOR it would look as follows:
<First Name> <Middle Name> <Last Name>
John Fitzgerald Kennedy
can anybody give me some pointers? I have no idea how to implement this. Cheers
I would like to create a bibliography in access. So far, I have the following:
Table SOURCE
<Authorname> <Article> <Journal> <Year>
Table AUTHOR
<First Name> <Middle Name> <Last Name>
I would like to create a form to enter new data with the four fields of Table SOURCE. A new entry should trigger a subform for Authorname that allows users to type in First Name, Middle Name and Last Name. That data should then be saved in the second table AUTHOR. Authorname in Table SOURCE should be in the following format:
<Authorname>
Kennedy, J.F.
whilst in Table AUTHOR it would look as follows:
<First Name> <Middle Name> <Last Name>
John Fitzgerald Kennedy
can anybody give me some pointers? I have no idea how to implement this. Cheers