Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Date Values on Related Records.

Status
Not open for further replies.

RoCoPe

Programmer
Aug 21, 2002
12
US
Hey Everyone,
Access 2000 DB.
-Input form based on table with info about a specific project. Various date fields, specifically one "ProjectedHardwareShipDate", other date fields calculate based on this date.

-Subform based on query from same table that lists any projects related to parent form Project. These projects are related by the use of two fields. "TID" and TIDRef" one to many.

I can duplicate a project in the main form and assign the TID as TIDRef in the new project with a new TID. Where I am having trouble is changing the date in "ProjectedHardwareShipDate", in the Parent form, and having that date change in all records in the subform.

IF me.subform!TIDRef=me.parent!TID then
.......??

I hope this makes sense.

RoCoPe
"You need it to do what?"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top