Hello everybody !
This is my firs post.
My experience with access is 2 weeks ...internet tutorials.
I`m an young architect who need to records different suppliers that sell differend things in the construction industry(like materials/finishes or maybe just services).
I like to make a small database to keep all the info I get, organised.
The scenario is that I visit a lot of architectural materials exhibitions where I get a lot of brochures from different suppliers.
Usualy they sell materials of different brands and/or they sell services like installing that kind of materils.
So I have a table tblSuppliers and a table tblBrands.
Like the Supplier X sell bricks which belong to the Brand Y.
A supplier can sell a lot of brands or a brand can be sold by a lot of suppliers.
Also a supplier can sell services (which can`t be associated to a brand).
The info(materials and services) I received from these suppliers brochures came in a very big variety so I`ve made a structure 3 levels deep so I can categrize everithing in this industry. These 3 level deep are made from 3 tables
tblCategories
tblSubcategories
tblChapers
ex:
Finishes>Walls>Wallpapers
Materials>Masonry>Bricks
The info I want to record (materials and/or services) is placed in another table tblArticles. Here i have a mix of foreignKeys from all the other tables.
The way i record things is through a form that has 3 dropdowns to identify
where the info belogs to. These 3 dropdowns map those 3 tables
tblCategories
tblSubcategories
tblChapers
the info in those 3 tables is read only (the user will not expand it). It is just a lookup procedure.
Also in this form I have a fields for Supplier Name and For Brand Name.
Here the user should insert new entries and associate those entries in the Article form. So I wish something like a text field for imput new things but also like a dropdown for "lookup" if those values are already in tables from another article(like a Brand that is already sold by a supplier from another article or a supplier which is already recorded to provideing another services).
The last thing I have to say is that an article can have the info very limited so I like to give the user the posibility to enter just what he has (like just the name of the supplier and just the first level of organization...ex:Supplier Z sell Finishes(level 1 in my structure))
I attached the schema of my tables.
Is it ok?
Also I attached the database.
Can anybody help me in the form frmArticle (which record in the tblArticles) to setup an working mecanism for inserting the things for Suppliers and or Brands like I discrabed above(if they exist to have like a lookup thing and if they aren`t to create new entries)
Thank you
p.s. excuse my poor english

My experience with access is 2 weeks ...internet tutorials.
I`m an young architect who need to records different suppliers that sell differend things in the construction industry(like materials/finishes or maybe just services).
I like to make a small database to keep all the info I get, organised.
The scenario is that I visit a lot of architectural materials exhibitions where I get a lot of brochures from different suppliers.
Usualy they sell materials of different brands and/or they sell services like installing that kind of materils.
So I have a table tblSuppliers and a table tblBrands.
Like the Supplier X sell bricks which belong to the Brand Y.
A supplier can sell a lot of brands or a brand can be sold by a lot of suppliers.
Also a supplier can sell services (which can`t be associated to a brand).
The info(materials and services) I received from these suppliers brochures came in a very big variety so I`ve made a structure 3 levels deep so I can categrize everithing in this industry. These 3 level deep are made from 3 tables
tblCategories
tblSubcategories
tblChapers
ex:
Finishes>Walls>Wallpapers
Materials>Masonry>Bricks
The info I want to record (materials and/or services) is placed in another table tblArticles. Here i have a mix of foreignKeys from all the other tables.
The way i record things is through a form that has 3 dropdowns to identify
where the info belogs to. These 3 dropdowns map those 3 tables
tblCategories
tblSubcategories
tblChapers
the info in those 3 tables is read only (the user will not expand it). It is just a lookup procedure.
Also in this form I have a fields for Supplier Name and For Brand Name.
Here the user should insert new entries and associate those entries in the Article form. So I wish something like a text field for imput new things but also like a dropdown for "lookup" if those values are already in tables from another article(like a Brand that is already sold by a supplier from another article or a supplier which is already recorded to provideing another services).
The last thing I have to say is that an article can have the info very limited so I like to give the user the posibility to enter just what he has (like just the name of the supplier and just the first level of organization...ex:Supplier Z sell Finishes(level 1 in my structure))
I attached the schema of my tables.
Is it ok?
Also I attached the database.
Can anybody help me in the form frmArticle (which record in the tblArticles) to setup an working mecanism for inserting the things for Suppliers and or Brands like I discrabed above(if they exist to have like a lookup thing and if they aren`t to create new entries)
Thank you

p.s. excuse my poor english

Attachments
Last edited: