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

Problem displaying multiple records in one form for data entry.

Hi All,

I am struggling with setting up my first system of tables, forms,and reports, and could use your help!

I am setting up a database to keep track of the production of a produced item. The item is a panel, with a specific texture. There are standard panels that are then produced in a limited number of specific textures. The number of panels/project varies, so I keep track of the actual number of panels per project with the count: SequenceNum. So it is possible to have one panel, produced in four different textures, with different counts of the four combinations for a project. I keep track of these three values in three records, and this information is determined at the start of the project. As the items are produced, every day has a new lot number that I call LotNum. After completion of manufacturing, the panel is loaded onto a pallet (with 4 - 9 other panels) that will be individually numbered (PalletNum).

I want to pull the records for each panel (3 or 4 fields) into a form, add the single LotNum to every record of that day displayed on the form, and add the pallet number that the panel was finally deposited onto.

I first created a form with data entry "windows" for the 4 fields needed from the records of the panels. Then I created 3 columns of this information to correspond to the actual physical arrangement of the production frames in the factory. Then duplicated each row of three columns to simulate the production floor arrangement of manufacturing frames.

I set up the form as a continuous form, hoping to get each set of 4 fields to populate with data from the various specific panels. I was then going to add the PalletNum to each record so that the final storage location of each panel could be tracked in the manufacturing yard.

I have a system of 4 tables:

tblPanelProd: contains fields PanelName, Tex, SequenceNum, LotNum, etc.
tblBedMap: contains fields PanelName, Tex, SequenceNum, PalletNum, etc.
tblPanel: PanelName, Tex, SqFt
tblWall: Wall, StartDate, EndDate, StartLotNum, EndLotNum

The problem is that instead of each series of four fields per record filling with data on individual panels, I get an entire form of four fields filling with data from one panel. Then the next form fills entirely with the four fields of the next panels record. I have 301 panels in the current project, and ended up with 301 forms each with 70 displays of the same panel record.

I thought that making the form "continuous" would allow me to list multiple records on one form for data entry purposes, but I missed something somewhere.

Can anyone help me with this?

Thanks!
NumberCruncher+
Sep 10 '06 #1
1 4757
PEB
1,418 Expert 1GB
Hi,

The dataEntry when is set to true

Access shows only one, new record... And nothing more...

All others records are hidden and not shown...

So you can't display multiple records on data entry if they aren't new...

:)
Sep 23 '06 #2

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

Similar topics

1
by: Tim Graichen | last post by:
Good morning, I have a sub-form that displays records from a table as a continuous form. The table has several hundred records, but the subform only displays five or six records. The records do...
2
by: IanCraft | last post by:
I am new to Access 2002 and have a questions regarding using a form for data entry. I have 15 items I need to keep track of that are listed individually on a form as follows: Item#1Name ...
5
by: Robert | last post by:
Hello Accessors I have some reports created in Access that are very good for what they do. However, it seems to me that when you are displaying information you don't need to print out that a...
2
by: Lyn | last post by:
Hi, I am working on a genealogy project in which I have two tables: Person -- one record for each person in the family. Each record has a unique Autonum field (IDPerson). Partnerships -- one...
9
by: Susan Bricker | last post by:
Greetings. I am having trouble populating text data that represents data in my table. Here's the setup: There is a People Table (name, address, phone, ...) peopleID = autonumber key There...
11
by: Siv | last post by:
Hi, I seem to be having a problem with a DataAdapter against an Access database. My app deletes 3 records runs a da.update(dt) where dt is a data.Datatable. I then proceed to update a list to...
1
by: natwong | last post by:
Hi All, I'm hoping that someone could help me out since I'm new with Access. Background: Database was set up as a simple data entry and reporting tool for Program Initiatives. The data...
11
by: shriil | last post by:
Hi I have this database that calculates and stores the incentive amount earned by employees of a particular department. Each record is entered by entering the Date, Shift (morn, eve, or night)...
2
by: AlexanderDeLarge | last post by:
Hi! I got a problem that's driving me crazy and I'm desperately in need of help. I'll explain my scenario: I'm doing a database driven site for a band, I got these tables for their discography...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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...

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.