| Thread | Last Post | Replies |
|
| Whay does an update CRASH Access? | 03 Oct 2007 14:05 GMT | 3 |
Running Access 2003 on XP, doing a select from a table and passing the results to this subroutine to update another table. When running in debug mode, it works. When I stop it an anaylze the update statement, copy and
|
| Trimming a cell, remove "space character" | 03 Oct 2007 13:45 GMT | 3 |
I've got empty space in my records (e.g. "1 300", "9 833" etc) and I thought a simple "find and replace" in tablesheet view would do the trick, but for some reason the FIND does not work (doesn't find a "space"). Maybe I'm doing something wrong, but I can't figure why the FIND ...
|
| Business Queries | 03 Oct 2007 13:29 GMT | 2 |
Here is the serenio: I own an Auto Service store. In my service records database, I have Customer Table (customer number, name, address, phone, age, etc). I have Vehicle Table (vehilceID, Customer number, make, midel, color, etc). I have a Service
|
| Sorting by Distinct Month | 03 Oct 2007 12:43 GMT | 5 |
I have a table that has a bunch of dates for about and I would like to write a query that returns each DISTINCT month found in that table: Here is the query that I have now, which sorts them alphabetically: SELECT DISTINCT (Format([tblCalendar].[Day],"mmmm")) AS [Month]
|
| Most Recent Date | 03 Oct 2007 12:12 GMT | 1 |
In response to my earlier question, Marsh's code worked like a charm. I'd like to tie in one more question to this if I can. The code below works, but I don't seem to be able to tie this query now to a report that lists the actual company name. Can I modify the code below ...
|
| Converting some fields to columns | 03 Oct 2007 12:06 GMT | 1 |
I have the following table - Test Tester Result Test1 Brian Pass Test1 John Pass
|
| Pick Fields from an Input Form | 03 Oct 2007 03:28 GMT | 1 |
I am used to using a form to allow users to “filter” info from a query for a report, so they can for example pick a choice from a drop-down to limit records to those that match the choice in a particular field. I would like to do something similar but in this case list field ...
|
| Joining fields into one field dependent on value of another field | 03 Oct 2007 03:23 GMT | 1 |
Below is a sample of data of a query which I need assistance in - Group Fertiliser ApplicationRate 1 TSP 3 2 EFB 230
|
| #Name? What does this mean? | 03 Oct 2007 01:53 GMT | 5 |
Seen this out here before, but I have never seen an answer. What is this. I have entered all of the criteria for a query, and it opens up, but when I scroll across the columns I seem to reach one that casues all of the data in all of the fields to be converted to #Name?. ...
|
| changing only the year in date field | 03 Oct 2007 00:11 GMT | 5 |
I want to change only the year in date field of one table. I have tried with update query but i don't have right function or expression.
|
| Need help with quote marks in a query | 03 Oct 2007 00:08 GMT | 1 |
I need help with the following UPDATE query. I'm having problems with the placement of single and double quotes. "Me.txtNewRoleName" is a textbox on the form. I want to use the value of this object in the query. Query is: "UPDATE tblPreRoleApplMapping Set NewRoleName = '" & Me ...
|
| Add Column to a Table | 02 Oct 2007 21:01 GMT | 1 |
How do I add a column to a table and enter in it the text "FY 2007" in every row? I basically forgot to add that field when I created the table and now I woul like to add it. Thank you.
|
| Elapsed time between two dates | 02 Oct 2007 20:35 GMT | 2 |
I've got a manual machine at work that produce about 500 row's a day 6 day's a week It produce a table like this. Count Instr Scale Batch Gross Date Time
|
| The need for speed | 02 Oct 2007 20:29 GMT | 3 |
Hi, I'm am running queries to return the postcode. The New Zealand Post have supplied a data file that contains 1,829,432 distinct delivery points. Do you have any suggestions/recommendations to help speed up the performance of a search; particularly over a network. Both the data ...
|
| SQL Insert in VBA | 02 Oct 2007 20:18 GMT | 6 |
I'm trying to insert a field on a form into a table. All data types are numeric, Long. In my Main Module: Public LinkID as Long
|