Hi all,
I have 2 tables, times & dates
times includes amongst others, 2 fields, date in & day
dates includes date & day.
I have set the lookup property (combo box) on [times].[day] to SELECT
DISTINCT dates.day FROM dates WHERE (((times.[date in]=dates.date)));
This works fine for the first record I fill in but on the next record, it
remembers the previous field. If I click on tools - refresh it then works ok
until the next record.
Is there any way that I can get it to refresh once I have filled in the date
in field?
Cheers,
Mark
I have 2 tables, times & dates
times includes amongst others, 2 fields, date in & day
dates includes date & day.
I have set the lookup property (combo box) on [times].[day] to SELECT
DISTINCT dates.day FROM dates WHERE (((times.[date in]=dates.date)));
This works fine for the first record I fill in but on the next record, it
remembers the previous field. If I click on tools - refresh it then works ok
until the next record.
Is there any way that I can get it to refresh once I have filled in the date
in field?
Cheers,
Mark
Comment