T
Tom Symonds
Can anyone help with this.
I have a table of 'Stories' with a field 'NextDiaryDate'. This is linked
One to Many to a second table "Diary Entries"
I want to have an update query work through the second table - "Diary
Entries", looking for the earliest date, and then update Stories -
NextDiaryDate with that date. There'll be some other criteria as well but
that's basically it.
I presume its an Update query, using TopValues in some way. Would I need VB
code to step through the Stories records and then perform the query for each
record?
I want this to happen invisibly to the user, so it needs to be done without
a form.
Thanks
I have a table of 'Stories' with a field 'NextDiaryDate'. This is linked
One to Many to a second table "Diary Entries"
I want to have an update query work through the second table - "Diary
Entries", looking for the earliest date, and then update Stories -
NextDiaryDate with that date. There'll be some other criteria as well but
that's basically it.
I presume its an Update query, using TopValues in some way. Would I need VB
code to step through the Stories records and then perform the query for each
record?
I want this to happen invisibly to the user, so it needs to be done without
a form.
Thanks