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

How can I input the same data many times in a form

I have a database that I need to track certain measurements numerous times
per day. I need to record several aspects like, length, width, thickness,
plus a few other things. I've been recording them in a form and would like
to continue to do it that way. Right now I have one record for each length,
width, and thickness. However the operator is required to check these
things 10 times per day. So each day I have many new records in my form.
This seems to be the wrong way to do it. So I've been looking for another
way. It occurred to me that I could do:
Check# 1 Length Width Thickness
Check# 2 Length Width Thickness
........
Check# 10 Length Width Thickness
With this scenario my table would show Length 1-10, Width 1-10, and
Thickness 1-10. Then I lay it out on my form. It works but it makes for
many many fields.
Is there another way that I could make this happen without creating all
these fields?
Thanks,
Don...........
Nov 13 '05 #1
5 1325
"Don Sealer" <vz******@verizon.net> wrote in
news:mLD0f.41$OL5.0@trndny05:
I have a database that I need to track certain measurements
numerous times per day. I need to record several aspects
like, length, width, thickness, plus a few other things. I've
been recording them in a form and would like to continue to do
it that way. Right now I have one record for each length,
width, and thickness. However the operator is required to
check these things 10 times per day. So each day I have many
new records in my form. This seems to be the wrong way to do
it. So I've been looking for another way. It occurred to me
that I could do: Check# 1 Length Width Thickness
Check# 2 Length Width Thickness
.......
Check# 10 Length Width Thickness
With this scenario my table would show Length 1-10, Width
1-10, and Thickness 1-10. Then I lay it out on my form. It
works but it makes for many many fields.
Is there another way that I could make this happen without
creating all these fields?
Thanks,
Don...........

You are already doing it the right way, in that each measurement
has a separate record. Yo talk of having many records in the form.
You should only have one record in the form at a time, that's the
current measurement set your inspector is recording.

If you set things up correctly, the inspector clicks on a menu item
that says "New Measurement" That should open a data entry form
that has the date and time already entered. With a little Visual
Basic programming you can also have it number the Measurement
within the day.

You should have a separate form for doing review of the data, this
can be a continuous list of records.

We have a database for insppection at work, We often add 300
records a week, from the 10 inspectors.


--
Bob Quintal

PA is y I've altered my email address.
Nov 13 '05 #2
DFS
Don Sealer wrote:
I have a database that I need to track certain measurements numerous
times per day. I need to record several aspects like, length, width,
thickness, plus a few other things.
Continuing Dr. Kinsey's work?


I've been recording them in a form and would like to continue to do it that way. Right now I have
one record for each length, width, and thickness. However the
operator is required to check these things 10 times per day. So each
day I have many new records in my form. This seems to be the wrong
way to do it. So I've been looking for another way. It occurred to
me that I could do:
Check# 1 Length Width Thickness
Check# 2 Length Width Thickness
.......
Check# 10 Length Width Thickness
With this scenario my table would show Length 1-10, Width 1-10, and
Thickness 1-10. Then I lay it out on my form. It works but it makes
for many many fields.
Is there another way that I could make this happen without creating
all these fields?
Thanks,
Don...........

Nov 13 '05 #3
Thanks for the reply and advice Bob,
I know I'm doing it the right way but I was hoping there would be a way I
could put all 10 checks for the day on one record instead of putting all the
checks for the day into 10 records.
Actually I'm tracking 12 measurements from one machine on average 10 times
per day. I was really hoping not to have 10 separate records but actually
one for the day with all 120 measurements contained in the record.
Can you tell me how many fields Access will allow?
Don...........
"Bob Quintal" <rq******@sympatico.ca> wrote in message
news:Xn**********************@207.35.177.135...
"Don Sealer" <vz******@verizon.net> wrote in
news:mLD0f.41$OL5.0@trndny05:
I have a database that I need to track certain measurements
numerous times per day. I need to record several aspects
like, length, width, thickness, plus a few other things. I've
been recording them in a form and would like to continue to do
it that way. Right now I have one record for each length,
width, and thickness. However the operator is required to
check these things 10 times per day. So each day I have many
new records in my form. This seems to be the wrong way to do
it. So I've been looking for another way. It occurred to me
that I could do: Check# 1 Length Width Thickness
Check# 2 Length Width Thickness
.......
Check# 10 Length Width Thickness
With this scenario my table would show Length 1-10, Width
1-10, and Thickness 1-10. Then I lay it out on my form. It
works but it makes for many many fields.
Is there another way that I could make this happen without
creating all these fields?
Thanks,
Don...........

You are already doing it the right way, in that each measurement
has a separate record. Yo talk of having many records in the form.
You should only have one record in the form at a time, that's the
current measurement set your inspector is recording.

If you set things up correctly, the inspector clicks on a menu item
that says "New Measurement" That should open a data entry form
that has the date and time already entered. With a little Visual
Basic programming you can also have it number the Measurement
within the day.

You should have a separate form for doing review of the data, this
can be a continuous list of records.

We have a database for insppection at work, We often add 300
records a week, from the 10 inspectors.


--
Bob Quintal

PA is y I've altered my email address.

Nov 13 '05 #4
I don't think I would put all 120 measurements in one records.

You might put a date field in and then on your form create a pull down
that allows the user to filter records to one day at a time.

Nov 13 '05 #5
Access will allow 255 fields per record. However, storing 120 different
measurements in a single row will make statistics a nightmare. Even
storing the 12 in one row is a terrible idea, in the long term.

Why are you concerned about the number of records? If it's a user
interface issue, we can try to suggest ways to help, but we'll need to
know what the real problem is.

Access has very powerful tools for summarizing data, if you lear to use
them correctly, you can really harness the information your
measurements contains.

Q

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: J.R | last post by:
Greetings, I'm adding dynamically created input type='file' controls via JavaScript. However when I try to access they do not seem to be returned in the form collection. Any ideas? Thanks,...
4
by: santa19992000 | last post by:
can I use scanf to get input (some times user enters input sometimes not, just hit keyboard)?. It displays to enter IP address, if user wants to change, then he enters, otherwise he hits keyboard,...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
17
by: stathis gotsis | last post by:
Hello everyone, I am tying to come up with an elegant way to process some input data that come from a form. When the user hits the 'Submit' button, i want the form to appear again with the...
3
by: Bob Sanderson | last post by:
I am trying to create a form for a MySQL database similar to a spreadsheet. The idea is to display a list of records, with the last line of the list being an input form. When the user enters data...
6
by: dufnobles via AccessMonster.com | last post by:
I have a form that excepts text input from a user. I would like to have the form display the same line several times so that the user can enter several different responses on one form screen. ...
3
by: Rainy | last post by:
Hello! I'm having some trouble with pyserial package, I'm sending commands and reading responses from a custom pcb, and sometimes I get a proper response, at other times I get nothing, and...
5
leannsmarie
by: leannsmarie | last post by:
Hi Everyone, I have a problem with a program I have been assigned thats driving me crazy and I hope someone with a fresh eye could point me in the right direction. Im using Visual Basic Express...
4
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
I've got an application that takes input from a handheld scanner: Once the incoming text meets the RegEx format and is the correct length, the command is accepted. The scanner that plugs in on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...

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.