| Thread | Last Post | Replies |
|
| I fear | 31 Dec 2004 23:43 GMT | 4 |
this may be a stupid question... how do I create a parameter query that is the equivalent of where x contains "something" and the results return all entries that have the word something anywhere in the field
|
| Job Titles | 31 Dec 2004 22:57 GMT | 4 |
I'm wondering what job title you use in your shop for what you do. Here's what I do; I design/develop Access database applications for other people to use from beginning to end. I do all phases from meetings with end users, scope document, design, code, test with end
|
| Lookup Lists | 31 Dec 2004 22:20 GMT | 10 |
How can you update a Lookup List after it is created. It is not tied to any table. I have tried adding the new data at the table level, but when I go to the Form to input, it isn't on the list. Any suggestions?
|
| Connecting access aplications with PIN/CHIP payment divises | 31 Dec 2004 20:52 GMT | 1 |
I am searching for code that makes it possible to connect a cash register (operated with microsoft Access 2003 software) with a PIN/CHIP payment divise. Can some of you give me futher information where I could find that code,
|
| How To Prevent a User from running 2+ copies of the Same Access Application | 31 Dec 2004 20:43 GMT | 2 |
I have a rather unusual problem. Users sometimes run 2 or more copies of the Access application on the same computer simultaniously. This creates some problems with duplication of records. Is there any way to programatically keep users from running more than one copy of the ...
|
| Replace with wildcards | 31 Dec 2004 19:31 GMT | 1 |
I have a dumb question, but cannot find an answer: I've got a string like -"The day is Oct 2004 and it is nice outside" -"Today is Nov 2003 and I am hungry"
|
| Error '3426' When Updating Database | 31 Dec 2004 19:20 GMT | 2 |
Here's the code: Private db As Database, rs As Recordset Set rs = db.OpenRecordset("Table") rs.AddNew
|
| problem exporting access table in oracle database | 31 Dec 2004 17:53 GMT | 5 |
I am using Microsoft Access 2000 and Oracle 9.2.0.5 on Windows 2000. When I export a table from Access to Oracle using ODBC I get error: ORA 972 identifier too long
|
| Access Report, Conditional Text | 31 Dec 2004 17:40 GMT | 7 |
I currently have a report that lists employees and the points they have. This information is edited through a form. Currently on the report I have... EMPLOYEEID NAME POINTS
|
| Need SQL code for fields when using MAX function | 31 Dec 2004 17:24 GMT | 2 |
When you use an aggregate function in a SELECT statement, you cannot specify any fields you want they way you usually can in a SELECT statement. Only fields that are part of the GROUP BY clause can be retrieved. How can I create a join to select a record from a table using the ...
|
| Access totally failing | 31 Dec 2004 16:38 GMT | 3 |
I cant open anything in access 2003 or 2002. It keeps shutting down and restarting. I reinstalled it twice with no luck. I even reinstalled the entire office program. When I open office then use the menu to open a data base. I get the error message "Unknown". Then access shuts ...
|
| UPDATE query syntax question | 31 Dec 2004 15:05 GMT | 4 |
I'm trying to update the address record of an existing record in my mdb with values from another existing record in the same table. In pseudo code it might look like this: UPDATE tblAddress SET
|
| Can ListBox be pre-loaded for better scrolling? | 31 Dec 2004 13:58 GMT | 4 |
I have an Access 2003 mdb with a Main Form that has a ListBox with a long list of items. The problem is the scroll bar on the ListBox does not scroll all the way to the end unless you first scroll half way, then let up the left mouse button, and then continue to scroll to the end ...
|
| How to change an existing field size with DAO or ADO? | 31 Dec 2004 12:47 GMT | 6 |
I am totally confused about the following: 1. Is it possible to change the size of an EXISTING TEXT table field in Access 2k or later using DAO or ADO code? 2. If so, does anyone have some sample code?
|
| update auto incrementing check# to records on table | 31 Dec 2004 08:31 GMT | 1 |
There could be 50 vendors which we are going to send payments to, and each vendor could have up to 100 records on the table for payment. I need a method to enter a check# once then the system would put that # on all the records for one vendor then add 1 to the check# and then
|