473,386 Members | 1,810 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,386 software developers and data experts.

Building an Access 07 DB for logistical needs

3
I have to fill a form everytime I ship something and am in the process of building a data base to keep track (i.e. how many widgets have I sent to such and such rig on what date by manifest serial number-this is the key in my table)Pretty straight forward but the problem is that the number of widgets on each manifest change with each manifest. Could someone shed some light on how to normalize this anamoly by using an info entry Form(build a Form button using VB that would add a column for the number of items on a manifest that would never exceed, say 50 items? Maybe duplicate all fields of that manifest serial # in the table for the number of different widgets and their different descriptions?)
Oct 30 '11 #1
4 1745
NeoPa
32,556 Expert Mod 16PB
Normalised data is held in tables, not in forms. Looking at the forms required can only tell you what is required. You need to determine first what is required from your database, then come up with a structure of data that will support that requirement. Consider at each point where the information fits. If there may be multiple items of one sort that relate to another then you probably would not design a single table to store both, but rather have separate tables with a Foreign Key relationship between them reflecting a One-to-Many relationship.

The design of a databse is beyond the scope of a question on here. We do not offer such services, but we can help with specifics if you get stuck. A good place to pick up understanding of this issue is Database Normalisation and Table structures.

Good luck.
Oct 30 '11 #2
tatmck
3
Thanks for the response. I should have clearified that I do have a table built, somewhat. I've been looking at examples, i.e. customer buys multiple items: choose from existing list of items to store what was bought under that name on such and such date. What if I'm recording what was sent but because of the infinite possibility of what can be manifested (from a pen, to chalk, to a server, to 30 top drive parts)I cant choose from a pre-determined list and want to have the freedom to add "item columns" freely (never exceeding 50 columns)to enter info from the form to the table. Maybe I've got it backwards in trying to normalize the random data, but I hope I didn't confuse you.
Oct 30 '11 #3
NeoPa
32,556 Expert Mod 16PB
tatmck:
Maybe I've got it backwards in trying to normalize the random data, but I hope I didn't confuse you.
It sounds like it I would say, from the little I know. See the linked article for a better understanding. If you don't get it from that then nothing I say is likely to help you.

I'm not sure I was confused as such. There was so little information of any sort that I don't think that comes into it. Of course, as I mentioned in the earlier post, we don't design databases for you. The most I can do for you without a more specific question I have done (Give some basic tips to lead you on your way).
Oct 30 '11 #4
tatmck
3
Ok, I'll take a look. thanks anyway.
Oct 30 '11 #5

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

Similar topics

2
by: William Doak, Jr | last post by:
I am looking for reference books that thoroughly cover Building Access Reports. Any suggestions?
0
by: Mac MCCall | last post by:
I am doing work for a community that currently has four different MS-Access databases which are at four separate locations but have a great deal of overlapping data. There is a residents...
1
by: Bob Alston | last post by:
Anyone have experience in building Access apps with user definable fields? (Not the kind of fields where you just let the user define the label for a pre set number of predefined fields.) I...
13
by: royaltiger | last post by:
I am trying to copy the inventory database in Building Access Applications by John L Viescas but when i try to run the database i get an error in the orders form when i click on the allocate...
11
by: Jamie | last post by:
Greeting! I hope someone can shine a light on a problem I am having. I have 13 users on Access 2000 running FE from various PC and the BE on a new HP Server with Windows 2003, plenty of power...
1
by: turf236 | last post by:
I have a link that is create on get lost focus from a field that (see next line G:\Call Center\APP\APP_2006\APP0001\APP000.tif What I need to figure out is how can I get the '2006' to change...
13
by: Jack B | last post by:
I'm using Access 2002 to create a database for a small opera company that my wife is involved in, and I'm more than a bit rusty because I haven't created a new Access database since about 1999. ...
18
by: ashutoshvyas | last post by:
I want to write such criteria in the query of microsoft ACCESS, which can give records with secondlast date? table & fields............desired output no-name-date..............name-date...
2
by: DayzedandConfused | last post by:
Here I go.. I haven't worked with Access for almost a decade and due to recent abrupt job change need to write a simple data base. I am creating a data base to reference a larger one. It needs...
19
by: stateemk | last post by:
I have about 20 users in a database that has an Access frontend and a SQL backend. All of the users are in the database at the same time entering data. There are about a handful or so of the users...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.