Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

microsoft.public.access.tablesdbdesign | Forum profile

Forum profile page for microsoft.public.access.tablesdbdesign on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.access.tablesdbdesign, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... 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 "microsoft.public.access.tablesdbdesign" on the Message Board at http://www.microsoft.com/communities/newsgroups... 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.

Site: www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign - microsoft.public.access.tablesdbdesign (site profile, domain info microsoft.com)
Title: microsoft.public.access.tablesdbdesign
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 28 posts per thread
Forum activity: 32 active threads during last week
 

Posting activity on microsoft.public.access.tablesdbdesign:

  Week Month 3 Months
Threads: 32 111 321
Post: 66 262 883
 

microsoft.public.access.tablesdbdesign Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jeff Boyce
6
user's latest post:
How big a record size is too big...
Published (2009-11-24 09:25:00)
  Dennis Use Access HELP and check "specifications". I believe you'll find that the max record length in Access is 2K. That said, a record with that much data may result from a less-than-well-normalized table structure. If you'll describe more specifically what data you are trying to store in your table(s), folks here may be able to offer more specific suggestions. By the way, 10,000 records is a pittance...
KARL DEWEY
5
user's latest post:
How do I link one person to...
Published (2009-11-24 14:04:00)
  Use an Autonumber field as primary key field in the Contacts table. If the known contacts are only one way like employes to supervisor add a number - long integer field also as Supervisor. Then in the relations window add the Contacts table twice (Access will add a sufix, Contacts_1 to the second instance). Create a one-to-many from first table primary key field to the Supervisor field of the second (many employes can have the same...
John W. Vinson
4
user's latest post:
multivalued lookup columns in...
Published (2009-11-27 16:45:00)
  On Fri, 27 Nov 2009 15:15:01 -0800, janelegend <janelegend@discussions.microsoft.com> 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.
Tom van Stiphout
3
user's latest post:
changing info layout in...
Published (2009-11-26 12:05:00)
  On Thu, 26 Nov 2009 04:05:01 -0800, Bob Mansell <BobMansell@discussions.microsoft.com> wrote: Perhaps this will help: http://www.mvps.org/access/modules/mdl0004.htm -Tom. Microsoft Access MVP >This is the third time I've tried to post this but it never appears. > >I'm new to Access but have managed to compile a database that mostly suits >my needs. > >My one problem...
mary
3
user's latest post:
new db with 25 items w/...
Published (2009-11-26 19:17:00)
  Thank you John, This helps. I have re-look at my data, although I feel I'm not setting this up correctly. I will continue testing some more and hope to come up with a workable db soon. Thanks again. "John_G via AccessMonster.com" wrote: > Hi - > > From the example data you have shown it looks as if the 5 "items" all refer > to (or are properties of) the same thing...
Gina Whipp
3
user's latest post:
multivalued lookup columns in...
Published (2009-11-27 19:30:00)
  janelegend, Sounds like you are using a database in Access 2007 but in MDB format. If this is so then no you will not see that option. You would need to convert your database.
BruceM via AccessMonster.com
2
user's latest post:
Hiding zero values in report in...
Published (2009-11-18 08:55:00)
  It doesn't look like anything in my copy of Northwind (Access 2003). I don't see where you specified a criteria. You need something like this at the end: WHERE ([Quantity Purchased]-[Quantity Sold]) > 0 Was this query showing the correct data (other than showing 0 where you didn't want it)? Coco111 wrote: >Sorry I dont get it....in SQL see as below:- > >SELECT Products.ID AS [Product ID],...
Cheri Luoma
2
user's latest post:
Calculations in Access 2007...
Published (2009-11-19 13:50:00)
  I am creating a P/L in Access 2007 reports and have brought over all of my data and grouped and sorted by types with sum totals. I now want to take these totals and subtract one from the other but not sure how to do that. Any suggestions. I am really new at Access 2007 and if you could be really specific that would help. EggHeadCafe - Software Developer Portal of Choice Exchange UserCredential between client and webservice in.NET...
Scott_Brasted via AccessMonster.com
2
user's latest post:
new table from same data as...
Published (2009-11-20 10:50:00)
  I agree. I have been thinking about this since I sent the posting. I need to record the invoice, but I do not want duplicated data. Can I create a table that has a unique InvoiceID for each invoice and pointers to the data shown on the form and printed on the report? The form that has the command button to print the invoice is fporm with a subform. The form's control comes from a VB on_open event. The subform uses an SQL...
Bob H
2
user's latest post:
splitting a database, where...
Published (2009-11-21 09:45:00)
  Thanks for that, just to be sure, when you say 'use the import feature to link to tables on the server, in Access 2007, is that 'Link to the data source' option for tables. Thanks Tom van Stiphout wrote: > On Sat, 21 Nov 2009 16:25:38 +0000, Bob H <bob@despammer.com> wrote: > > I would first make a backup. > Then copy my db to the server. > Then on my...
 

Latest active threads on microsoft.public.access.tablesdbdesign::

www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 1 day, 4 hours ago (2009-11-28 08:20:00)  by tedmi
Take a look at the Northwind sample database that comes with Access. It has good examples of the structures you need for client - product - invoice data. -TedMi "StevePlym" <steveplym@tesco.net> wrote in message news:3oWPm.80367$2E.76910@newsfe20.ams2... >I have a very datab ase which lists my clients, addresses and other...
Thread:  Show this thread (2 posts)   Thread info: Invoicing database in microsoft.public.access.tablesdbdesign Size: 1,242 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Invoicing database in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 1 day, 19 hours ago (2009-11-27 16:45:00)  by John W. Vinson
On Fri, 27 Nov 2009 15:15:01 -0800, janelegend <janelegend@discussions.microsoft.com> 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, ...
Thread:  Show this thread (3 posts)   Thread info: multivalued lookup columns in microsoft.public.access.tablesdbdesign Size: 672 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: multivalued lookup columns in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 3 days, 18 hours ago (2009-11-25 18:10:00)  by John_G via AccessMonster.com
From the sounds of it, you are using the same table to store different type of data, and this is not usually a good setup. (This is particularly true if you are dealing with currency - you generally want to use the "Currency" data type. ). It is never good design when the type or meaning of data in one field is dependant on the value in ...
Thread:  Show this thread (5 posts)   Thread info: new db with 25 items w/ different types of amounts in
microsoft.public.access.tablesdbdesign Size: 2,004 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: new db with 25 items w/ different types of amounts in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 3 days ago (2009-11-26 12:05:00)  by Tom van Stiphout
On Thu, 26 Nov 2009 04:05:01 -0800, Bob Mansell <BobMansell@discussions.microsoft.com> wrote: Perhaps this will help: http://www.mvps.org/access/modules/mdl0004.htm -Tom. Microsoft Access MVP >This is the third time I've tried to post this but it never appears. > >I'm new to Access but have ...
Thread:  Show this thread (2 posts)   Thread info: changing info layout in microsoft.public.access.tablesdbdesign Size: 1,376 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: changing info layout in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 3 days, 1 hour ago (2009-11-26 11:35:00)  by Steve
How about the following tables ........ TblProcedure ProcedureID Procedure TblObserver ObserverID FirstName LastName etc TblLocation LocationID Location TblObservation ObservationID ObservationDate ObserverID TblLocationObservation ...
Thread:  Show this thread (2 posts)   Thread info: Setting up Observation Database in microsoft.public.access.tablesdbdesign Size: 3,991 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Setting up Observation Database in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 3 days, 1 hour ago (2009-11-26 11:10:00)  by Monkey Butler
On Nov 25, 1:55 pm, Hutch <Hu...@discussions.microsoft.com> wrote: > I've created a simple CRM database suing Access 2007 on our companies share > drive.  We have a small office with only 5 people using the database. > > Is it possible to collect from data off line while visiting a client and > sync to the database when I'm back in the...
Thread:  Show this thread (2 posts)   Thread info: Collecting form data offline in microsoft.public.access.tablesdbdesign Size: 1,250 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Collecting form data offline in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 5 days, 3 hours ago (2009-11-24 09:25:00)  by Jeff Boyce
Dennis Use Access HELP and check "specifications". I believe you'll find that the max record length in Access is 2K. That said, a record with that much data may result from a less-than-well-normalized table structure. If you'll describe more specifically what data you are trying to store in your table(s), ...
Thread:  Show this thread (7 posts)   Thread info: How big a record size is too big from a performance standpoint? in
microsoft.public.access.tablesdbdesign Size: 1,106 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How big a record size is too big from a performance standpoint? in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.tablesdbdesign
Started 5 days, 1 hour ago (2009-11-24 10:42:00)  by KARL DEWEY
Record numbers you see at the bottom of the display are 'relative' only. Access stores records like a barrel of bricks, all in a jumble. You have to sort the records in a query, form, or report. But you can use a field with an Autonumber to number records. The numbers may not be continous without gaps but will be a unique value.
Thread:  Show this thread (3 posts)   Thread info: want to save the record number in a field in
microsoft.public.access.tablesdbdesign Size: 581 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: want to save the record number in a field in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
 

Hot threads for last week on microsoft.public.access.tablesdbdesign::

microsoft.public.access.tablesdbdesign
Started 5 days, 3 hours ago (2009-11-24 09:25:00)  by Jeff Boyce
Dennis Use Access HELP and check "specifications". I believe you'll find that the max record length in Access is 2K. That said, a record with that much data may result from a less-than-well-normalized table structure. If you'll describe more specifically what data you are trying to store in your table(s), ...
Thread:  Show this thread (7 posts)   Thread info: How big a record size is too big from a performance standpoint? in
microsoft.public.access.tablesdbdesign Size: 1,106 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How big a record size is too big from a performance standpoint? in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 3 days, 18 hours ago (2009-11-25 18:10:00)  by John_G via AccessMonster.com
From the sounds of it, you are using the same table to store different type of data, and this is not usually a good setup. (This is particularly true if you are dealing with currency - you generally want to use the "Currency" data type. ). It is never good design when the type or meaning of data in one field is dependant on the value in ...
Thread:  Show this thread (5 posts)   Thread info: new db with 25 items w/ different types of amounts in
microsoft.public.access.tablesdbdesign Size: 2,004 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: new db with 25 items w/ different types of amounts in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 1 week, 1 day ago (2009-11-21 09:25:00)  by Tom van Stiphout
On Sat, 21 Nov 2009 16:25:38 +0000, Bob H <bob@despammer.com> wrote: I would first make a backup. Then copy my db to the server. Then on my workstation's version delete all the tables. Then use the Import feature to link to the tables on the server. Then on the server remove all objects but the tables. Done. -Tom....
Thread:  Show this thread (4 posts)   Thread info: splitting a database, where question in
microsoft.public.access.tablesdbdesign Size: 1,278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: splitting a database, where question in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 4 days, 22 hours ago (2009-11-24 14:04:00)  by KARL DEWEY
Use an Autonumber field as primary key field in the Contacts table. If the known contacts are only one way like employes to supervisor add a number - long integer field also as Supervisor. Then in the relations window add the Contacts table twice (Access will add a sufix, Contacts_1 to the second instance). Create a one-to-...
Thread:  Show this thread (4 posts)   Thread info: How do I link one person to another in the same table? in
microsoft.public.access.tablesdbdesign Size: 1,399 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How do I link one person to another in the same table? in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 6 days ago (2009-11-23 12:23:00)  by KARL DEWEY
Access stores records like a barrel of brick - just a jumble, no set order. Do not view records at the table level but use a query, form or report. These can be sorted in any manner that you need to display.
Thread:  Show this thread (3 posts)   Thread info: Records in Listbox Identified in Reverse Order in
microsoft.public.access.tablesdbdesign Size: 444 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Records in Listbox Identified in Reverse Order in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 6 days, 7 hours ago (2009-11-23 04:45:00)  by Jeff Boyce
Jason A common approach to migrating 'flat' Excel data into relational tables is to first link to (or import) the Excel data as "raw". Then create "normalizing" queries that distribute the raw data appropriately among the tables. You can run these queries individually, or bundle them together using code or a macro....
Thread:  Show this thread (3 posts)   Thread info: Database Schema help in microsoft.public.access.tablesdbdesign Size: 642 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Database Schema help in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 5 days, 1 hour ago (2009-11-24 10:42:00)  by KARL DEWEY
Record numbers you see at the bottom of the display are 'relative' only. Access stores records like a barrel of bricks, all in a jumble. You have to sort the records in a query, form, or report. But you can use a field with an Autonumber to number records. The numbers may not be continous without gaps but will be a unique value.
Thread:  Show this thread (3 posts)   Thread info: want to save the record number in a field in
microsoft.public.access.tablesdbdesign Size: 581 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: want to save the record number in a field in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 1 day, 19 hours ago (2009-11-27 16:45:00)  by John W. Vinson
On Fri, 27 Nov 2009 15:15:01 -0800, janelegend <janelegend@discussions.microsoft.com> 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, ...
Thread:  Show this thread (3 posts)   Thread info: multivalued lookup columns in microsoft.public.access.tablesdbdesign Size: 672 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: multivalued lookup columns in microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 1 week, 2 days ago (2009-11-20 09:15:00)  by Jeff Boyce
Wouldn't that entail duplicating the data you already have? If you are able to generate a report, the data has to be coming from somewhere. No, not from the form, because the form is just a window on the underlying data, which, in Access, is stored in tables. If you take a look at the data source for the form, it will either ...
Thread:  Show this thread (3 posts)   Thread info: new table from same data as report in
microsoft.public.access.tablesdbdesign Size: 981 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: new table from same data as report in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."
microsoft.public.access.tablesdbdesign
Started 5 days, 22 hours ago (2009-11-23 14:37:00)  by Fred
A good way to impress people about you being great folks to do business with & who will follow good business practices is to violate and abuse this forum by putting spam into it. So they can respond by getting you and your phone number blacklisted.
Thread:  Show this thread (2 posts)   Thread info: Classification and the role of special tape in
microsoft.public.access.tablesdbdesign Size: 621 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Classification and the role of special tape in
microsoft.public.access.tablesdbdesign :: microsoft.public.access.tablesdbdesign :: www.microsoft.com/communities/newsgroups/list/en-u..."