| Thread | Last Post | Replies |
|
| Insert NULL question from .NET | 07 Jun 2005 20:13 GMT | 1 |
There is a text field that does not allow zero string and is not a required field. In SQL Server inserting a null value is something like this: Insert into table(id, txtField) values(34) -- that inserts a null value into the txtField field.
|
| How do I calculate the difference between 2 fields - ongoing | 07 Jun 2005 19:55 GMT | 1 |
I have a table that has the following pertinent fields: Date, Qty Each day a new record is added with that date and the new quantity. I need to write a query that will show the difference in the most recent
|
| VERY Slow Table Creation | 07 Jun 2005 19:12 GMT | 3 |
I have a daily query that pulls a large amount of data (800k+ records) from a badly engineered Oracle Database. The query itself is pulling data from 3 different tables and is filtering for the current year only. When I run the query as a Select Query, the results 'pop' in about ...
|
| Using two tables in one query | 07 Jun 2005 18:54 GMT | 1 |
I have two tables. The first table stores job #'s, owner name, address, etc. The job # field is autonumber. The second table stores bid results for each of the job #'s.
|
| validate field in query | 07 Jun 2005 18:54 GMT | 2 |
I have a query that is based on a table containing job numbers. When the query runs it prompts the user for the job number. How can I validate that it is a valid job number from the query?
|
| Query giving table heading Cust Name and 12 monthly sales (ie J F | 07 Jun 2005 18:28 GMT | 1 |
My database is as follows: tbl_Bill_To_Address (Bill_To_Code (primary key), Bill_To_Customer) tbl_Rep (Rep_Code (Primary key), Representative) tbl_Territory (Territory_Code (Primary key), Territory)
|
| Help - Search Date Range | 07 Jun 2005 18:25 GMT | 5 |
In my table i have dates in this format 2/2/83. I need help on making a query that will allow me to search values in fields given a certain date range. For example i want a query that will give me all the values from 12/28/82 to 2/2/83.
|
| Triggers | 07 Jun 2005 17:35 GMT | 1 |
Is it possible to build SIMPLE triggers within Access. I found info on it in the help pages but is all refers to ADO and SQL server....nothing about a standard Access DB. Can someone point me in the right direction? Thanks
|
| Conditional Formatting in Query | 07 Jun 2005 16:48 GMT | 2 |
I want to use the same query for different forms and reports. Can I create conditional formatting on a calculated field so that it carries over to the forms and reports? For instance:
|
| wildcard search is query | 07 Jun 2005 15:48 GMT | 1 |
I have a query set to prompt the user for input, it searches 2 fields and then pulls up the record. I am wondering how I can get it so you can only type part of the word and have it pull up any record containing what was typed.
|
| Analyze It with MS Excel | 07 Jun 2005 15:37 GMT | 1 |
What is them maximum row output when using the Tools/Office Links/Analyze It with MS Excel ? I know the Excel limits the row count to 65,536. The query I am trying to analyze with excel has only 30,319 rows.
|
| how do I email from a query | 07 Jun 2005 15:03 GMT | 4 |
Is there a way to populate the To: field in Outlook from the results of a query?
|
| Insert Recored | 07 Jun 2005 14:58 GMT | 2 |
I have two tables; TableA and TabelB. There are some records in TableB that do not exist in TableA, how do I write a query to update TableA so the records from TableB are inserted in TableA?
|
| IsNULL and LEN differences | 07 Jun 2005 14:38 GMT | 9 |
In a table there is a number field that for the half of the rows doesn't have values. When I'm running a query as IsNULL([FieldName])=True, I get those half the records that FieldName doesn't have values. But when I run Len([FieldName])=0, I don't get any record not even one. Can ...
|
| Tricky query - how?? | 07 Jun 2005 12:15 GMT | 2 |
Folks, I've got a query to run and I can't for the life of me work out how to approach it... any ideas?? Here's an example of the records Record SAASMSN UnitSN Applique BoardMarried BoardDivorced AppMarried
|