473,407 Members | 2,546 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,407 software developers and data experts.

Help building a simple database

I am attempting to build a database with the following tables and fields that will Auto Populate a form when the user is prompted to enter an eight digit number, then save the form data to another table to query for analysis.

Table Name Field(s) Key

Material Material# PK
Product Product PK
Customer Customer PK
Blender Blender PK
TestLab Lab 1/Lab2 No Key


Lookup
Material #: FK to Same Above
Product FK to Same Above
Customer FK to Same Above
Batch #: Unbound
Wt. KG Unbound
Blender #: Ubnound
Ext. Test 1 From Table Above
Ext. Test 2 From Table Above
Time In System Time
Date In System Date
Time Out System Time
Date Out System Date
Comments Unbound
Allergens Yes/No for remaining fields
Kosher
USDA
Sieves
APC
Coliform
E-Coli
Staph
Salmonella-25g
Salmonella-375g-1
Salmonella-375g-2
Yeast-Mold
Listeria
Thermophillic Spores
Fecal Enterococci
Staph Enterotoxin
CEM Fat
Karl Fischer Moisture
TBHQ
BHT
MSG%
Acidic Acid%
Citric Acid %
BHT%
TBHQ%
pH
Extraneous Matter
GMO
Total Butterfat
Total Fat
Scoville Heat Units
Total Sugar
Protien Sulfites
Vitamin A
Vitamin C

I have not had any success thusfar, can someone give me some guidance?
Apr 6 '07 #1
5 1318
maxamis4
295 Expert 100+
More info is needed.

Summary:

You want a form that will allow a user to enter data. From this form you want the user to submitt the data into another table? is this correct??

Please explain thanks
Apr 6 '07 #2
Yes, I want the form to populate everything but Batch#, Belnder #, WT KG, Comments and Time and Date Out.
The user will enter those fields.

Thanks for the help
Apr 6 '07 #3
Can anyone help me do this?
I can not seem to get it to work.
Apr 10 '07 #4
MMcCarthy
14,534 Expert Mod 8TB
OK, we need the information clarified differently.

Firstly give the metadata for each table involved. Here is an example of how to post table MetaData :
Table Name=tblBookings
Expand|Select|Wrap|Line Numbers
  1. Field; Type; IndexInfo
  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
Next we need the SQL of the query that this form is build on?

Thirdly, do you just want to find an existing record when the user enters the number? If so have a look at this tutorial ...

Example Filtering on a Form

Mary
Apr 11 '07 #5
Below is the sql statement of the query.
SELECT Material.MaterialID, Lookup.Technician, Lookup.[Material #], Lookup.Customer, Lookup.Product, Lookup.[Batch#], Lookup.KGs, Lookup.[Blender#], Lookup.[Test Lab 1], Lookup.[Test Lab 2], Lookup.[Time In], Lookup.[Date In], Lookup.[Time Out], Lookup.DateOut, Lookup.Comments, Lookup.Allergens, Lookup.Kosher, Lookup.USDA, Lookup.Sieves, Lookup.APC, Lookup.Coliform, Lookup.[E-Coli], Lookup.Staph, Lookup.[Salmonella-25g], Lookup.[Salmonella-375g-1], Lookup.[Salmonella-375g-2], Lookup.[Yeast-Mold], Lookup.Listeria, Lookup.[Thermophillic Spores], Lookup.[Fecal Enterococci], Lookup.[Staph Enterotoxin], Lookup.[CEM Fat], Lookup.[Karl Fischer Moisture], Lookup.TBHQ, Lookup.BHT, Lookup.[MSG%], Lookup.[Acidic Acid%], Lookup.[Citric Acid %], Lookup.[BHT%], Lookup.[TBHQ%], Lookup.pH, Lookup.[Extraneous Matter], Lookup.GMO, Lookup.[Total Butterfat], Lookup.[Total Fat], Lookup.[Scoville Heat Units], Lookup.[Total Sugar], Lookup.Protien, Lookup.Sulfites, Lookup.[Vitamin A], Lookup.[Vitamin C]
FROM Material INNER JOIN Lookup ON Material.MaterialID = Lookup.[Material #];

The data definitions are listed above with Table Name, Field Name and Key Definition.

I hope this is enough information.
Apr 23 '07 #6

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

Similar topics

4
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like...
2
by: Marc R. Bertrand | last post by:
Hello, Do some of you know some pretty good books or web tutorials on building databases, if any? By that I mean, when looking at a business, the sound way of choosing the proper fields and the...
18
by: Jeremy Weiss | last post by:
I'm trying to build a database that will handle the monthly billing needs of a small company. I'm charting everything out and here's what I see: table for customers sub table to track payments...
0
by: Teddy | last post by:
hi everyone: i'm a college student and creating a simple database for the language lab on campus. the data table is already in ACCESS. what i need to do is to create a web page so that users can...
2
by: mark | last post by:
I've been working on an Access 2000 database for a couple of weeks now. I took a course in access about a year ago, a crash course, and I learned a ton, but I didn't touch Access for the year since...
3
by: John | last post by:
Hi there - if anyone has a few spare minutes I could really do with some help please. I'm a student and have been given an exercise using MS Access to design a simple database for a fictional...
17
by: Timothy.Rybak | last post by:
Hello all, This is my first attempt at an application, so kid gloves are appreciated. I need to make a very simple form that only has a few elements. One is TraceCode - a text field that is...
9
by: pic078 via AccessMonster.com | last post by:
I need serious help - I have a frontend/backend Access database (2 MDE Files) that remains stuck in task manager after exiting the application - you can't reopen database after exiting as a result...
7
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know...
7
by: bhipwell via AccessMonster.com | last post by:
Hello, I have developed an employee benefits database that currently contains over 3000 employees and 70+ companies. Having started the database as a really simple solution for our clients, the...
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
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
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
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...
0
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
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,...

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.