G
Guest
I am sorry I have asked this before. I want to copy the date from a subform
into the main form. maybe it cannot be done or maybe I did not explain myself
very well. but I keep looking at it and cannot see how to sort it out.
The underlying tables and fields are:
Events: (Form=Events)
StartDate
Endate
TblEventsLocation (Form=EventsSubform1)
Date (datefield)
Day (integer field)
NumberofDays (integer field)
I would like to copy the date in eventssubform1 to the Startdate on the main
form only when day=1
and I would like to copy date in the eventssubform1 to end date when day and
numberofdaysfield are equal e.g day=3 numberofdays=3
I know that I should not be storing the same information twice, but without
doing a complete rebiuld it cannot be done.
thanks in advance for any help
Phil
into the main form. maybe it cannot be done or maybe I did not explain myself
very well. but I keep looking at it and cannot see how to sort it out.
The underlying tables and fields are:
Events: (Form=Events)
StartDate
Endate
TblEventsLocation (Form=EventsSubform1)
Date (datefield)
Day (integer field)
NumberofDays (integer field)
I would like to copy the date in eventssubform1 to the Startdate on the main
form only when day=1
and I would like to copy date in the eventssubform1 to end date when day and
numberofdaysfield are equal e.g day=3 numberofdays=3
I know that I should not be storing the same information twice, but without
doing a complete rebiuld it cannot be done.
thanks in advance for any help
Phil