| Thread | Last Post | Replies |
|
| Query in Access that automatically includes new fields | 09 Jun 2005 13:46 GMT | 10 |
How can I make a query in Access that will automatically include newly added fields in the SQL query statements? I want to be able to add a new field and then open the query to see that it has found the new field and searched it for a specific value.
|
| how do i turn off transparent menus? | 09 Jun 2005 13:03 GMT | 1 |
 Signature Sissy
|
| Crosstab qry | 09 Jun 2005 09:12 GMT | 4 |
Is there any way for a crosstab qry to enter a date criteria like: between now() and now()-14? with dates is working but with now(0 is not working. Thanks, Dan
|
| Changing Criteria in Queries | 09 Jun 2005 06:04 GMT | 3 |
I'm new in this forum and I found them very helpful. I need help o something. How can you run some sort of a looping macro or cod where the criteria in a query is based on a field in a table, and th query is run for each record in that table? To illustrate, I have
|
| table not found error, but it does exist. | 09 Jun 2005 04:55 GMT | 1 |
how come i randomly get an error message saying table not found (exact error message is pasted at bottom of this post). I get this error when trying to perform a select statment with ADO in visual basic 6 on windows xp to a remote access 97 .mdb via oledb.
|
| Access query to differentiate between alpha and numeric invoice # | 09 Jun 2005 04:55 GMT | 3 |
I have a query that looks at the invoice field of a table, and based on the data in that field, for each transaction type "DI", changes the transaction type to "Monthly Billing @@", @@ being a number from 01 to 99. The invoice field will either contain a number sequence, from 001 ...
|
| Update Query using the IIf function. | 09 Jun 2005 04:33 GMT | 2 |
Greetings! I am trying to create an update query tha uses the IIf function to give staff members hired before 7/1/96 salary increase of 7%, and all others an increase of 3%. This i from a Stellar Publications workbook that I am using as a
|
| inconsistent updates and the consequences | 09 Jun 2005 04:17 GMT | 1 |
I have a form based on a query which when the employeeID is entered, the forename and surname are displayed. However, I have had to make some changes which included adding a new table which, in turn, made the query not updateable. I have solved this by changing the properties to ...
|
| Two table query | 09 Jun 2005 02:09 GMT | 13 |
I may be asking more than access can deliver. I have 2 tables: In the first table I have a mobile telephone number with the average number of minutes used the previous three months together with additional fields
|
| Employee Query | 09 Jun 2005 00:50 GMT | 2 |
Everyone, Here's what I have: I have an employee table setup with Social Security as a key, the Department they are in along with a bunch of other data. I then have another
|
| Crosstab totals incorrect | 09 Jun 2005 00:23 GMT | 1 |
I have a crosstab query with two row headings, four columns, and one totals column where the average is calculated for each row. If one of the columns is missing a value for one of the rows, the value in the totals column is incorrect for that row. It is neither the average of ...
|
| Doing a sum function in a query | 09 Jun 2005 00:22 GMT | 4 |
I have a table with about a 1000 lines of data pertaining to some client data (much of the data is numerical). For about 50 of my clients I have 2 different lines of data - I need my query to spit out the exact same data as my table but with only 1 line (with the numbers summed) ...
|
| Error Function | 08 Jun 2005 23:57 GMT | 2 |
I'm trying to embed an error function in an IIF function, but I can't seem to get it to work properly. In Excel, I often use a formula like this: IF(ISERROR(A1*1),"UNKNOWN",A1*1). Essentially, if you're going to give me an error when I try to do the formula, don't do it. ...
|
| Remove Leading Spaces | 08 Jun 2005 23:34 GMT | 1 |
I'm using the Trim function to remove leading spaces from a field in a query like so: Trim([address]) and I keep getting a compile error...any suggestions?
|
| Showing currency field as null | 08 Jun 2005 22:06 GMT | 1 |
I have a form with 3 currency fields. I would like to show them as blank instead of $0.00 if there is no data inputted. I have changed the default value to Null in the table and on each field of the form and it is still showing as $0.00.
|