Hi
I've just built my first Access database for a work project and now I have my sights set on something higher!
Before I begin building the dbase though I wanted to know if the following was possible, and a brief indicator of what it would require, i.e. VBA code etc and level of difficulty.
First a brief overview of what I'm trying to achieve. I have about 100 clients who every month need their management accounts manually checked by an admin assistant who reviews their turnover, net worth etc. If they drop below a certain level, then their financial covenant is breached. So I just want a form that is filled in for their turnover etc for that month and then behind the scenes Access can then compare this to the clients standing data to see whether a covenant has been breached. I then want managers to be able to generate a report that details all clients, and which covenants are breached. So thats the dream....!
To that extent, is it possible....
a) To produce a report based on information entered into a form. eg. In a form, simply type in a client number, and then hit a command button that generates a report compiled for that one client from several different tables. I can't see how this is done yet - just a brief pointer in the right direction would be nice so I can then research how its done.
b) If I set user level security, is it possible to have say several fields in a table, but only one that can be edited by a manager (i.e. date, client etc filled in by operator but then approved can only be ticked by a Manager?)
c) Schedule Access to email a report once a month to managers that will list all outstanding data for a particular client for that month?
d) Draw data from a table so that appears in a form once one field has been filled in. I.e. Once client number is typed in, it will show all the standing data for that client from the table client details, and then the rest of the form can be completed which will fill in another table, monthly covenants. I have experimented with dlookup - I'm not sure whether this is the correct route, or whether subforms is a better bet. Any ideas?
Many thanks for any help you can give me, it would be a big help.
Brian
I've just built my first Access database for a work project and now I have my sights set on something higher!
Before I begin building the dbase though I wanted to know if the following was possible, and a brief indicator of what it would require, i.e. VBA code etc and level of difficulty.
First a brief overview of what I'm trying to achieve. I have about 100 clients who every month need their management accounts manually checked by an admin assistant who reviews their turnover, net worth etc. If they drop below a certain level, then their financial covenant is breached. So I just want a form that is filled in for their turnover etc for that month and then behind the scenes Access can then compare this to the clients standing data to see whether a covenant has been breached. I then want managers to be able to generate a report that details all clients, and which covenants are breached. So thats the dream....!
To that extent, is it possible....
a) To produce a report based on information entered into a form. eg. In a form, simply type in a client number, and then hit a command button that generates a report compiled for that one client from several different tables. I can't see how this is done yet - just a brief pointer in the right direction would be nice so I can then research how its done.
b) If I set user level security, is it possible to have say several fields in a table, but only one that can be edited by a manager (i.e. date, client etc filled in by operator but then approved can only be ticked by a Manager?)
c) Schedule Access to email a report once a month to managers that will list all outstanding data for a particular client for that month?
d) Draw data from a table so that appears in a form once one field has been filled in. I.e. Once client number is typed in, it will show all the standing data for that client from the table client details, and then the rest of the form can be completed which will fill in another table, monthly covenants. I have experimented with dlookup - I'm not sure whether this is the correct route, or whether subforms is a better bet. Any ideas?
Many thanks for any help you can give me, it would be a big help.
Brian