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... 

Tables | Forum profile

Forum profile page for Tables on http://www.access-programmers.co.uk. This report page is the aggregated overview from a single forum: Tables, located on the Message Board at http://www.access-programmers.co.uk. 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 "Tables" on the Message Board at http://www.access-programmers.co.uk 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: Access World Forums - Tables (site profile, domain info access-programmers.co.uk)
Title: Tables
Url: http://www.access-programmers.co.uk/forums/foru...
Users activity: 4 posts per thread
Forum activity: 55 active threads during last week
 

Posting activity on Tables:

  Week Month 3 Months
Threads: 55 144 383
Post: 239 597 1,537
 

Tables Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ions
17
user's latest post:
Index Message
Published (2009-11-06 07:15:00)
Thanks Gemma. Good answers.
namliam
14
user's latest post:
Date or Text field? - Page 2 -...
Published (2009-11-06 03:48:00)
Quote: Originally Posted by Brianwarnock Careful of your bloodpressure Namliam. Nothing wrong with my bp... but thank you for the concern Quote: Originally Posted by Brianwarnock Your posts implied that he should have a real date in his data, I say he does not need one,.... I asked how it was to be run but did not get an answer. And this is the problem now a days with many people. 1) Not answering questions (in full) 2) Not listening to...
boblarson
14
user's latest post:
Calculation Column
Published (2009-11-05 13:25:00)
You can however do: Code: SELECT IIf([col2]=0,0,[col1]/[col2]) AS Calculation FROM Table1;
gemma-the-husky
13
user's latest post:
S.O.S:Export Table to Text with...
Published (2009-11-06 06:58:00)
you may find it hard getting the delimited data via a report. A report is designed to look like printed report - not a csv. the thing is that exporting a csv produces a csv, either with or without a header row. Having additional data in the csv file just stops it being a csv. you could either add todays date into an extra column in the query, or save the date in the file name the same thing with the footer. the row count is obvious from the...
Brianwarnock
12
user's latest post:
Date or Text field? - Page 2 -...
Published (2009-11-06 03:54:00)
Quote: Originally Posted by namliam And this is the problem now a days with many people. 1) Not answering questions (in full) 2) Not listening to advice given 3) Oh well, it must be me Nope I think that we are all finding that more and more often, also some adopt an abrasive style, Genesis springs to mind, I just bail out but some of you younger members have more staying power. Brian
aftabn10
10
user's latest post:
Calculation Column
Published (2009-11-06 02:02:00)
thanks namliam.
davesmith202
9
user's latest post:
Date or Text field? - Page 2 -...
Published (2009-11-05 09:10:00)
You were right Brian, got it working. But think I should add 3 instead, to take it into 4 months. Clever solution and mucho thanks.
genesis
8
user's latest post:
Index Message
Published (2009-11-05 19:41:00)
i think you can use the dlookup function and evaluate for existing records. that way you can customize you msgbox. still use the docmd.setwarnings false after that evaluation procedure.
GalaxiomAtHome
8
user's latest post:
Insert DATA
Published (2009-11-08 00:53:00)
Change you query to an UPDATE query and indicate the fields that are to be updated with the values in the query.
georgedwilkinson
8
user's latest post:
Filenames as fields.
Published (2009-11-07 20:46:00)
Yes, Access forms can be set up that way. So can Excel forms.
 

Latest active threads on Tables::

Started 1 week, 1 day ago (2009-11-02 14:22:00)  by boblarson
The junction table would have ClientsService - Autonumber (PK) clientID - Long Integer (FK) ServiceID - Long Integer (FK) And normally (in this case, based on your description) you would have the Client table be the basis of the main form and then the subform would be the junction table and you the Master/Child links would be on clientID and you would set serviceID by using a combo ...
Thread:  Show this thread (6 posts)   Thread info: Creating a junction table- PK two autonumbers? Size: 602 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Creating a junction table- PK two autonumbers? :: Tables :: Access World Forums"
Started 1 month ago (2009-10-08 07:25:00)  by Mr. B
Robert, Use the "Linked Table Manager" to specify the new location of your linked tables.
Thread:  Show this thread (11 posts)   Thread info: Location of back end database Size: 115 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Location of back end database :: Tables :: Access World Forums"
Started 3 days, 1 hour ago (2009-11-07 15:49:00)  by georgedwilkinson
Quote: Originally Posted by akedm I want to basically make a spreadsheet If you want a spreadsheet, I recommend Excel. You will just be hobbling Access if you come in to it with a spreadsheet mentality, and Excel is very excellent at working with spreadsheets. Quote: ...
Thread:  Show this thread (7 posts)   Thread info: Filenames as fields. Size: 5,600 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Filenames as fields. :: Tables :: Access World Forums"
Started 2 days, 3 hours ago (2009-11-08 13:51:00)  by ChrisO
I would guess 500,000 would max out around 750 million bytes. But if itÂ’s important to know for sure then I would be inclined to create a loop of 500,000 and append three 256 character strings in each record to the table. Alternatively, run the loop till you get near 2 gig (or crash) and see how many records you get.
Thread:  Show this thread (6 posts)   Thread info: maximum storage or number of records Size: 353 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: maximum storage or number of records :: Tables :: Access World Forums"
Started 2 days, 5 hours ago (2009-11-08 11:35:00)  by lagbolt
Your HoursWorked table needs a new unique index on the Date and EmployeeID fields. Find the index button for the table in design view, create a name, add the fields, set the Unique property to 'Yes'. The impact of this is that the table will not allow the duplicate entry. Cheers,
Thread:  Show this thread (3 posts)   Thread info: relational database design - timesheet Size: 297 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: relational database design - timesheet :: Tables :: Access World Forums"
Started 2 days, 10 hours ago (2009-11-08 06:24:00)  by Fifty2One
probably a good way to have it would be a table for the demographics and a second one for this particular survey and a third for the Error, Remediation and Closure - they will probably after the fact ask for the initiation date for the Error and Remediation as well as the Closure date. In all three tables you would need a uniquifier so you can link the tables together - patient number or ...
Thread:  Show this thread (3 posts)   Thread info: Q: Structure and relationship of tables Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Q: Structure and relationship of tables :: Tables :: Access World Forums"
Started 2 days, 16 hours ago (2009-11-08 00:38:00)  by vvasudev Registered User
I have 2 Tables - TABLE1(12 fields that are EMPTY) -TABLE2(2 FIELDS that are filled) I want to insert the Data in TABLE1 to column numbers 2 and 3 of Table 1 PLEASE advICE!!
Thread:  Show this thread (12 posts)   Thread info: Insert DATA Size: 222 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Insert DATA :: Tables :: Access World Forums"
Started 2 days, 20 hours ago (2009-11-07 20:34:00)  by georgedwilkinson
Use a primary key that has nothing to do with anything (preferably autonumber). Put a Unique Index on the 2 fields you were referring to. Better yet, normalize. A "ring" is a discrete thing I take it that is in no way associated to a bird in its natural environment. As such, you should be able to use it as a FK to multiple breeding records.
Thread:  Show this thread (4 posts)   Thread info: Duplicate Records Size: 370 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Duplicate Records :: Tables :: Access World Forums"
Started 4 days, 3 hours ago (2009-11-06 13:30:00)  by John Big Booty
Firstly Welcome to the forum. assuming your data is correctly Normalised you should be able to do what you want using a query.
Thread:  Show this thread (2 posts)   Thread info: Merging Data Fields Size: 227 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Merging Data Fields :: Tables :: Access World Forums"
Started 5 days, 8 hours ago (2009-11-05 08:27:00)  by Atomic Shrimp
Do the tables include an identifier by which you can ascertain which product was sold and when that specific product broke? (something like a transaction number, or in the case of multiple line transactions, a transaction number plus item ID?) You need some way of identifying which breakage event corresponds with the item from which purchase event.
Thread:  Show this thread (5 posts)   Thread info: Counting from two tables. Size: 368 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Counting from two tables. :: Tables :: Access World Forums"
 

Hot threads for last week on Tables::

Started 5 days, 12 hours ago (2009-11-05 04:40:00)  by namliam
If the text is english, you can "simply" use CDate to convert the month/text to a real date then search on that...
Thread:  Show this thread (29 posts)   Thread info: Date or Text field? Size: 124 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Date or Text field? :: Tables :: Access World Forums"
Re: Index Message - 16 new posts
Started 4 days, 21 hours ago (2009-11-05 19:11:00)  by genesis
can you tell what is that error. If what I am thinking is the same with my problem before, you can use docmd.setwarnings false before your codes starts. that will prevent the error message from popping up.
Thread:  Show this thread (16 posts)   Thread info: Index Message Size: 220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Index Message :: Tables :: Access World Forums"
Started 5 days, 16 hours ago (2009-11-05 00:34:00)  by georgedwilkinson
Yeah, it is bad design. It shows that the human race has not evolved enough to be able to anticipate the consequences of their actions.
Thread:  Show this thread (14 posts)   Thread info: Performance Tweak or Bad Design? Size: 136 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Performance Tweak or Bad Design? :: Tables :: Access World Forums"
Started 5 days, 15 hours ago (2009-11-05 01:14:00)  by namliam
both are valid and both have positives negatives. Personaly I am a strong believer of the meaningless hidden autonumber key on all tables, INCLUDING the Order table. Furthermore I dont particularly see a use for the OrderLines table, what data would be stored there that is particular to the line but not the article/detail?? I would probably skip that table all together...
Thread:  Show this thread (13 posts)   Thread info: AutoNumber vs Compound Primary Keys. Size: 408 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: AutoNumber vs Compound Primary Keys. :: Tables :: Access World Forums"
RE: Insert DATA - 13 new posts
Started 2 days, 16 hours ago (2009-11-08 00:38:00)  by vvasudev Registered User
I have 2 Tables - TABLE1(12 fields that are EMPTY) -TABLE2(2 FIELDS that are filled) I want to insert the Data in TABLE1 to column numbers 2 and 3 of Table 1 PLEASE advICE!!
Thread:  Show this thread (12 posts)   Thread info: Insert DATA Size: 222 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Insert DATA :: Tables :: Access World Forums"
Started 4 days, 21 hours ago (2009-11-05 19:24:00)  by John Big Booty
Sorry I'm not quite sure what you are looking for the thread title says Dont' want Access to put 0 for Default Value then you go on to say you don't want Access to always leave the field blank In short you can put any value you like in the default value setting at table level.
Thread:  Show this thread (12 posts)   Thread info: Dont' want Access to put 0 for Default Value Size: 399 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Dont' want Access to put 0 for Default Value :: Tables :: Access World Forums"
Started 5 days, 16 hours ago (2009-11-05 00:51:00)  by georgedwilkinson
This feature of all DBMSs is critical. Especially if you get into reporting databases. Just remember, the more indexes you have, the longer inserts will take. As long as you don't go crazy, it shouldn't be a problem. In your example, many DBMSs would not use the firstName field of the index because you didn't compare the MiddleName. The keys are used in order that they're placed in the ...
Thread:  Show this thread (11 posts)   Thread info: Index on Multiple Fields Size: 455 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Index on Multiple Fields :: Tables :: Access World Forums"
Started 1 week ago (2009-11-03 11:51:00)  by boblarson
The answer is YOU DON'T DO THIS. At least not until Access 2010 comes out and you buy it and then have DATA MACROS and/or Calculated Fields to maintain this. There is no way currently to have a table make a change to data within the table based on data in another column. Access doesn't have "triggers" like SQL Server. And so the normalization answer says you should not be storing data that is...
Thread:  Show this thread (10 posts)   Thread info: How to calculate a field within a table?? Size: 787 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to calculate a field within a table?? :: Tables :: Access World Forums"
Re: Linking 2 tables - 10 new posts
Started 1 week, 1 day ago (2009-11-02 08:54:00)  by Brianwarnock
Quote: Also need to make sure that if queue name is not found on weekly file than need to leave this blank or with a 0. This sentence makes no sense to me. Brian
Thread:  Show this thread (10 posts)   Thread info: Linking 2 tables Size: 458 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Linking 2 tables :: Tables :: Access World Forums"
Re: Table DDL - 10 new posts
Started 5 days, 16 hours ago (2009-11-05 00:34:00)  by genesis
i think its the field types there. for example there is no smallint field type in access. I think you should familiarize yourself first with table field types.
Thread:  Show this thread (10 posts)   Thread info: Table DDL Size: 160 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Table DDL :: Tables :: Access World Forums"