| Thread | Last Post | Replies |
|
| Change Permissions via SQL? | 14 Dec 2006 06:32 GMT | 2 |
Is there a way to change the permissions of a table (or other object) via an SQL statement?
|
| Replace asterisk Query error | 14 Dec 2006 04:28 GMT | 2 |
UPDATE TEST_Table AS T SET T.Comments = Replace([Comments],"*","") Error I am getting is cannot update due to conversion type failure. Comments is a memo field. Many fields are empty. Some fields contain just text. Many fields look like
|
| Access Modify | 14 Dec 2006 00:23 GMT | 4 |
Hi. At my company, we have an internal application for updating access databases. It allows the user to select an access database to update and a text which contains a series of SQL statements to be executed on the database.
|
| getting last 6 months of data from todays date | 13 Dec 2006 20:56 GMT | 2 |
Hello all people. I am running into some problems with a query. Basically what I want to pull out from a table are all contract dates that ended 6 months from todays date. So in a nutshell I am filtering out 6 months of past data
|
| computation of calculated field in query based on conditions | 13 Dec 2006 19:10 GMT | 3 |
I want to compute taxes on salaries in a test access payroll query. Conditions are as follows: salary is a calculated field in the query and is monthly. It must be converted to annual-salary(salary*12) before computation based on
|
| basic sql sum statement - help i'm going mad | 13 Dec 2006 18:41 GMT | 1 |
I have a table that displays some advert costs for an agency. one colum is 'order total' i can get total for all orders but cannot filter on a date range i think the sum query should be used to do the calculation on the fly
|
| Access crashes on a subquery | 13 Dec 2006 16:39 GMT | 7 |
I've got a table with the following structure (I realize it's not properly normalized, but I plan to do that after I get this problem solved): tblRatingData -------------
|
| Problem with Calculated Fields in Query... | 13 Dec 2006 15:04 GMT | 1 |
I'm trying to put together a business sources report for my real estate database. The problem I am having is a result of the requirements of the report. The report needs to show the total number of each business source for
|
| Divide by 0 error | 13 Dec 2006 12:21 GMT | 1 |
The following operation in a query, expenses/sells generates the following msg: Divide by zero error encountered. I would imagine it's because some fields have 0s (no expenses or sells). How do I get around it? TIA
|
| Need help constructing delete subquery | 13 Dec 2006 12:14 GMT | 1 |
I'm trying to delete all records in a table called "Temp_Person" from a larger table called "Entity_Contact_Join." Both tables contain two primary key fields "Entity ID" and "Contact ID," so basically what I'm trying to say is delete every record from
|
| Key Violation, No Primary Key | 13 Dec 2006 11:40 GMT | 2 |
My append query will not append ALL of my records, due to key violations. I had a multi-field primary, but during experimenting, I took it off. I STILL get key violations for all 10,526 records, and all of my indexed fields allow duplicates. What else could it be?
|
| Importing Data From Excel | 13 Dec 2006 10:57 GMT | 1 |
I have some code which should import data from an Excel Worksheet, but it's not quite working. The user is prompted to enter a workbook, a worksheet name and then (via some other code) the columns for two fields to import. So before
|
| Data Type mismatch in a query that uses a calculated field from another query | 13 Dec 2006 04:51 GMT | 4 |
I have a query "Q2" that depends on data generated by query "Q1". Query SQL is at bottom of message. Q1 has a field that calculates the difference between two weeks of inventory levels to produce a sales quantity figure for that period. If the current
|
| yes/no in UNION | 13 Dec 2006 03:51 GMT | 1 |
typical yes/no......turns to .....0/-1.....but this is in a Union....i can't find a way to edit the format properties in the UNION....any ideas....and if the idea is some code...please explain where to go to write in the code....i'm not and brand newbie....more like a pretty dumb ...
|
| Month/ Date Query | 12 Dec 2006 23:43 GMT | 1 |
I already have a field in my database with a complete date (month, day, year) in Date/time format. I'm trying to build an expression in a query to pull the month from that date and put it in a new field. I've tried fooling around with the date/ time built in functions with no ...
|