I have (sort of) built a database and I think worked out the normalization issues. Its for a county council and is designed to keep track of the contracts they have going for projects. Two departments work on the database, the department that keeps up with the contractor (who they are, what they do, who the project manager is, dates, etc.) and the finance department who keeps up with payments, outstanding balances etc. The two departments were having problems communicating what had been done etc. .>>Enter database. I have a created forms for both departments, but I want the finance departments form to work like this:
Finance person enters the serial number of the contract (which is my primary key and foreign key) Form then auto populates some of the information previously entered into another form by the contracts department (and a different table, in case that is important) and then the finance person can carry on inputting their information about the payments.
So my questions are as follows:
1) how do I format the first field (the serial number field) to look up the serial number to a) make sure it is already in put and if it is to b)auto populate information already associate with that serial number?
2) If the serial number has not already been entered in the contracts form, I don't want the finance person to be able to enter any payment information about it (I want them to have to talk to the contracts department)
I don't know anything about code or..really about anything to do with access so I would appreciate really detailed and simple answers if possible!
Thanks in advance!
Finance person enters the serial number of the contract (which is my primary key and foreign key) Form then auto populates some of the information previously entered into another form by the contracts department (and a different table, in case that is important) and then the finance person can carry on inputting their information about the payments.
So my questions are as follows:
1) how do I format the first field (the serial number field) to look up the serial number to a) make sure it is already in put and if it is to b)auto populate information already associate with that serial number?
2) If the serial number has not already been entered in the contracts form, I don't want the finance person to be able to enter any payment information about it (I want them to have to talk to the contracts department)
I don't know anything about code or..really about anything to do with access so I would appreciate really detailed and simple answers if possible!
Thanks in advance!