| Thread | Last Post | Replies |
|
| Duplicates in queries from multiples tables | 11 Jan 2006 17:07 GMT | 3 |
I have a database that uses 3 linked tables - one which give the addresses of clients address, one that shows all the people at that address and one that shows various mailing lists they belong to. I am asking the query to show all people that belong to two different lists but ...
|
| A new field to number records to a maximum | 11 Jan 2006 16:48 GMT | 1 |
I have a large database of students. The system should create a a new field "Assigned" to assign the students numers to a certain maximum, say 12. The first 12 on the list will asume 1, 2, ...., 12 The next 12 will assume 13, 14, ...., 24
|
| Query with lookup field in table | 11 Jan 2006 16:39 GMT | 1 |
I want to run a query to determine all items on the "First Floor". In the table I am running the query on, "First Floor" appears in a column titled "Area". when completing the table a pulldown list appears to choose the floor (First Floor, Second Floor, etc.). These floor names ...
|
| CDate fails append query Access 2003 | 11 Jan 2006 16:32 GMT | 2 |
I have a simple append query where I CDate([DOB]) into an existing table. Coming in DOB is TEXT. Values coming in are 10/10/1990 etc. When I look at DOB coming in using IsDate it evaluates to -1 (True) When I create a new table and use CDate([DOB]) it correctly creates a
|
| CREATE TABLE: how to define a field's DEFAULT data value? | 11 Jan 2006 16:06 GMT | 4 |
Hi everyone, and thanks for all the good tips. This is an awesome community for Access developers. My question: Is it possible, within the "CREATE TABLE" SQL syntax in Access (Jet 3.5 or 4.0), to define a default value for a field?
|
| Hide the Web menu bar | 11 Jan 2006 14:28 GMT | 3 |
Is there a way to disable the 'web' menu bar from appearing at all? On the first time where the user clicks on a hyperlink, the menu is not displayed on the 'OnClick' event of the textbox, I've used:
|
| Data type mismatch in query | 11 Jan 2006 14:00 GMT | 3 |
I have an update query that uses criteria in the id field. It is a long variable set in one of the forms and is called DeleteID. In the query I set the criteria field to: =DeleteID but it changes it to "DeleteID". I run the query from the form
|
| masking data in password field in resulting query | 11 Jan 2006 13:37 GMT | 4 |
i have a query that selects records from the USER table, which returns, among other fields, the password of the users. i'd like to mask the contents of the password field with asterisk (*) for each character of the password in the resulting query.
|
| How do I set up a parameter query using a combo box in Access? | 11 Jan 2006 13:29 GMT | 5 |
How do I use the value in a combo or list box limit a query or report query? I have tried two options with no success. They are as follows: Option 1: Set up a query with the criteria pointing to the combo or list box value. The criteria reads =[Forms]![Form1]![Combo0]
|
| Code based on Query Value | 11 Jan 2006 13:09 GMT | 3 |
I am a newbie trying to make a time saving change in a query that has been setup for me. My Query lists attendance reasons which are one of 3: Present Excused Absence
|
| Copying/Pasting into Update Query | 11 Jan 2006 11:31 GMT | 2 |
I'm trying to copy and paste a five paragraph MS Word document into an update query memo field. I keep getting the error message, "The text is too long to edit." I can copy about 890 characters of the document into the query but no more. I'm clearly doing or not doing ...
|
| How can I calculate difference value | 11 Jan 2006 05:56 GMT | 6 |
I have a table contain of 3 field like this (All data is number) ID Ind Adj 1 I1 A1 2 I2 A2
|
| How to count the number of duplicate records then delete | 11 Jan 2006 05:50 GMT | 2 |
I would like to know how i can get a query/macro to enable me to count the number of duplicate records in one table and put one copy of the duplicated information into another table along with the total number of duplicated records
|
| Query Dates for 12 months | 11 Jan 2006 05:41 GMT | 9 |
Help!! I've got a database table that has monthly sales, as well as utility and rental payment information for 150 stores. I want to create a query that will show monthly sales for each store for a 12 month period based on a lease start date field in the table. Example:
|
| Data type mismatch in criteria expression | 11 Jan 2006 03:05 GMT | 16 |
Hi again, I am starting a new thread because the query turned out to be wrong. Now i am getting the "data mismatch" error on the following part: -------------------------------------------------------------------
|