| Thread | Last Post | Replies |
|
| Change SQL to allow Memo format rather than only 255 character tex | 03 Jul 2007 21:52 GMT | 3 |
The following SQL seems to cut my Memo text to fewer characters. My knowledge is too thin to recognise which part is doing it. Help would be much appreciated. The ID part is Ok, the problem lies in Field1. Thanks SELECT (Select Max(ID) from 01_LCControl where ID<tbl.ID) AS ID,
|
| Criteria Messing Up Sort Order | 03 Jul 2007 20:54 GMT | 13 |
Hello all! This is my first post to the Access forum. I did some searching on this, but didn't find an answer... I have a query with about 10 fields on it. I sort ascending on field1 and then ascending on field2, and everything works fine. Query results look great.
|
| I need to Requery and Stay On the Same Record | 03 Jul 2007 20:18 GMT | 2 |
I have a subform that users use to enter in data. After they enter in the data they then click on a button to print the record that asks them for their ID (which is an autonumber and shown on the form) because there are multiple records per user. My problem is that if a user ...
|
| Linking a Number and Text field | 03 Jul 2007 18:42 GMT | 2 |
I have two tables (Entries and Payments) on which I am trying to compare vouchers redeemed. I am needing to link [Voucher_Num] from table Entries, which is an AutoNumber field to [Number] in table Payments which is a text field (I need this to be a text field as this payment ...
|
| Changing data from source tables using queries? | 03 Jul 2007 18:26 GMT | 8 |
I have been having a frustrating time with what I think must have a simple solution: If I have an Access database with 2 tables, run a simple query and then output all the information from both tables why is it that
|
| Serial data | 03 Jul 2007 18:03 GMT | 1 |
I need to input serial BCD data to microsoft access via a com port. I thought of running a scipt to control the flow of data but am unsure where to put the data once I have loaded it and how to read that data into microsoft access. Has any one done this before or have any ideas?
|
| Pass a parameter to a stored procedure from ms access | 03 Jul 2007 17:40 GMT | 2 |
Access 2000 and SQL 2000 How do I pass a parameter to a stored procedure from ms access?
|
| Return the earliest and latest of each product code | 03 Jul 2007 16:50 GMT | 2 |
I need to find out the earliest entry date and the latest entry date for each product code. How to do this? Currently I'm doing a primary sort by product code and secondary sort by date, and then manually picking off the first and last dates for each product code, but I would ...
|
| Parameter query - use two dates for multiple fields? | 03 Jul 2007 15:34 GMT | 5 |
I have a query that looks for 4 different dates (sort start, sort completion, soft open, last day business). Rather than using between in the criteria, I'd like to use parameters to have the user enter the general start and end dates of the search range, then bring me every ...
|
| Cascade delete | 03 Jul 2007 15:07 GMT | 1 |
If i use the SQL command with out the on delete cascade it works but i need it with the cascade delete on but then i get the error 'syntax error in contraint clause'. What do i wrong?
|
| SQL query to display values in a Combo box | 03 Jul 2007 14:38 GMT | 2 |
I am new to VBA programming I have a table named 'CostCentres' which has got the cost centre structure of the company I work for (It has many divisions, departments and cost centres).
|
| "Division by zero", but... | 03 Jul 2007 11:20 GMT | 2 |
I have a UNION query that's merging the results of several individual queries. When I run the UNION, i briefly see the results of the query as expected. A few seconds later, i get a "Division by zero" error, and all fields go to #Name? errors.
|
| Lookup filtered by another field in the same record | 03 Jul 2007 10:34 GMT | 2 |
I have 3 tables as described below: <Countries> Country_ID (key) Country_Name
|
| Assign new ID from duplicate records | 03 Jul 2007 10:24 GMT | 4 |
My table contains records with duplicate IDs. ID Name AAA John Doe AAA Jane Doe
|
| Delete duplicate records from a query | 03 Jul 2007 09:52 GMT | 9 |
Hi and thanks for any help, I created a query based on 2 tables and for some reason i have duplicate rows. What is the cleanest way to delete duplicate rows? is it to place "distinctrow" after the SELECT?
|