| Thread | Last Post | Replies |
|
| Marking up | 06 Jan 2006 22:07 GMT | 1 |
I am tring to mark up several products in a query by 10%, I know this is simple but I have went blank on it. Please Help
|
| date query | 06 Jan 2006 21:49 GMT | 2 |
I need to create a query that gives me everyone who has a start date that is 45 or more days old. The field that I am querying is Start Date and the format is short date.
|
| Left Join not working properly | 06 Jan 2006 21:44 GMT | 17 |
I have 3 tables I am trying to join in a query. They are as follows: tblProducts tblCustomerEquipment tblEmployees
|
| Need To Exclude Certain Zip Codes | 06 Jan 2006 21:16 GMT | 2 |
I have a query that selects certain Zip codes by first 3 digits SELECT qryContactNameV1.ContactName, Left(Contacts.Zip,3) AS FilterZip, Contacts.Address1, Contacts.Address2, ([City]) & ", " & ([State]) & " " & ([Zip]) AS RemainAddress, Contacts.Company, Contacts.Title, Contacts ...
|
| Converting Text to Date | 06 Jan 2006 21:09 GMT | 6 |
First, let me say I love this discussion group. It has saved me hours of work. Here's my dilemma. In a query, I'm trying to convert a text (date) field to an actual date field. I used the following IIF statement: IIf(Year(DateValue([MEMBER_DATE_OF_BIRTH]))>2000,DateAdd("yyyy" ...
|
| Why is my query sorting like this | 06 Jan 2006 20:38 GMT | 3 |
and what can I do about it. The SQL is shown below the #s: 148 154
|
| Delet query using another table | 06 Jan 2006 20:25 GMT | 4 |
I do a make-table query and then try to use it to delete records from another table called RC_Main, The SQL stmnt looks like: DELETE RC_Main.* FROM [Pending Deletion IDs] INNER JOIN RC_Main ON [Pending Deletion
|
| totals | 06 Jan 2006 20:18 GMT | 5 |
Here is what my table looks like: Date QV GH Time Slot Total Morn. Lunch Afternoon Nov. 1 YES YES 1 YES
|
| Access Help: Primary key and SQL statement | 06 Jan 2006 18:18 GMT | 3 |
I am creating a database that includes classroom information, such as: grades, attendance, etc. I have one table that is called Student information and the primary key is the Social Security Number. The rest of the ten tables don't have a primary key because I was obtaining a ...
|
| how do I find unmatched records from two tables? | 06 Jan 2006 18:05 GMT | 2 |
How do I compare 2 number fields btw 2 tables to id records where the numbers don't match, and return some kind of an error msg? Thnx.
|
| Upgrade to Office 2003, queries don't work | 06 Jan 2006 17:51 GMT | 2 |
There are several update queries in a db I am maintaining. They run when a user enters data in 2 fields on a form and clicks a button. The button runs 8 queries in succession, then opens a form to see the results. Several of the queries are update queries.
|
| Extract one string from another | 06 Jan 2006 17:06 GMT | 2 |
Is it possible to extract one string from another - so for e.g. if stringA = "This is a string" and stringB = "is a" then the expression to extract stingB from StringA should return "This string". I would be very grateful if anyone could help me with this.
|
| Counting absent id/records | 06 Jan 2006 17:06 GMT | 1 |
I have a query that counts the records in a table for each id. e.g. id 1 is in the table 6 times so the query gives a count of 6.... I link it to the main table where all the id's are at. Is there a way to tell what queries were not used?
|
| Query returns duplicate records | 06 Jan 2006 17:00 GMT | 1 |
I have a form query that returns certain records twice. The scenario that trips me up is when two instructors share a class instead of returning two records (ok) it returns four of course two of them are exact dupes. If I add DISTINCT or use a group by First, it barks that the ...
|
| Complex Querys using instances of tables | 06 Jan 2006 16:48 GMT | 4 |
*I studied a website who has tutors regarding SQL, but it uses more the ORACLE approach, and they often give complex examples like this, what i would appreciate is how to make the same work in Access so MicrosoftJetEngine recognizes it well:
|