| Thread | Last Post | Replies |
|
| mailing address vs. physical address | 09 Dec 2005 05:54 GMT | 2 |
I inherited a db with separate sets of fields for physical address and mailing address, all housed in tblCustomer. Even though the number of customers with mailing addresses different from their physical addresses is very small, the staff here have historically been doing double ...
|
| [ Parameter Queries ] - Multiple Values for One Parameter | 09 Dec 2005 02:23 GMT | 8 |
I'm trying to make a query to fetch records from a table based on a parameter given at run time. It works fine if I only want to run the query against one value, but how do I enter a parameter so it will several values. For example if I have a simple table of:
|
| Errors.. | 09 Dec 2005 01:13 GMT | 3 |
(1) I receive an error message when trying to run a query and am forced to shut the program down. (2) I receive an error message when trying to export the table and am forced to shut the program down. The database has over 6,000 records which we cannot lose. We have a
|
| Parsing data in memo field | 09 Dec 2005 00:43 GMT | 1 |
I have an MS Access database linked to a SQL table. I'm creating a query in Access that returns a column of type "ntext" with length "16". I'm not sure what that data type means but it looks to me like a Memo field. The field name is "ContactInfo". In that field there is ...
|
| Numeric - Data | 09 Dec 2005 00:01 GMT | 2 |
I create to make a table from the query. I have the column called "Code". I open the table and notice that it has: 453 567
|
| Can somebody get my SELECT statement to work?? | 08 Dec 2005 23:51 GMT | 7 |
I have a table called Customers and currently use the following SQL statement to search for a company within the table: PARAMETERS [Company] Text( 50 ); SELECT *
|
| Monthly Statistics | 08 Dec 2005 23:18 GMT | 2 |
Regarding the following query, how can I show ClaimCount for each month. A Row for each month. But over a two year period, there would be 24 rows returned, not a steady 12.
|
| Count Records | 08 Dec 2005 22:34 GMT | 1 |
I would like to be able to show the total number of completed tasks on my splash screen. I have a query which selects all my completed tasks using a number 3 as Completed, How do I count the number of records/rows the query produces and show it on my splash screen.
|
| Between dates query | 08 Dec 2005 22:28 GMT | 2 |
I am trying to display only the events between certain dates. I currently have the criteria field set up with "Between Dateserial (2005, [Enter start date (mm)], 1) And Dateserial (2005, [Enter end date (mm)], 31)." In theory this should work, but if the month only has 30 days and ...
|
| Capitalize address | 08 Dec 2005 21:51 GMT | 3 |
I have data that has all capital letters in the address. I created an update query for the lastname, firstname, city. Works great. How do you start where the first letter begins like in an address. 34778 MAIN STREET
|
| boolean fields | 08 Dec 2005 21:37 GMT | 1 |
How do I select records using a yes/no (boolean) field ? Say, all records checked ?
|
| query to list "no" values in report | 08 Dec 2005 21:10 GMT | 6 |
I have a simple form with field [EmployeeName] and then about a dozen checkboxes for questions (e.g. "Driver's License on file?"; "Social Security Card on file?"; "I-9 on file?" etc.). With the exception of my EmployeeName field, the rest of the fields in the underlying table are ...
|
| to resize column header height and have two-lines heading | 08 Dec 2005 21:04 GMT | 1 |
I use Access IDE for work directly. I want to find out two things. In the result pane, I want to increase the height of the column header. In addition, I want to have more than one line. Please advise. Thanks. Peter
|
| Row checksum in Access? | 08 Dec 2005 21:01 GMT | 1 |
Is there any way in Access to create a row checksum, in the same manner as on SQL Server (checksum() function) ? I need to compare rows between two databases, which have some fields as BinaryLong.
|
| Query Set Up for Null Results | 08 Dec 2005 20:20 GMT | 3 |
I am using Office Access 2003. I am having a problem when the final Query C below displays no data when one of the subqueries have no results. Issue: I have 143 individuals that completed a survey in the database. For Question 4 of the survey, an individual can choose either: ...
|