J
Jack Sheet
Rehi all
I am trying to create a table of repeating tasks (called "T Repeating
Tasks") required to be performed for clients.
There will be no primary key in this table (probably not relevant to the
problem, but I mention it just in case).
I intend to use a form to input these tasks.
The list of possible clients for whom the tasks are to be performed is
contained in another table ("T Clients") within the same database.
There is a primary key (client reference) in the table "T Clients".
When creating a new record in "T Repeating Tasks" it seems sensible first to
identify the client to whom the task applies, and I would expect to do this
from a drop-down list of options derived from the "T Clients" table. I
would like to give the user the choice of dropping down the Client Reference
or Client Name. Whichever method the user adopts, I would like the other
corresponding field (reference or name) to be displayed in the form (as a
cross-check by inspection), although only the Client Reference would be
entered in the "T Repeating Tasks" table.
I have no idea how to go about this, although I have created more simple
forms. This is the first "real" database that I have tried to create, so
apologies if it sounds obvious. Any suggestions would be appreciated. May
not be necessary to describe in depth, a general pointer and I may be able
to find the rest in help.
I am trying to create a table of repeating tasks (called "T Repeating
Tasks") required to be performed for clients.
There will be no primary key in this table (probably not relevant to the
problem, but I mention it just in case).
I intend to use a form to input these tasks.
The list of possible clients for whom the tasks are to be performed is
contained in another table ("T Clients") within the same database.
There is a primary key (client reference) in the table "T Clients".
When creating a new record in "T Repeating Tasks" it seems sensible first to
identify the client to whom the task applies, and I would expect to do this
from a drop-down list of options derived from the "T Clients" table. I
would like to give the user the choice of dropping down the Client Reference
or Client Name. Whichever method the user adopts, I would like the other
corresponding field (reference or name) to be displayed in the form (as a
cross-check by inspection), although only the Client Reference would be
entered in the "T Repeating Tasks" table.
I have no idea how to go about this, although I have created more simple
forms. This is the first "real" database that I have tried to create, so
apologies if it sounds obvious. Any suggestions would be appreciated. May
not be necessary to describe in depth, a general pointer and I may be able
to find the rest in help.