| Thread | Last Post | Replies |
|
| Sum from multiple tables | 05 Sep 2006 17:24 GMT | 1 |
I have three tables: Accounts - store an id and information about the account. External Transfer - stores an account id and the amount transfered into the account
|
| In Access, how do I repeat one field, but not all fields? | 05 Sep 2006 17:19 GMT | 4 |
I work for a residential home builder. I have a query that pulls notes regarding homes. I have another query that combines these notes with the details of each home--project, unit, plan, address, homeowner (if any), etc. I would like the results to display all of the fields ...
|
| query on calculated date field | 05 Sep 2006 16:34 GMT | 1 |
I have calculated date field in my query: Target Closure Date: [Date Report Issued]+45 the problem is when i try to filter particular date range in the Target Closure Date field (ex: between 8/21/2006 and 8/31/2006) it doesn't work. Now
|
| Updating a Table with Data from Another Table | 05 Sep 2006 16:27 GMT | 1 |
I have a table of Job Codes as follows: Job Code Job Family Number The Job Code field is populated, but the Job Family Number field is currently empty. I want to add a value to the Job Family Number field based
|
| Table look Up | 05 Sep 2006 15:43 GMT | 1 |
I need to retrieve data from a table which is 4 columns by 4 rows, I have the column and row information but don't know what statement to use to look up the information that I need
|
| Displaying the most frequently occuring value | 05 Sep 2006 14:35 GMT | 3 |
I have a query that is grouping by a process ID. This ID has several different names associated with it due to entry errors, etc. I would like to group by the ID and keep the most frequently occuring name. For example: Table:
|
| Appending data from a form in an Append Values Query | 05 Sep 2006 13:30 GMT | 1 |
In an Access database append query, I could put Forms!frmOrders.OrderID in and append it to an order details table. I can't seem to be able to do this now that I am using a SQL database in an Access Database Project (.adp). The 'Build' option is no longer available to help ...
|
| increase number | 05 Sep 2006 13:19 GMT | 3 |
I have a table where we key-in Delivery notes for customers; in my form I use the following : =Nz(DMax("[dnnumber]","delivery note table"),0)+1 to have continuous DN number, and its working fine. At the end of the day, our remote office e-mails me a list of DN that we
|
| Problem with replace function. | 05 Sep 2006 12:49 GMT | 2 |
I have an update query where I am trying to remove the '.' out of the version number and populating a numeric field. On execution I get a type conversion error which I assume is because I am trying to populate a numeric filed with a string field.
|
| Change case to Title Case | 05 Sep 2006 12:46 GMT | 1 |
Can somebody help me with an urgent request, please? I have been given an Access database file that has the table 'Table' and a field 'surname'. Data in 'surname' is all in Upper Case. I need to quickly change this to
|
| Data Type Changed When Doing SQL Queries | 05 Sep 2006 12:39 GMT | 1 |
how come when I'm doing some SQL queries, access auto change my dates to strings??
|
| Update Query problem | 05 Sep 2006 12:29 GMT | 1 |
I'm trying to write an update query, but am stuck because the criteria required make the query non-updateable. tblTask: TaskID (pk)
|
| Read Only excel spreadsheet linked to Access | 05 Sep 2006 12:26 GMT | 4 |
I have an excel sheet linked to an access database but it is setup as read only(and must stay that way), It will not allow me to run queries...(I keep getting an error message). Is there a simple way (I don't write code well) to do this while keeping it read only?
|
| i need urgent help please | 05 Sep 2006 11:28 GMT | 1 |
i want to calculate the overtime hours if someone work from 6 am to 4 pm but the work duty is from(7:30 to 2:30) i donot want to calculate the time between (7:30 to 2:30), he worked 3 hours extra but how i can figure it do any one have code for it i can but it in
|
| Query within a table | 05 Sep 2006 02:29 GMT | 4 |
I'm quite new to microsoft access program especially access query. Could you explain to me what type of query should i use to get my output table. At the moment, I have no idea how to do this task. These are my original table and output table.
|