> >actually we are making LC record data base where we siply keep the records of
> >opened LCs in one table and in later time we make payments of some particular
[quoted text clipped - 11 lines]
>
> John W. Vinson [MVP]
>Oh iam so sorry , actuaaly LC is a letter of credit and yes one LC can have a
>multiple payments and it can have a single payment also...
Ok; might one payment apply to many letters of credit? If so you have a "many
to many" relationship. If each payment applies to only one LC then it's a "one
to many".
>actually my database is not confined to these two tables , there are some
>other tables and some other requirements as well,
Well, sure, I would expect that to be the case (two tables is pretty trivial).
> as iam new in access so iam
>just going step by step and trying to solve my requirements and querries at
>this stage and later will design my complete database and i am sure, i will
>do that successfully just i need is to have some guidance from you people..
See the tutorials at
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
for some basic database design tips. Crystal's tutorial might be a good place
to start.
John W. Vinson [MVP]