Hey everybody,
This is my first post so, hi everyone
Background to project:
I'm trying to set together a database which is supposed to function as a storage database and which should be able to produce a monthly overview in excel. More specificly, what I want stored in the database is i) user-created rules (e.g. 'x=1<6', '1<x>100' etc.) which the user, through a form, can test against a self-input number (e.g. does x fulfill the rules if its '1') and ii) logs if a user changes a rule after creation (which they should be able to do) or, if the formula is a bit more advanced (if 'x<10 then y = 0,5 or x>10 then y = 0,4'), log if y changes.
X would also be required after a certain amount of time (which differs depending on what the users have choosen when they make the rule and which rule its refering to, as it can be multiple rules). So a user should be able to open a form and see what rules has to be tested against in a given timeframe. Oh, and every rule adhere to a certain object.
So it goes something like this:
ID of object-> User create rule(s) -> User input numbers which are checked against the rules -> program stores everything.
If anyones familiar with economy, its basicly a program for checking if a financial covenant is what its supposed to be. If not, then change in margin or whatever.
The questions:
Thanks in advance guys and girls!
D
This is my first post so, hi everyone

Background to project:
I'm trying to set together a database which is supposed to function as a storage database and which should be able to produce a monthly overview in excel. More specificly, what I want stored in the database is i) user-created rules (e.g. 'x=1<6', '1<x>100' etc.) which the user, through a form, can test against a self-input number (e.g. does x fulfill the rules if its '1') and ii) logs if a user changes a rule after creation (which they should be able to do) or, if the formula is a bit more advanced (if 'x<10 then y = 0,5 or x>10 then y = 0,4'), log if y changes.
X would also be required after a certain amount of time (which differs depending on what the users have choosen when they make the rule and which rule its refering to, as it can be multiple rules). So a user should be able to open a form and see what rules has to be tested against in a given timeframe. Oh, and every rule adhere to a certain object.
So it goes something like this:
ID of object-> User create rule(s) -> User input numbers which are checked against the rules -> program stores everything.
If anyones familiar with economy, its basicly a program for checking if a financial covenant is what its supposed to be. If not, then change in margin or whatever.
The questions:
- I'm wondering if I should create a different table for every object (company) rules or if I should store them together?
- Can it be done (I know it can be done, but if your modern at access, is it to big a task)?
- Really anything else you can come up with; e.g. good books, existing access databases which does the same, what to think about etc.
Thanks in advance guys and girls!
D