K
Kresimir Trontl
Hi,
I am a novice Access user trying to create a simple database for managing
articles that I collect.
I have two tables: Area and Articles. Table Area contains symbols for
different types of articles (SC stands for Stamp Collecting; HC for Hobby
crafting, etc.) in a single field.
Two fields in the Articles table are related to Area: in the field Ar, I
select the type of article. In the second field NoAr I would like to have a
number corresponding to that particular area incremented by 1 comparing to
the last article entered in that area. Why the trouble?
So that I can write the combination Symbol + number on the article before
placing it into storage. When I need something, I can search the database
and physically find the article depending on that number.
Example:
SC 1
SC 2
HC 1
SC 3
HC access automatically fills the field with number 2
SC access automatically fills the field with number 4
Kreso
I am a novice Access user trying to create a simple database for managing
articles that I collect.
I have two tables: Area and Articles. Table Area contains symbols for
different types of articles (SC stands for Stamp Collecting; HC for Hobby
crafting, etc.) in a single field.
Two fields in the Articles table are related to Area: in the field Ar, I
select the type of article. In the second field NoAr I would like to have a
number corresponding to that particular area incremented by 1 comparing to
the last article entered in that area. Why the trouble?
So that I can write the combination Symbol + number on the article before
placing it into storage. When I need something, I can search the database
and physically find the article depending on that number.
Example:
SC 1
SC 2
HC 1
SC 3
HC access automatically fills the field with number 2
SC access automatically fills the field with number 4
Kreso