cortextual
Technical User
I am a fairly new access user and I have been tasked with debugging and restructuring an existing database for my small company. There is one main issue that I have been unable to resolve and I was hoping someone could suggest a strategy to handle it.
The purpose of the database is to store information for each of our clients, including the company info, the products they subscribe to, and their billing information. Then the database is used to determine who to bill each month and to make the invoices.
The overall issue is that the user has to re-enter the same information every time they open the next form or run a query from a form. For example when we add a new client to the database, the user will go through multiple forms for the same company and each time they open a new form they have to re-select the company. A variant of this issue is that when they run a query through a command button on a form they are asked to re-enter parameters that are already filled out in the form.
I've been looking at forums and have found a few suggestions, but nothing seems to work consistently. I've been trying things like setting the where conditions in openform macros or setting the last entered record to default, but I think I need a more system-wide solution if possible.
I'm a bit stuck on where to go from here, so any suggestions are welcome! I can provide more information about the database as well.
The purpose of the database is to store information for each of our clients, including the company info, the products they subscribe to, and their billing information. Then the database is used to determine who to bill each month and to make the invoices.
The overall issue is that the user has to re-enter the same information every time they open the next form or run a query from a form. For example when we add a new client to the database, the user will go through multiple forms for the same company and each time they open a new form they have to re-select the company. A variant of this issue is that when they run a query through a command button on a form they are asked to re-enter parameters that are already filled out in the form.
I've been looking at forums and have found a few suggestions, but nothing seems to work consistently. I've been trying things like setting the where conditions in openform macros or setting the last entered record to default, but I think I need a more system-wide solution if possible.
I'm a bit stuck on where to go from here, so any suggestions are welcome! I can provide more information about the database as well.