| Thread | Last Post | Replies |
|
| Parameters via the Command Object | 09 Nov 2006 14:23 GMT | 1 |
Ladies and Gentleman, I am attempting to execute an append query with paramaters. In the criteria section of my query I have a parameter called strSQL. In the Query Parameters Box I used the data type "Text". I placed [strSQL] in the criteria box.
|
| Link to an Oracle Database | 09 Nov 2006 13:56 GMT | 1 |
Here is my code... I want to run a query against an oracle database and make a table in Access. This is what I came up with and it's not working. The Error:
|
| Automatic back-end back-up | 09 Nov 2006 12:55 GMT | 2 |
Keeping in mind I only want to have a back up for the data in the tables, I have a procedure that: When a user opens their front-end, a function checks the date in a table in the back-end; if the date equals the date in the table or is an earlier date
|
| MSComctlLib.ListViewCtrl.2 | 09 Nov 2006 12:14 GMT | 1 |
Can someone help me on MSComctlLib.ListViewCtrl.2 and ListViewCtrl???? Is there any possibility to enter for ListSubItems an image and not text value??? Thanks
|
| Trying to omit empty records from appearing on Access report. | 09 Nov 2006 09:34 GMT | 1 |
I created a simple access database with two tables, one query, and one report that lists several different cost items per individual. Many of the records contain $0 amounts. In the report, I would like to only show the fields that contain more than $0 amounts and eliminate the ...
|
| For x = 1 to Variable | 09 Nov 2006 09:33 GMT | 3 |
I'm using the line: For x = 1 to Variable, where Variable is a integer. Now it all works well but if a certain condition happens, then Variable can go up by 1. Now Variable will show that it has indeed gone up by one BUT the: For x = 1
|
| Function to run upon MS Access quitting | 09 Nov 2006 04:28 GMT | 1 |
Am stumped and a troll through the usual sources did not turn up anything How do I get a function to fire when a user either clicks the close window button on the Access application window or chooses File/Quit? (the database window itself is hidden in my db)
|
| Update if field not null | 09 Nov 2006 03:56 GMT | 6 |
I'm trying to create a SQL statement by going through each field, verify if it's null and then update if it is NOT null. If someone can look at my thought process and logic. I'm writing to a SQL Server DB. Below is the first two lines of code to give you an idea of my logic. ...
|
| Wrong error number generated! | 09 Nov 2006 01:53 GMT | 2 |
I have a bizarre problem with an error handler. I set it up to trap error &H80040E14 (-2147217900), which occurs when the routine tries to create a view that already exists. The code is: Public Function CreateOrReplaceView(strView As String, strSQL As String)
|
| Automatically update a FK when a PK is updated | 09 Nov 2006 01:07 GMT | 3 |
Is it possible to make a FK in a child table update when the parent table has a new record added. I'm looking to have the child FK updated when a Parent PK is increased via autonumbering? If this is possible, can you provide the code?
|
| Date Calculation | 09 Nov 2006 00:16 GMT | 1 |
I have a text box (of type Date) in a form that is used for updating table (tblOrder). By using the Control Source, I Calculate a new day for this text box (the new value is O.K)
|
| Can't find function | 08 Nov 2006 22:29 GMT | 7 |
I have a program that was converted from Access 2.0 to Access 2003. I’m in the home-stretch of getting this out the door but only have a few lingering issues. There is one function in a module that can’t be found, only at run-time.
|
| Run VBA code saved as string | 08 Nov 2006 21:22 GMT | 12 |
I need to convert it back from a string into code. I'm a newbie - so I'm really looking for a "how-to." Function mouseover(buttonname) Dim buttonname2 As String
|
| Moving Excel code to a new workbook | 08 Nov 2006 19:30 GMT | 2 |
I've searched here and mvps.org, and can't come up with an answer, so any help would be much appreciated. Through automation, I am pushing query results out to an Excel workbook, and formating the text some. That part works great. The
|
| Problem with Tree View | 08 Nov 2006 19:24 GMT | 2 |
I hope someone can help me. I am trying to use a tree control, and am not very familiar with them. I used one successfully in one database, but when I try to use the same form in a different database, I get problems. Below is the code
|