| Thread | Last Post | Replies |
|
| Matching Query not working | 15 Aug 2005 21:32 GMT | 2 |
I have a simple database with contact information last name, address, phone number. There are three tables and I would like to check to see what info is missing from one table to the next. I have done an unmatched query, table 1 to table 2 and table 1 to table 3. I would like a ...
|
| Default Query value if no Input | 15 Aug 2005 21:04 GMT | 2 |
I have a simple query which asks for a Result to search for. I would like the dafult query value to be "Message" so I can hit enter without typing in Message. How would I do this?
|
| JOIN 3 Tables | 15 Aug 2005 20:22 GMT | 3 |
Want to join three tables as described in the MSAccess-Help, but I get an Syntax-Error. SELECT lastminute.last_id, lastminute.last_hotel_ID, lastminute.last_stadt_id, lastminute.last_region_id FROM lastminute INNER
|
| Using month as a calculation value in a query | 15 Aug 2005 20:22 GMT | 4 |
I need to return a value for a whole or a part of a month. This is to be used for an invoicing system. Example: A subscription is priced on a monthly basis. A subscription that is active for a whole month should be invoiced for the value '"1" multiplied
|
| updating data | 15 Aug 2005 19:40 GMT | 1 |
I have a very simple database with two tables. Each table contains similar data. I have created an update query to match data that is exactly the same in each table. The problem I have is when table1 contains a record twice and table 2 only contains it once. The data is okay, ...
|
| Relationships and Query | 15 Aug 2005 19:14 GMT | 1 |
I'm learning from Access 2000 for dummies and need to have this repor done today. I need some guidance. I have two tables: _Customers_ name
|
| Calling a Union query with parameters | 15 Aug 2005 19:08 GMT | 5 |
I need to use a recordset based on a union query that includes 3 parameters. The calling instructions are: Dim Base01 As DAO.Database Dim ReqPCTUnion As Recordset
|
| Calendar between dates in a query and/or report | 15 Aug 2005 18:42 GMT | 3 |
Is there any way to show a calendar in the "between date" in a query or a report?
|
| Boolean field not recognizing 0 | 15 Aug 2005 18:32 GMT | 1 |
I am running Access Queries against SQL Server linked table. I am having a problem with boolean fields where they don't recognize 0 in some fields but do in others, so if I want to test a field for zero (false) I need to say: [field] = 0 or [field] is Null
|
| Calculate sales discounts | 15 Aug 2005 18:16 GMT | 1 |
I need to calculate the daily discounts given by salesmen on the products they sell. I have an order details table with item #, quantity sold, price per unit(actual price charged by salesman),total and date. I have an inventory table with prices in 5 columns p1,p2,p3,p4 and p5. ...
|
| Default Query Type | 15 Aug 2005 17:43 GMT | 1 |
Hello, Is there any way to set the default recordset type for queries so that whenever a user creates a query in Access 2000, it will default to Snapshot instead of Dynaset? And can this setting be done at the database level, so
|
| JETSHOWPLAN in Access 2003 (v.11)?? -- no SHOWPLAN.OUT file | 15 Aug 2005 17:40 GMT | 3 |
I am using Access 2003 (11.5614.5606) on Win2000. I have set the registry, using Getz-s file for ShowPlanOn.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\JET\4.0\Engines\Debug] "JETSHOWPLAN"="ON"
|
| Hide query results A2000 | 15 Aug 2005 16:32 GMT | 1 |
I have an unbound form that supplies the information to a query that runs when I click OK on the form. At the same time, a report opens and gets its data from the results of the open query. Is there a way that I can hide that query so that the only thing displayed is the report ...
|
| <path> for <path><filename> | 15 Aug 2005 16:19 GMT | 19 |
I am trying to create a query to group pathnames when all I have in my source table is a fully qualified filename. ie I have a record that looks like: \\Slug\media\Audio\Music\MP3-LameEnc\Amici Forever\The Opera Band\07
|
| Hide / Display text boxes and labels in form | 15 Aug 2005 16:18 GMT | 4 |
This should be so simple - I'm working on a contract database that either has a contract number or a PO number - if the contract number field is empy, I want to hide the text box and associated label, and show the PO number text box and assoc. label - here is my code:
|