![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
what they are saying is deptX wants tahoma9 fonts and in the tables number fields should not have a default. deptY wants tahoma8 and defaults of 0 deptZ wants arial9 and no defaults on number fields. the list goes on. how can I set this up as a default for each department? make a database with a table and a form and in a database named after the department? then what? |
#3
| |||
| |||
|
|
what they are saying is deptX wants tahoma9 fonts and in the tables number fields should not have a default. deptY wants tahoma8 and defaults of 0 deptZ wants arial9 and no defaults on number fields. the list goes on. how can I set this up as a default for each department? make a database with a table and a form and in a database named after the department? then what? |
#4
| |||
| |||
|
|
You cannot and should not change table design by department. Users should never be allowed to see tables anyway ... keep them hidden. The user interface is a front-end linked to the tables on a back-end. Since each user has his/her own front-end, they can customize it to their hearts content. While the tables should have defaults, at least for required fields, it isn't necessary to display the defaults in a form. |
#5
| |||
| |||
|
|
OK I talked to them about what both of you said. I asked what exactly they thought and why they wanted this. OK one department was saying that in the tables when they create a number field the default is 0 and they have to remove it from each number field. They then said the default form view has tahoma 8 font for all labels and text input fields and was too small for some users to read. my reply was the default is 0 is a default of microsoft and I know how to make a normal database file to set and then every database will not have it. BUT I do not know how to set 4 or 5 different normal files to whatever you are building at the time. on the tahoma 8 I was surprised when I went into tools/options and the only font setting is for querys...is that right? under forms/reports there is not a direct way to default it in the database...am I missing something. what I have is 2 departments all of a sudden after 15 years saying I can't read it...turn up the font size on your desktop. one woman has a 22 in widescreen monitor that will run 1600/1050 and hers is 1280/1024 because it looks better yep its a lot bigger so why do you want it even bigger. WELL I don't like wearing glasses they make me look old so I want it bigger. LADY you would look old no matter what you wore. so is there a way to make a template or normal db and call it no default_tahoma8 then let them start with this in one department and another baseline database called default_tahoma10 and then the database built off of this would be setup for what they want. On Thu, 19 May 2011 01:09:18 -0400, "Arvin Meyer" <arvinm (AT) invalid (DOT) org wrote: You cannot and should not change table design by department. Users should never be allowed to see tables anyway ... keep them hidden. The user interface is a front-end linked to the tables on a back-end. Since each user has his/her own front-end, they can customize it to their hearts content. While the tables should have defaults, at least for required fields, it isn't necessary to display the defaults in a form. |
#6
| |||
| |||
|
|
what they are saying is deptX wants tahoma9 fonts and in the tables number fields should not have a default. deptY wants tahoma8 and defaults of 0 deptZ wants arial9 and no defaults on number fields. the list goes on. how can I set this up as a default for each department? make a database with a table and a form and in a database named after the department? |
#7
| |||
| |||
|
|
sparks <spa... (AT) home (DOT) com> wrote innews:cd58t6hep5iipi6bg8nerehffq2tu4ogvj (AT) 4ax (DOT) com: what they are saying is deptX wants tahoma9 fonts and in the tables number fields should not have a default. deptY wants tahoma8 and defaults of 0 deptZ wants arial9 and no defaults on number fields. the list goes on. how can I set this up as a default for each department? make a database with a table and a form and in a database named after the department? The default for numeric fields should be NOTHING. The default of 0 that Access has used forever has always been a problem, and something I always have to remove when creating fields. Nulls are GOOD. The only reason you'd want 0 as the default was if the field is required. I would go with defaults of NULL for all numeric fields (i.e., no default at all), for all departments, because it's the correct database design. If for different purposes a department prefers a different default, then you can be hired to build them the appropriate forms with defaults for the controls on those forms that override the table defaults. |
#8
| |||
| |||
|
|
On May 21, 3:14Â*pm, "David-W-Fenton" <NoEm... (AT) SeeSignature (DOT) invalid wrote: sparks <spa... (AT) home (DOT) com> wrote innews:cd58t6hep5iipi6bg8nerehffq2tu4ogvj (AT) 4ax (DOT) com: what they are saying is deptX wants tahoma9 fonts and in the tables number fields should not have a default. deptY wants tahoma8 and defaults of 0 deptZ wants arial9 and no defaults on number fields. the list goes on. how can I set this up as a default for each department? make a database with a table and a form and in a database named after the department? The default for numeric fields should be NOTHING. The default of 0 that Access has used forever has always been a problem, and something I always have to remove when creating fields. Nulls are GOOD. The only reason you'd want 0 as the default was if the field is required. I would go with defaults of NULL for all numeric fields (i.e., no default at all), for all departments, because it's the correct database design. If for different purposes a department prefers a different default, then you can be hired to build them the appropriate forms with defaults for the controls on those forms that override the table defaults. I agree totally. In order to get the desired departmental defaults for non-numeric data, I might get the username and then use it to get their department joined to a table containing the desired departmental defaults instead of having separate forms, but either way should work fine. James A. Fortune CDMAPoster (AT) FortuneJames (DOT) com |
#9
| |||
| |||
|
|
After talking to them they are more against anything you said. I remember in access 97 saving out a default database with all numberic values in the table defaulting to missing instead of 0. I though it was called a template like word does the dot file. then I found this on microsoft A default database In Access 2007 and later, you can also create a default database, with the properties, objects, and configuration you want whenever you create a new (blank) database. http://allenbrowne.com/ser-43.html what I was thinking was make a default with what a department wants and call it dept.mbd or whatever. Most of these people use access 2003 so this information is not valid for them. again I rember you could do some things in 97 so I am sure it was also included in 2003 but I can't find any information on it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |