473,410 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

Microsoft Access DB Build Questions

I am hoping someone on here can provide some structural and technical guidance for putting together a database in Access 2010.

I am trying to pull together a database that tracks different awards my club has won. We want to include several fields:

- AwardYear - The year the award was won.

- AwardName - The name of the award

- AwardTagA - A multivalue box where I can associate multiple categories per each Award.

- AwardTagB - A multivalue box where I can associate multiple categories per each Award.

- TagC - A multivalue box where I can associate multiple categories per each Award.

The tags will be fixed lists, so I want the user to pick from choices in each type.

Tell me if this is the right approach.

In my AwardsTable. Fields are AwardYear, AwardName, AwardTags1, AwardTags2...

In my Tags[#] tables I still have only one field per table with several values.

I now should create a form, on the form I create a list box that writes to the AwardTagsA field in the main table but whose values are sourced from the TagsAtable.

Does this make sense? I am running into errors in getting the mutlivalues to write back to this main table. If anyone can help me, I'd really appreciate it. I am a novice and am really struggling with this.
Aug 30 '15 #1
1 968
Seth Schrock
2,965 Expert 2GB
You should stay away from multi-value fields. See Database Normalization and Table Structures. You should have a table for your different tags and one for your awards (with AwardYear and AwardName). Each of these tables should have a primary key field. You would then create a third table as the join table in this many-to-many relationship you have between the awards and the tags. This table would have two fields with both of them being primary key fields (the combination of the two fields makes a unique value).

Let us know if you have any questions about this.
Aug 31 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

27
by: Chuck Grimsby | last post by:
(Repost, due to lack of submissions...) The Microsoft Access Product Group (the people who build Microsoft Access) want your help! One of the main things we're working on for the near future...
2
by: Paul M. | last post by:
Hello, I would like to maintain build control over a large Access database. Basically build N of the database would have a particular mix of object versions e.g. Build 1.1 contains tblMain (at...
4
by: Bob Alston | last post by:
Some more, rather specific Access performance questions. IN a split front-end & back-end Access/Jet ONLY LAN situation, and with all query criteria fields and join fields indexed: 1. Is is...
3
by: Rob Hill | last post by:
I am using Microsoft Access as a prototype for a database application that will eventually be rewritten in VB.NET. I would like to use Access for prototyping future versions of the application. ...
7
by: electra | last post by:
I want to develop an Access database and upload it to a website: If I want to provide a multi-Level user access to the users, is there is any built in feature that i can use?. provide the users will...
8
by: reema via AccessMonster.com | last post by:
Did any one faces any difficulties ,issuess or problems using Microsoft Access -- Message posted via http://www.accessmonster.com
12
by: Sandeep Gupta | last post by:
Hi, I want to use a DSN connection to connect to MS Access Database. The ODBC DSN has been configured as MIT. I use the following connection string to connect (using VB.NET): Dim cn As New...
13
by: General Fear | last post by:
Does anyone in this forum know of tech questions for an Access programmer? I have not been able to find a good web page with Access tech questions. I am interviewing Access programmers and want...
1
by: mchirouze | last post by:
Hi ! I'm trying build a tool that pre-processes an Access database and then exports the results to a SQL Server database. I find it easier to work with SQL queries than to do line-by-line...
0
by: mchirouze | last post by:
Hi ! I'm trying build a tool that pre-processes an Access database and then exports the results to a SQL Server database. I find it easier to work with SQL queries than to do line-by-line...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.