G
Graham A
I have two separate fields in an employee records table for 'FirstName' and
'LastName' and I want to combine them to appear in a lookup table as
'Firstname Lastname' (e.g. 'John Smith', George Brown' etc) - for use on
another area on the database to enable the user to select who has been
allocated a task.
I can generate such a table with an expression in a query but only if the
query is run manually - this method also produces various error messages
concerning amending or deleting records (or the table) which would alarm and
/ or confuse the user.
The table used for the lookup source needs to be updated atuomatically
anytime a new employee is added - I know that I will need to use some kind of
Event action to trigger the update but I cannot find out how to make this
work without being 'stalled' by the error messages which the user may not
respond to correctly.
Can anyone explain how this can be done please?
'LastName' and I want to combine them to appear in a lookup table as
'Firstname Lastname' (e.g. 'John Smith', George Brown' etc) - for use on
another area on the database to enable the user to select who has been
allocated a task.
I can generate such a table with an expression in a query but only if the
query is run manually - this method also produces various error messages
concerning amending or deleting records (or the table) which would alarm and
/ or confuse the user.
The table used for the lookup source needs to be updated atuomatically
anytime a new employee is added - I know that I will need to use some kind of
Event action to trigger the update but I cannot find out how to make this
work without being 'stalled' by the error messages which the user may not
respond to correctly.
Can anyone explain how this can be done please?