Re: Create new records based on a query list?
- From: "John Milward" <john.milward@xxxxxxxxxx>
- Date: Tue, 21 Feb 2006 12:06:52 +0000 (UTC)
Larry
You have understood the required process precisely.
The table structures are pretty much as I anticipated and are all up and
running.
My uncertainty is at the last point where I need to populate a new record
for each test point in tblTestPointReading. I can't see how to create and
fill in these records.
Thanks for the help
John
"Larry Daugherty" <Larry.NoSpam.Daugherty@xxxxxxxxxxx> wrote in message
news:uz94YQoNGHA.964@xxxxxxxxxxxxxxxxxxxxxxx
From what you've given I see two tables; tblEquipment and tblTestPoint
which should be related with Referential Integrity on. I suggest
adding another table, tblTestPointReading. TPR would be the many side
of one-to many with tblTestPoint with Referential Integrity on.
tblTestPointReading would have fields for TPRID, TestPooointID,
TestPointName, ReadingDate, maybe ReadingTime, TestPointValue.
TestPointNote.
Your main form for taking readings would be based on a piece of
equipment. Once the equipment is selected, its subform (based on
tblTestPointReading) would be populated with a new record named for
each test point for which a reading will be taken.
HTH
--
-Larry-
--
"John Milward" <john.milward@xxxxxxxxxx> wrote in message
news:dtcv36$sd5$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a database with Equipment, and related test point tables.points
When i pick an equipment item there are a number of related test
found.where the
All fine so far.
I need to show this list of points along with an additional box
user types the result of each test point.this
When complete they need to click a button which will create, in an
additional table, a set of records (one for each point) that store
information.
Can someone point me in the best direction to solve this please?
.
- Follow-Ups:
- Re: Create new records based on a query list?
- From: Larry Daugherty
- Re: Create new records based on a query list?
- References:
- Create new records based on a query list?
- From: John Milward
- Re: Create new records based on a query list?
- From: Larry Daugherty
- Create new records based on a query list?
- Prev by Date: Re: Initial capital
- Next by Date: Hyperlink adresses
- Previous by thread: Re: Create new records based on a query list?
- Next by thread: Re: Create new records based on a query list?
- Index(es):