Hi,
I work for a city Senior Citizens Program and I’m creating a new database to replace and old database and several separate and outdated processes (pen and paper) work processes. Many of the users are not very computer savvy as they are seniors who volunteer.
My idea is to have the tables and the forms, etc in separate files on a network share and use Data Access Pages with disconnected recordsets for the forms. Due to budget restrictions, there are only 3 copies of Access, but 7 users.
There are separate tables for tracking: Basic info (name, address, etc), membership, activities participation, and transportation. All of the tables will be one-to-many relationships based on the ClientID (primary key in the Info table). Most of the reporting will be exported to Excel.
Question: Is it possible to set it up this way? It’s basically a Star configuration and I haven’t found any examples like this in my research.
All of the forms (single view) will use a combobox on the client last name. When a form opens, the field is blank. When the user starts typing the last name it auto completes and populates some of the other fields, then moves to the next field to enter data.
How do I accomplish the autocomplete and have the combobox drop down when there is more than one match on the last name so the user can use the arrow keys and spacebar to select the client? I had figured out part of the SQL statement, but it was in a file that was overwritten.
I’m actually a driver and scheduler, so my time for creating this is very limited. If I can get assistance with these, I can take care of the rest. Any help is greatly appreciated.
Jim
I work for a city Senior Citizens Program and I’m creating a new database to replace and old database and several separate and outdated processes (pen and paper) work processes. Many of the users are not very computer savvy as they are seniors who volunteer.
My idea is to have the tables and the forms, etc in separate files on a network share and use Data Access Pages with disconnected recordsets for the forms. Due to budget restrictions, there are only 3 copies of Access, but 7 users.
There are separate tables for tracking: Basic info (name, address, etc), membership, activities participation, and transportation. All of the tables will be one-to-many relationships based on the ClientID (primary key in the Info table). Most of the reporting will be exported to Excel.
Question: Is it possible to set it up this way? It’s basically a Star configuration and I haven’t found any examples like this in my research.
All of the forms (single view) will use a combobox on the client last name. When a form opens, the field is blank. When the user starts typing the last name it auto completes and populates some of the other fields, then moves to the next field to enter data.
How do I accomplish the autocomplete and have the combobox drop down when there is more than one match on the last name so the user can use the arrow keys and spacebar to select the client? I had figured out part of the SQL statement, but it was in a file that was overwritten.
I’m actually a driver and scheduler, so my time for creating this is very limited. If I can get assistance with these, I can take care of the rest. Any help is greatly appreciated.
Jim
Comment