| Thread | Last Post | Replies |
|
| Combining CrossTab Qry | 16 May 2008 19:50 GMT | 1 |
I have 4 tables : budget, sales, buyings and other expenses. They all have two fields in common : name of the restaurant and the type of expenses. I would like to build a report that shows me, by type of expenses and then by restaurant, the budget and the real values for each ...
|
| Queries changed from column names to AS Exprn !?! | 16 May 2008 19:47 GMT | 1 |
I had several queries that worked fine. Somehow all the queries got changed by Access to have As Expr1... As Expr2 etc. for every column in every query. This has caused a web page to fail that was relying on the column names. Does anyone know what would cause this to happen?
|
| Access Messages | 16 May 2008 19:19 GMT | 1 |
I need to perform inserts and deletes in several tables of my MDB in a form. I'm using the command DoCmd.RunSQL = "..." But i have a problem: when a do a delete statement, appears the mesage: "You are going to delete x records... bla, bla. bla";
|
| Query How To? | 16 May 2008 19:05 GMT | 2 |
I have two tables: taProperty fldPropertyID PK fldPropertyAddress
|
| Update Query to Search for Blanks in Certain Column | 16 May 2008 18:52 GMT | 4 |
I am quite proficient with Excel, but relatively new to Access. I suspect there is an easy way to use an update query to get Access to delete an entire row if a certain column has blanks, but I don't know how to do this. The reason for this is that some numbers are ...
|
| Wild Card a Field in a Table | 16 May 2008 18:21 GMT | 3 |
I have a table of stores that have processed some templates of returns. The templates have the store number followed by numerous warehous locations. So, where the store number is 4031 and warehous location is P1xyz the template number would look like "4031P1xyz". What I want ...
|
| email query | 16 May 2008 18:01 GMT | 1 |
I have created a query. How can I send it to an email address? Excel or Word format is fine.
|
| Queries - criteria show list of values to pick from | 16 May 2008 17:56 GMT | 3 |
In Design View - I am building an Enter Perameter Value option for the user to pick in the value. Example [Enter Division:]. However, I want the user to be able to pick from a list of values for this field. Is this an option? If so how do I build that in the Criteria?
|
| Returning multiple values within a single recordset | 16 May 2008 16:52 GMT | 1 |
Using: Classic ASP, MS Access, Jet SQL I have a users table, an occupation table and a resolver for the n-n relationship between the two first. CREATE TABLE User (
|
| Access help needed! Over my head! | 16 May 2008 16:27 GMT | 1 |
Hoping someone can help me out, would be much appreciated. Here is what I am trying to do: I have several tables, each with 46,000 rows of data. I need to analyze it in a couple of different ways. I am very strong with
|
| Top 25 brokers query help | 16 May 2008 16:09 GMT | 1 |
I posted this in the wrong section, and am reposting it to the 'Queries' help section: Hello, I am trying to write a query that will show me the Top 25 Brokers (by
|
| how do I compare text with embedded spaces | 16 May 2008 16:02 GMT | 1 |
I want to search for registration numbers within tables, these numbers may have embedded spaces. Also the registration number typed into the search form might include embedded spaces. Ideally I would like a LIKE command that ignored spaces.
|
| Problem deleting records | 16 May 2008 15:57 GMT | 5 |
I have a Frontend on the PC of every user, a Backend with the tables on the server. The Frontend has also one table (which has unique records for every user) I have this Query:
|
| Query Help | 16 May 2008 15:12 GMT | 1 |
In the sample data below I have the problem that two identical vendor IDs have different descriptions. How can I create a query that would isolate all of the instances in which that happens? Vendor ID Vendor Descr
|
| dsum | 16 May 2008 14:32 GMT | 3 |
This is my first attempt at using dsum() in a query and I almost have it, however, the running total is running in the wrong direction. SELECT CustomerYTDSales.CUID, CustomerYTDSales.YTDSales, DSum([YTDSales],"CustomerYTDSales") AS Expr1
|