|
More site info...
Database Design | Forum profile
|
|
Forum profile page for Database Design on http://www.officefrustration.com.
This report page is the aggregated overview from a single forum: Database Design, located on the Message Board at http://www.officefrustration.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Database Design" on the Message Board at http://www.officefrustration.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Database Design:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
46
|
171
|
546
|
|
Post:
|
118
|
489
|
1,646
|
|
|
Database Design Posting activity graph:
|
Top authors during last week:
user's latest post:
How can I set one field to...
Published (2009-12-03 19:24:00)
On Fri, 4 Dec 2009 08:07:01 -0800, Terri (donotspam) wrote: OK here goes, hope this is clear I am wanting to set up a database where info is selected in one field and then multiple fields are populated. EG entering username from drop down list automatically fills in Name, Dept and Ext so save looking all those up each time. In excel I would use the lookup function and put formulae in each cell. Is this possible in access? Any help greatly...
user's latest post:
Relationship Question
Published (2009-12-03 17:35:00)
Steve, FK = Foreign Key. When you relate a Primary Key to a field, that field is referred to as a Foreign Key. -- Gina Whipp "I feel I have been denied critical, need to know, information!" - Tremors II http://www.regina-whipp.com/index_files/TipList.htm "Steve Haack" wrote in message ... Gina, Can you tell me what you mean by FK? "Gina Whipp" wrote: Steve, Ummm, do you get a message? What...
Gina Whipp external usenet poster
6
user's latest post:
Setting up Observation Database...
Published (2009-12-01 16:15:00)
smile -- Gina Whipp "I feel I have been denied critical, need to know, information!" - Tremors II http://www.regina-whipp.com/index_files/TipList.htm "Keith Wilby" wrote in message ... "Gina Whipp" wrote in message ... You are looking for a reason to argue and I was simply answering a post. Don't try to engage in a battle of wits with an un-armed opponent.
user's latest post:
"Rewrite" an...
Published (2009-12-02 21:39:00)
In a very simplified way, your existing tables presumably look something like: TblCustomer CustomerID FistName LastName TblRentalItem RentalItemID RentalItem RentalItemPrice TblRental RentalID RentalDate CustomerID TblRentalDetail RentalDetailID RentalID RentalItemID Invoices are then created from the four tables. Rental Price is gotten from RentalItemPrice in TblRentalItem. In your new system, you need to add a new field, RentalPrice, to...
user's latest post:
How do I create a form with...
Published (2009-12-03 17:07:00)
How is this a "tablesdbdesign" question? You'd probably get a lot more response if you posted in a forms-related newsgroup... Regards Jeff Boyce Microsoft Access MVP -- Disclaimer: This author may have received products and services mentioned in this post. Mention and/or description of a product or service herein does not constitute endorsement thereof. Any code or pseudocode included in this post is offered...
user's latest post:
Asset tracking design problem...
Published (2009-12-03 19:48:00)
perhaps I need a junction table between the staff and the kit Yep! AssetIssue -- AssetIssueID - autonumber - primary key AssetID - Number - Long Integer - foreign key StaffID - Number - Long Integer - foreign key DateOut - DateTime - Default - Now() DateIn - DateTime EstReturn - DateTime IssueBy - Number - Long Integer - foreign key Create one-to-many relationships between Staff and AssetIssue & Asset and AssetIssue, selecting...
user's latest post:
Relationship Question
Published (2009-12-03 15:17:00)
Gina, Can you tell me what you mean by FK? "Gina Whipp" wrote: Steve, Ummm, do you get a message? What happens when you try? I'm going to make a suggestion here... I would have set up the table differently... tblPeople pPeopleID (PK - Autonumber) pBadgeID (Set to no duplicates but I can change when I like) tblEvents eEventID (PK) eDirector (FK-linked to pPeopleID) eManager (FK-linked to pPeopleID) The above way allows...
user's latest post:
Brain Cramp Db design - Page 3 -...
Published (2009-12-02 03:22:00)
"Steve" wrote: I would like to offer to help you. I provide fee-based basic help with Access, Excel and Word applications. Let me design and create your database for you. My fee would be very modest. If interested, contact me. Go away. We don't want you here. Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog -...
user's latest post:
"Rewrite" an...
Published (2009-12-03 15:04:00)
This is a rare casse where I disagree with the other respondents. An invoice is an entity, and, roughly speaking, a one time event. At the time of the event it is derived from other data, but, after that, the result becomes an entity. Like taking a photograph of an event ....at that moment, it is "derived" from the scene, but then the photograph becomes and entity to be stored. You can't "re-derive" it...
user's latest post:
new db with 25 items w/...
Published (2009-11-26 04:46:00)
Thank you John, It is really a small db and should be simple, but I haven't had much experience setting up a db and appreciate an help you can give me. The amount values that will be entered into the db are the totals for the year (going forward we might include quarters, but for now it's just yearly totals). Type Item 2009 2008 2007 Average N Num. attend 234 210 198 214 N Total hours 10.25 20.45 17.65 16.12 P % completed 0.101%...
|
|
|
|
Latest active threads on Database Design::
Started 3 days, 4 hours ago (2009-12-02 20:28:00)
by ffulmer via AccessMonster.com
Hi,
I would like to ask advice on updating, rewriting an application database
file.
I created an application (1 file accde includes tables) that keeps track of
the works of a rental shop.
It consist of tables where different data is stored and it has forms where a
user can input data then
it has queries that calculate rental prices and finally it has reports that
print invoices.
It ...
Started 3 days, 5 hours ago (2009-12-02 19:48:00)
by KARL DEWEY
perhaps I need a junction table between the staff and the kit
Yep!
AssetIssue --
AssetIssueID - autonumber - primary key
AssetID - Number - Long Integer - foreign key
StaffID - Number - Long Integer - foreign key
DateOut - DateTime - Default - Now()
DateIn - DateTime
EstReturn - DateTime
IssueBy - Number - Long Integer - foreign key
Create one-to-many relationships between Staff ...
Started 2 days, 8 hours ago (2009-12-03 17:18:00)
by KARL DEWEY
No need to populate all those fields in a second table. Just enter EmployeeID
using a combo sourced from Employee table and join the Employee table in your
query that feeds the form.
--
Build a little, test a little.
"Terri" wrote:
OK here goes, hope this is clear
I am wanting to set up a database where info is selected in one field and
then multiple fields are ...
Started 3 days, 20 hours ago (2009-12-02 04:53:00)
by Gina Whipp
Steve,
Ummm, do you get a message? What happens when you try?
I'm going to make a suggestion here... I would have set up the table
differently...
tblPeople
pPeopleID (PK - Autonumber)
pBadgeID (Set to no duplicates but I can change when I like)
tblEvents
eEventID (PK)
eDirector (FK-linked to pPeopleID)
eManager (FK-linked to pPeopleID)
The above way allows you to set ...
Started 2 days, 8 hours ago (2009-12-03 17:07:00)
by Jeff Boyce
How is this a "tablesdbdesign" question? You'd probably get a lot more
response if you posted in a forms-related newsgroup...
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode...
Started 2 days, 23 hours ago (2009-12-03 01:30:00)
by John W. Vinson
On Thu, 3 Dec 2009 16:01:01 -0800, Colin Penman Colin
Started 3 days, 13 hours ago (2009-12-02 12:20:00)
by Keith Wilby
"DavidG" wrote in message
...
Hi,
I'm building a database of horse racing information. One of the fields
I'm
considering as a Key field is Date - RaceDate. One date has many races.
Is
a Date field a wise choice as either a primary or part of a composite?
It seems to be a natural choice in this situation, but I've heard some
awkward stuff regarding the use of dates. Is...
Started 4 days, 8 hours ago (2009-12-01 17:17:00)
by Keith Wilby
"freddy" wrote in message
...
I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting
installed
software. I have the script writing to an excel file, which is ok for now.
I
would like to use Access 2003 but my problem is ...
Started 3 days, 2 hours ago (2009-12-02 23:05:00)
by Anthony[_8_]
I am currently attempting to consilidate information from several
different areas (personal information, licensing, weapons, physical
fitness, Professional development schooling, unit training classes,
etc) for my Military Police Unit. The purpose of this database will
be to be able to access information quickly in the form of reports
which can be printed on a moment's notice to print ...
|
|
Hot threads for last week on Database Design::
Started 1 week, 2 days ago (2009-11-26 20:01:00)
by Steve[_77_]
How about the following tables ........
TblProcedure
ProcedureID
Procedure
TblObserver
ObserverID
FirstName
LastName
etc
TblLocation
LocationID
Location
TblObservation
ObservationID
ObservationDate
ObserverID
TblLocationObservation
LocationObservationID
ObservationID
LocationID
ProcedureID
LocationObservation (Number data Type. 1 = "Safe" and 2 = "At-Risk")
...
Started 4 days, 8 hours ago (2009-12-01 17:17:00)
by Keith Wilby
"freddy" wrote in message
...
I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting
installed
software. I have the script writing to an excel file, which is ok for now.
I
would like to use Access 2003 but my problem is ...
Started 3 days, 20 hours ago (2009-12-02 04:53:00)
by Gina Whipp
Steve,
Ummm, do you get a message? What happens when you try?
I'm going to make a suggestion here... I would have set up the table
differently...
tblPeople
pPeopleID (PK - Autonumber)
pBadgeID (Set to no duplicates but I can change when I like)
tblEvents
eEventID (PK)
eDirector (FK-linked to pPeopleID)
eManager (FK-linked to pPeopleID)
The above way allows you to set ...
Started 4 days, 7 hours ago (2009-12-01 17:57:00)
by Jeff Boyce
see comments in-line below...
"BABs" wrote in message
...
I am building a new db from excel spreadsheets.
Risky. Spreadsheets are rarely well-normalized, and Access is optimized for
relational/well-normalized data.
One spreadsheet has gauge
information: (each row/record is a different gauge)
gauge serial number - calibration date - load range - location
The second ...
Started 3 days, 4 hours ago (2009-12-02 20:28:00)
by ffulmer via AccessMonster.com
Hi,
I would like to ask advice on updating, rewriting an application database
file.
I created an application (1 file accde includes tables) that keeps track of
the works of a rental shop.
It consist of tables where different data is stored and it has forms where a
user can input data then
it has queries that calculate rental prices and finally it has reports that
print invoices.
It ...
Started 6 days, 4 hours ago (2009-11-29 21:16:00)
by Tony Toews [MVP]
"spero" u56537@uwe wrote:
I have been working with MS Access for about five years. I have been able to
grow my solutions from a simple mdb with a couple of hundred records to adp
with sql backend with a couple of hundred thousand records. I always had a
controlled audience and all my users have MS office but I am seeing myself
coming to a crossroad. I am thinking of another project to a...
Started 2 days, 23 hours ago (2009-12-03 01:30:00)
by John W. Vinson
On Thu, 3 Dec 2009 16:01:01 -0800, Colin Penman Colin
Started 1 week, 1 day ago (2009-11-28 01:10:00)
by John W. Vinson
On Fri, 27 Nov 2009 15:15:01 -0800, janelegend
wrote:
The "Do you want to store multiple values for this lookup?" option does not
come up when I try to create a lookup column. Any ideas? Thanks.
Since neither multivalue fields nor lookup fields are well designed or even
necessary, I'd simply avoid the problem by never using either misfeature.
--
John W. Vinson [...
Started 3 days, 5 hours ago (2009-12-02 19:48:00)
by KARL DEWEY
perhaps I need a junction table between the staff and the kit
Yep!
AssetIssue --
AssetIssueID - autonumber - primary key
AssetID - Number - Long Integer - foreign key
StaffID - Number - Long Integer - foreign key
DateOut - DateTime - Default - Now()
DateIn - DateTime
EstReturn - DateTime
IssueBy - Number - Long Integer - foreign key
Create one-to-many relationships between Staff ...
Started 3 days, 13 hours ago (2009-12-02 12:20:00)
by Keith Wilby
"DavidG" wrote in message
...
Hi,
I'm building a database of horse racing information. One of the fields
I'm
considering as a Key field is Date - RaceDate. One date has many races.
Is
a Date field a wise choice as either a primary or part of a composite?
It seems to be a natural choice in this situation, but I've heard some
awkward stuff regarding the use of dates. Is...
|
|