S
Saul
I am creating a database in which tblEvents is related to
tblEventDetails in a 1:many join. EventDetail records can
be defined as "active" or "inactive". When a new Event
record is created and the user opens the EventDetails
form I would like the EventDetails form for the current
Event to include "active" event details from the
preceeding Event. I am trying to do this by creating an
append query that retrieves only the "active"
EventDetails records from the prior Event ONLY (i.e.,
EventID number 1 less than the current EventID number)
and then appends those records to the tblEventDetails
with the current Event number. Two question: 1. I can't
seem to get the query to pull up ONLY the prior EVENT
(tried using the "Latest" function). 2. Is there a better
way to accomplish this?
Thanks
Saul
tblEventDetails in a 1:many join. EventDetail records can
be defined as "active" or "inactive". When a new Event
record is created and the user opens the EventDetails
form I would like the EventDetails form for the current
Event to include "active" event details from the
preceeding Event. I am trying to do this by creating an
append query that retrieves only the "active"
EventDetails records from the prior Event ONLY (i.e.,
EventID number 1 less than the current EventID number)
and then appends those records to the tblEventDetails
with the current Event number. Two question: 1. I can't
seem to get the query to pull up ONLY the prior EVENT
(tried using the "Latest" function). 2. Is there a better
way to accomplish this?
Thanks
Saul