K
KLR
I have a database that contains a list of all UK universities in one
table (t_unis) and in a separate table, detail of any changes to the
university information in one of 4 fields (t_changes) - code; short
name; name and status, plus has a date effective field as the changes
will not be applied until the start of the next academic cycle (1st
September 2007).
At present, the user enters the database and is faced with a table that
will display any upcoming changes that should be applied (within the
next fortnight), but the user would have to go into the table or use a
form to manually make those changes.
I want to try to do one of 2 things:
The easiest (for me) solution would be to write a query that will feed
a form displaying the following from both t_unis and t_changes:-
Existing code change code to
Etc. The user would have to manually change the code in the first
field.
I would prefer to try to automate the changes so that the database
looks at the date effective field, and automatically makes the changes
to the data in that field. Is this possible?
KLR
table (t_unis) and in a separate table, detail of any changes to the
university information in one of 4 fields (t_changes) - code; short
name; name and status, plus has a date effective field as the changes
will not be applied until the start of the next academic cycle (1st
September 2007).
At present, the user enters the database and is faced with a table that
will display any upcoming changes that should be applied (within the
next fortnight), but the user would have to go into the table or use a
form to manually make those changes.
I want to try to do one of 2 things:
The easiest (for me) solution would be to write a query that will feed
a form displaying the following from both t_unis and t_changes:-
Existing code change code to
Etc. The user would have to manually change the code in the first
field.
I would prefer to try to automate the changes so that the database
looks at the date effective field, and automatically makes the changes
to the data in that field. Is this possible?
KLR