J
justin
Hello, I'm a new Access user. I'm working with 2003 if
that helps. Anyway, I'm trying to create a database to
keep track of the various contracts that come in and out
of our office. Currently what I've created is a form where
the user selects the type of contract they are entering,
(eg: lease, grant, IGA<50k, IGA>50k, etc... there are 12
contract types total) using option buttons. Each option
button runs a macro which opens up a table. I've created
12 different tables. One for each type of contract.
My first question would be: Is this the right approach?
I've never used this program before, so all this has been
created by trial and error. Would there be an easier way
to store all the data for the different contract types?
If I've set up my database fine thus far, then I have
another dilema. The contracts need to be sent to different
people to be signed before the contract starts. So, we
also need this database to search through all the
contracts and return a list of the contracts which haven't
been completed.
To try to do this, in each contract table, we've created a
Yes/No field for completion. Thinking that we can somehow
get Access to search this field for each table, and return
only those where the field is no. Is this possible? If so,
how? Thank you in advance for any help or suggestions.
that helps. Anyway, I'm trying to create a database to
keep track of the various contracts that come in and out
of our office. Currently what I've created is a form where
the user selects the type of contract they are entering,
(eg: lease, grant, IGA<50k, IGA>50k, etc... there are 12
contract types total) using option buttons. Each option
button runs a macro which opens up a table. I've created
12 different tables. One for each type of contract.
My first question would be: Is this the right approach?
I've never used this program before, so all this has been
created by trial and error. Would there be an easier way
to store all the data for the different contract types?
If I've set up my database fine thus far, then I have
another dilema. The contracts need to be sent to different
people to be signed before the contract starts. So, we
also need this database to search through all the
contracts and return a list of the contracts which haven't
been completed.
To try to do this, in each contract table, we've created a
Yes/No field for completion. Thinking that we can somehow
get Access to search this field for each table, and return
only those where the field is no. Is this possible? If so,
how? Thank you in advance for any help or suggestions.