473,503 Members | 479 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with Multiple entries

15 New Member
I am trying to create a DB in Access 2007 where the values in certain fields requires multiple entries.

I would like to send this DB out as an HTML to my techs and have them fill the information in.

The problem I am having is that I am having to create too many tables. I would really like to have no more then 3 or 4 tables.

I've been able to setup most of the tables so that each value has only 1 entry but when I get to the inventory tables that is just impossible.

Below is an example of one of the multi entry tables I would need.

So far I have set this table up as follows

Table Name : Computer Information

Field 1 : Office Number (Primary Key)
Field 2 : Computer Name
Feild 3 : Computer Serial Number

While field 1 would only have a single entry fields 2 and 3 would have between 5 and 30 entries.

While I could use the serial numbers as the key for this table I don't want to have to send tons of emails just to get the info from one office.

If anyone could give me some direction it would be greatly appriciated.
Feb 16 '07 #1
8 1820
NeoPa
32,557 Recognized Expert Moderator MVP
Firstly, you should visit (Normalisation and Table structures) to get an understanding of how tables should be laid out and how they should store the data.
Transferring data remotely is another issue entirely.
Sending the whole database backwards and forwards does not sound like much of a solution to me.
I normally create a Back-End database with just the data tables defined and send that one backwards and forwards between the sites.
It is important, in these situations, that the Back-End database is Compacted and zipped up before sending.
Feb 16 '07 #2
Kasghost
15 New Member
I read the Normalisation and Table Structures Guide and I understand where I started to go astray with this. Was just hopping someone knew an easier way to set it up for the data collection aspect. Thanks for the advice.
Feb 16 '07 #3
NeoPa
32,557 Recognized Expert Moderator MVP
Sharing data in this way is not a simple situation.
The best method for you depends heavily on a number of matters, including your experience using Access and the data that you're trying to share.
My solution (outlined in post #2) is what I generally use, but may not be the most appropriate for you.
Feb 16 '07 #4
Kasghost
15 New Member
My experiance with Access is vert limitd at best. I took 1 5 week basic class and in it we created a few very simple DB's. What I am trying to accomplish is to create an asset list of all the equipment in each office. What I have done so far is create a DB with 6 tables. In each table I singled out 1 field that is unique to that table as my primary key and included an Office ID field which is the primary key in my first table. But now the problem I have is how to get the values entered into the DB. I have about 2000 offices around the US and I was kinda looking at the Html idea as a way to have my techs enter data and then bring that into the DB. But like I said with 2000 offices and each having 5 to 30 computers it gets really difficult to send that amount of emails and not have something go terribly wrong. I know that what I am trying to do is way out of my league right now but we have to start somewhere so any input is greatly appreciated.
Feb 16 '07 #5
NeoPa
32,557 Recognized Expert Moderator MVP
Sounds like you've got yourself a pretty big problem there.
How about you start out by posting your table MetaData in the following layout.
Expand|Select|Wrap|Line Numbers
  1. Table Name=tblStudent
  2. Field; Type; IndexInfo
  3. StudentID; Autonumber; PK
  4. Family; String; FK
  5. Name; String
  6. University; String; FK
  7. Mark; Numeric
  8. LastAttendance; Date/Time
Feb 16 '07 #6
NeoPa
32,557 Recognized Expert Moderator MVP
Actually, HTML is probably a better idea if you can get it to work.
You may want to post a question on this in HTML / CSS
Feb 16 '07 #7
Kasghost
15 New Member
Thanks for the help but I think I found the simple solution I needed. I am just going to setup a few workstations with Office on them and have my techs remote in and fill out a spreadsheet for each office and then I can import those into the DB. Has worked so far in my test run.
Feb 16 '07 #8
NeoPa
32,557 Recognized Expert Moderator MVP
Thanks for replying.
Yes, that was one of the ideas I was thinking of when posting #4 earlier. If that's a way you're comfortable with, then good for you.
If you have any difficulties with it please come back for help :)
Feb 17 '07 #9

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

Similar topics

8
9829
by: Brandon McCombs | last post by:
This may be the wrong group but I didn't see anything for VC++ so I'm trying here. I have a C++ book by Deitel and Deitel that says I can use fstream File("data.dat", ios::in | ios::out |...
1
1338
by: Job Lot | last post by:
I have tow columns in my DataTable Date, Amount. What would be the best way to create multiple entries in my DataTable? I am given a start date, end date and an amount. I want to create multiple...
5
569
by: fripper | last post by:
I posted this problem a couple of days ago but felt I might have better luck re-stating the problem. Apparently I messed up IIS (v. 5) somehow because I am suddenly unable to load web forms! A...
5
1634
by: Sammy | last post by:
On a Windows 2003 Server machine that has multiple IIS web sites, how does one control which web site the new web application gets created under? Thank you, Sammy
2
1453
by: ray well | last post by:
i have to extract info from a legacy access database, which i can't alter, or run APPEND or UPDATE quries against. i can only use SELECT statments to extract what i need. the database has...
7
3716
by: Matt | last post by:
I have approximately 5 instances on my test server that are identical to my prod server. On the prod server, when I look at the services file, there is a single entry per instance and everything...
3
11228
by: Bernard Lebel | last post by:
Hello, Is there an option or a way to allow the selection of multiple entries in the Listbox widget? I could not find any, and would like to allow the end user to select multiple entries. ...
0
1992
by: deacon57 | last post by:
FYI - If you are a computer scientist (or geek), this post may be for you. I wanted to log any search keywords, etc that are used on my site. I created a simple program that logs search terms...
7
1988
by: Birky | last post by:
All, I have scrubbed the archives to see if someone else has requested this type of help but I have not been able to find anything that fits this scenario. I have a form (which is working...
0
7203
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
7282
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,...
1
6995
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7463
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5581
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
4678
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...
0
3157
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
738
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.