| Thread | Last Post | Replies |
|
| SQL Statement | 09 Nov 2004 01:03 GMT | 2 |
I have two SQL statements, one is giving me the total Quantity available(from Stock table) and the other one is giving me the total number of Quantity sold out.(from Sales Table). All these are GROUPED BY Item Name e.g Handbags 3
|
| SQL Syntax Error | 09 Nov 2004 01:01 GMT | 3 |
Lynn Trapp asked me to post the actual SQL code so that it can be checked for error. The error is "Syntax error in FROM clause." SELECT Stock.Item, Sum(Stock.Quantity), Sum(Sales.[Item Bought])
|
| SQL | 09 Nov 2004 00:57 GMT | 3 |
I decided to repost this question because the response i got didnt work, it was giving me this error" Syntax error in the FROM clause". Lynn Trap, thanks(atleast I have i have an idea), please give me another syntax or check the syntax you gave me.
|
| Subtraction | 09 Nov 2004 00:46 GMT | 4 |
I Have the following SQL ststements the first one is giving me the total stock available and the next one is giving me the total stock sold out. How can i subtract the results of the second SQL statement from the first one, so that I know the Stock remaining.What SQL statement ...
|
| Setting Table Relationships- Why? | 08 Nov 2004 22:29 GMT | 4 |
When I first started working in Access, I would set relationships for all the tables. THen when I got "clever" and began writing lots of queries, I noticed that I would usually need to tweak the
|
| entries into table "correcting" itself | 08 Nov 2004 18:26 GMT | 2 |
I have a table that is used to relate managers to their organization. An organization has changed names and I am trying to update the table. The new name is "NWO". When I change the field, it is "correcting" itself to read "NOW". I haven't seen this before, and I can't find any ...
|
| field sizes | 08 Nov 2004 18:20 GMT | 1 |
i am making a database, and i need to know how to put a field size of FOUR characters on a NUMBER field and an AUTONUMBER field. therefore i want all the records to have to have a field size of 4, (no shorter than 4, no longer than 4)
|
| Relationship Print Wizard | 08 Nov 2004 16:31 GMT | 4 |
Microsoft has an "Access 97 Relationship Print Wizard" here. http://www.microsoft.com/downloads/details.aspx?FamilyID=ed4c2dfc-0ce6-489c-b004 -1a980bffbc2d&displaylang=en Do I dare use this with Access 2002? If not, is there a "Print Wizard" that will work?
|
| Renaming a programatically created form | 08 Nov 2004 15:14 GMT | 2 |
I created a form from VB code and when it is finished I want to rename it (to change the default name Access gave it). I only could do it by selecting the new object in the database window DoCmd.SelectObject acForm, <Access generated name>, True
|
| about working in db in data entry | 08 Nov 2004 14:48 GMT | 1 |
i want to hide the ms access window in my desktop while the user are only working in data entering only. what should i do?
|
| How can I specify elapsed time format (such as [mm]:ss in MS Exce. | 08 Nov 2004 08:51 GMT | 7 |
I want to specify elapsed time format that one can find in MS Excel. Specifically, I want to use [mm]:ss. The Access format did not allow me. Is there an alternative?
|
| Office sp3 install reveals multiuser or database problem? | 07 Nov 2004 21:40 GMT | 1 |
I recently installed the latest MS Office 2000 sp3 on a clients network. These 10 workstations were running fine with the original install of Office2000 until the upgrade was performed. Since sp3, some users are complaining of slow response and performance problems. One user ...
|
| Duplicate data | 07 Nov 2004 03:09 GMT | 3 |
I am trying to maintain different state for filenames, so i have a table with the list of filenames, then in the main table i would link the filename field to it. However this looks like it is duplicating the actual filename for each record (i have 100,000's of them so this is ...
|
| What size can a access table handle before affecting performance? | 06 Nov 2004 19:15 GMT | 2 |
I have an assignment for updating (maintenance, version control documents)database analysis documents (dfd's, lds etc). One table is stock which is used most within the database. Presently stock is kept for for records for 6 months and has been requested to be held for 5 years ...
|
| residential info | 06 Nov 2004 14:42 GMT | 2 |
I have a residential database for a Homeowner’s Association and I’m rather new at this Access thing. I have created a table with lists of unit numbers, owner info, and tenant info if the owner doesn’t reside in their unit. I need to make a query that lists garage numbers with ...
|