| Thread | Last Post | Replies |
|
| Changing a numbers sign in a query | 06 Nov 2005 19:07 GMT | 2 |
What I have is a query on Charges. Now I want to change a sign from + to - based on the ChgID # in that field. -- Joe Cilinceon
|
| show query result depending on checkbox | 06 Nov 2005 17:06 GMT | 1 |
I have a query with 35 fields. on the form I'd like to create 35 checkboxes. user may check or uncheck them depending on he fields thay want to see. is it possible? how to pass checkboxes true/fals to query? or how to hide unnecessary columnes on the form (datasheet)? textboxes ...
|
| Help with a comparison code | 06 Nov 2005 13:40 GMT | 2 |
I have this code I got to lookupfrom the MSDS field the highest number already used for a left 2 letter prefix, then its suppose to add 1 to the prefix only it doesn't work. The MSDS field prefix is based on the users selection from another field. Can someone explain why??
|
| Select date query | 06 Nov 2005 07:34 GMT | 5 |
I have problems using dates as parameters in select queries. I changed the date format from mmddyyyy to ddmmyyyy. Initially my parameter query where I select data for a particular month (format mmddyyyy) was: SELECT Qtech_hours_2.Wo_no, Qtech_hours_2.Notes, Qtech_hours_2.Cname,
|
| get query values | 06 Nov 2005 04:21 GMT | 4 |
I have an Access application in which upon button click, a query is run. I can run the query based on the value of a text box, but I am having problems accessing the rest of the values returned. Can anyone tell me how to do this? I was trying it thusly
|
| when sorting alphabetically it is wrong | 05 Nov 2005 20:21 GMT | 2 |
When I run a sort by alphabetically including three feilds it sorts the fist couple of hundred or so correctly then all of a sudden in the middle of the sort it is grouping several sections alphabetically whithin the same primary group. I do not know why it is doing this, it ...
|
| Decatenate a field with Make Table Query? | 05 Nov 2005 17:25 GMT | 5 |
I am trying to fix up a poorly designed Access database. One of the tables has a Next of Kin field in which the typical entry looks like this: Mary Smith
|
| Delete Query with Square Brackets | 05 Nov 2005 16:46 GMT | 1 |
Hey guys Im trying to create a delete query using square brackets. The idea is that it will delete records older than the number of years that the user inputs when the query is run.
|
| 3 tables in query (one to many x2) | 05 Nov 2005 12:58 GMT | 6 |
this is probably obvious but i cant see the wood for the trees. anyway, i have a query with three tables. table1 has unqiue primary key (id) that is joined to table2 (the many side). table1s unique primary key is also joined to table3 (again the many
|
| Help with field problem | 05 Nov 2005 06:59 GMT | 3 |
I have a table with a number of fields on it, however I want to use one field named 'MSDS' as my primary key. No problem there however the 'MSDS' field contents is an alphanumeric number I have generated with code, which looks something like this 'DC001'.. What I want to do is make ...
|
| Linking date data types in a query | 05 Nov 2005 03:54 GMT | 5 |
I tried linking date data types in a simple query and it does not seem to work. The date data types are the same format (short - mm/dd/yyyy). It seems like the data type may include the hh:mm:ss that you can't see and unless you have the exact value, down to the second, the ...
|
| weird query requirement | 05 Nov 2005 01:00 GMT | 5 |
I have 2 related tables; [Tbl_BaseItems] BaseItemID PK ItemID FK
|
| How do I change a query to acept new data? | 05 Nov 2005 00:56 GMT | 1 |
My query has stop acepting new data. The icon that allows me to enter new data is grayed out, so I can not enter new data to the query.
|
| comparing two tables for similar data | 05 Nov 2005 00:37 GMT | 3 |
I need to compare two tables for similarites. I have my supplier list that I need to compare to the Government excluded parties list. If one of my suppliers is on the Gov't list, I can't do business with them. I'm running into a few problems....
|
| Query for delinquent entries in a table | 04 Nov 2005 23:58 GMT | 3 |
Please help with a query that will provide a list of delinquent entries. I am using Access 2000. I have an “INDICATOR” table with a field named “Indicator#” and a “DETAIL RECORDS” table that also has a field with the “Indicator#” and a field named
|