Adding multiple records linked by a primary key

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform that contains many different reords all of which have a time period field. I need to add all the time fields that have the same primary key. How do I do this

Thank
Lee
 
**Although the name of this newsgroup is 'Queries',
it is actually referring to the Access Database Query Object.**

A subform has two fields that handle linking.

Link Master Field
Link Child Field


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Lee Jones said:
I have a subform that contains many different reords all of which have a
time period field. I need to add all the time fields that have the same
primary key. How do I do this?
 
Back
Top