| Thread | Last Post | Replies |
|
| Rerun an open query in Access 2007 | 06 Feb 2008 22:33 GMT | 7 |
In Access 2003 I was able to place the "exclamation point" RUN button on my Access toolbar so that I could easily re-run a query that I already had open (rather than try to find it in a list of a few hundred queries). The queries I run usually ask for user input, so by ...
|
| Like clause used in query builder | 06 Feb 2008 22:26 GMT | 1 |
a combo box value is used to a pop-up new open Form. Where in that form a list box row source used that combo box value in query builder as a creteria using LIKE Clause and is not working, anyone can point out what should be a correct way to do it?
|
| How to get the structure of a table? | 06 Feb 2008 22:08 GMT | 3 |
I need to display the structure of a table in an MS Access database. I'm using dotnet framework 2.0. Thanks.
|
| Dlookup | 06 Feb 2008 22:01 GMT | 5 |
I am trying to do a Dlookup as one of the expressions in my query but not working. Tables Source: PPO Field to Return: Type
|
| Data in rows to colums | 06 Feb 2008 21:46 GMT | 2 |
Hello all, I am a bit new to queries so any help here would be appreciated. Have a table with the following col data: Name Month Results
|
| Query designing | 06 Feb 2008 21:39 GMT | 5 |
Suppose i have 46 tables , now when i want to, run a query it ask me, which table i need from the over all 46 tables, and once i have selected the tables it ask for fields, now the quetion is i want access to only ask for those fields in the dropdown menu in which some data has ...
|
| Concatenate fields from multiple tables | 06 Feb 2008 20:09 GMT | 2 |
I am attempting to use Duane Hookom’s concatenate function without any success. I’ve read many threads, relating to Duane’s function, yet none seem to fit my situation. I am working with multiple tables, with a M:M ‘Joining’ table in the middle
|
| RE: Counting Records | 06 Feb 2008 19:26 GMT | 1 |
I have this query and I want to be able get a stop count. SELECT tblInvoiceHistALL.[Customer Number], tblInvoiceHistALL.[Ship Date], Count(tblInvoiceHistALL.[Customer Number]) AS Stops FROM tblInvoiceHistALL
|
| upon submit, run duplicate query and display a pop up listing of d | 06 Feb 2008 19:23 GMT | 2 |
In my Access 2000 database, I have a form for entering data on people who register for an event. Key fields are "First Name", "Last Name", "Event Code". I am tracking multiple events. When I enter a registrant's information, I want to click on a "Submit"
|
| listing records from 2 database tables even if there are no values in one table | 06 Feb 2008 18:20 GMT | 2 |
I hope that this makes sense, but as an example: I have 2 databases. The first one (db1) contains Product Name & Serial Number. The second (db2) contains Serial Number and Price (but does not contain all of the records in db1). I want to see ALL
|
| Non MR's and Blanks to show | 06 Feb 2008 17:50 GMT | 3 |
Good afternoon, I have a table that shows the following text fields - Date - Associate - Status - StatusCode - Method - each of these fields are text fields (except for date is Date field)
|
| query question | 06 Feb 2008 17:45 GMT | 3 |
I have a table that has the following data in it. Production Date Size Break Type Location 2/1/07 11oz Other Pre-Filler 2/1/07 11oz Impact Capper
|
| Exclusion with an exception? | 06 Feb 2008 16:41 GMT | 2 |
I have filtered a query to exclude a particular product, however, I have been asked to make an exception based on a customer name. I tried an IIF statement, but I get the "too complex" error. Anyone know how to achieve this feat?
|
| yes/no field in query | 06 Feb 2008 13:41 GMT | 4 |
Access 2003 I want to print label based on select query. The query pull out, for example, 10 records. I want to use a form for user to check which of these 10 records to print label. My table does not have Yes/No field and I cannot
|
| Update query help | 06 Feb 2008 13:11 GMT | 1 |
I have Two tables with the same information. Table Two has a column called Errors with data. How can I update table one Error column with the same info in table two errror column.
|