| Thread | Last Post | Replies |
|
| Filling a DB via a GUI? | 20 Jul 2005 20:57 GMT | 2 |
I am searching for a better way to keep track of employee payroll and statistics. I understand the concepts of DB design pretty well, building tables and queries, normalization, etc. However, I have a vision of how I would like this to work but I have no idea how to go about it ...
|
| relationships | 20 Jul 2005 20:00 GMT | 8 |
My database consists of 3 tables. All of them have Primary keys. They are linked but will not relate with referential integrity no matter what I do. I always get a message about not being able to enter new date into the "child" tables when I try to relate them. I have tried ...
|
| relationship design | 20 Jul 2005 16:33 GMT | 3 |
I have an orders and an order details table with a one to many relationship based on a work order ID. I also have a location information table that includes addresses; the location name is the primary key in this table. The Order details table lists the A location and Z location ...
|
| HOW TO INSERT DATE AUTOMATICALLY | 20 Jul 2005 08:06 GMT | 21 |
I have created a database to use for my invoicing. The date field always changes on past records to the current date. How can I set it to hold the date on each record that it was created on and not the current date?
|
| Validation Rules??? | 20 Jul 2005 05:36 GMT | 4 |
I am creating a database of names and telephone numbers etc. for my work and I can't seem to get one of my Validation rules to work. I am basically trying to make the database so that it is fool-proof. So in doing this I am trying to create a validation rule that prevents the ...
|
| Don't want to show the database anytime. | 20 Jul 2005 01:35 GMT | 4 |
I don't want to show the database anytime. I had uncheck the Display Database Window and the Use access special Keys. But when I print a form using an event procedure On Click, the database shows. The procedure is the one used for the command print a form.
|
| I want to create the dbase with cross ref lists | 19 Jul 2005 23:54 GMT | 4 |
I have a dbase with Case, Citation, Court, Summary, and some other fields. I also have a table of topics (categories for cross references). I want to be able to select any, and all, categories that may apply to a particular case. For instance, Alexander v. F.B.I. can fall into ...
|
| Adding new field to existing linked table | 19 Jul 2005 20:07 GMT | 4 |
I am making some modifications to an existing MS Access Application and need to add a new column (field) to a table in the database. Since the table is linked to other tables, I get a message saying "Can't save property changes for linked tables". I was under the impression ...
|
| New DB project | 19 Jul 2005 20:01 GMT | 2 |
I know that the DB design is one of the most important steps in creating a project, that is why I am asking for your help. I am novice at using Access, but I do have programming experience, mainly from COBOL. My new project. I am looking at creating a DB to track a sporting ...
|
| How can I keep a person from being assigned to a project twice | 19 Jul 2005 19:17 GMT | 6 |
I have 3 tables: People, Projects, People\Projects. Table People\Projects kepts track of the people assigned to a project. How can I keep a person from being assigned to a project twice.
|
| Input Percent field displays the same as typed in. | 19 Jul 2005 18:21 GMT | 1 |
When setting a format to "Percent" in the table defination any amount input is multiplied by 100 and a "%" symbol is added. e.g. If I enter 5.5 in the field the field will display 550%. I would like to enter the amount in the field as the actual percent amont 5.5% and have the ...
|
| set up a daily/weekly reservation database | 19 Jul 2005 15:47 GMT | 1 |
i own a small resort and am looking for assistance in making the reservation database easier to handle. i am using access XP. anyone know of an easy way to set up a nightly/weekly database? we currently enter in each day the person is staying, and using
|
| Change Row Color if Field Value=Yes | 19 Jul 2005 15:17 GMT | 11 |
I have a yes/no check box field. If the value = yes I would like to change the color of that particular row. Is there a way to accomplish this? Thank you.
|
| case insensitive keys | 19 Jul 2005 15:12 GMT | 2 |
I'm using Access 97. I have created a unique key including one text field. When I add a record with 'a' as this field's value I get an error message because of a duplicate value in the index. I already have a record with a capital 'A' which I have figured out to be the reason for ...
|
| Need technique to programatically update back end structure / relationships | 19 Jul 2005 11:27 GMT | 5 |
My application is deployed as a front-end / back-end Access 2000 application (on any Windows platforms using Win98 or higher) and is optionally packaged / distributed with Access 2000 Runtime (the CD version has the runtime library --- the download version does not).
|