| Thread | Last Post | Replies |
|
| Parent Set Focus problem and subform table update | 28 May 2007 05:51 GMT | 2 |
If have a parenet form with a subform. When I enter data into the subform I need it to add the data into the table but I am not sure how to do this. Do I use a docmd to create a new record and if so how do I get the button to
|
| How to access global variable EXPLICITLY | 28 May 2007 00:16 GMT | 2 |
i have declared one global varibale named VAR1 in form module and another defined in sub proecdure with the same name (VAR1) in the same form module . if i use VAR1 then local variable will be
|
| update data in a table with with reference to another | 27 May 2007 22:26 GMT | 1 |
i have two table in one table name group AA 1 BB 2
|
| Determing the Number of Records in an Append Query | 27 May 2007 20:11 GMT | 3 |
I have a database with two tables - a Work Order table and a Preventive Maintenance (PM) schedule table. I am also using the Access Switchboard when the database is opened. In the normal Database view, I created an update query (PMCreateOrders) that
|
| SendObject | 27 May 2007 10:50 GMT | 1 |
Can any one give me some help on the SendObject command: I get the error message: The Command or Action "SendObject" isn't available now" Thanks,
|
| Update Query Question... | 26 May 2007 17:36 GMT | 6 |
I have a form that keeps track of updates made to another table. However what I would like is to update the other table with the changes. Example I have 1 table called IP Data and 1 called IPCData
|
| Open and save a bmp file in Microsoft Paint | 26 May 2007 14:33 GMT | 7 |
Using vba, I need to open a 256 color bmp file in Microsoft paint, then save it as a 24-bit image. I have a large number of files and have already developed a way to programatically loop through the files. Thanks very much for your help!
|
| sample code to extract Outlook2003 mail objects | 26 May 2007 08:37 GMT | 2 |
I am looking for sample code that allows me to extract e-mails from outlook and save them in a folder on my disc. I also want to get the details of the mail - like sender, title, to etc.
|
| GetElapsedDays() | 26 May 2007 03:02 GMT | 5 |
I am trying to create a query using the GetElapsedDays to get business days that an employee is out of the office. When I use the GetElapsedDays() on its own it works fine but when I try to drill down futher by having the query /7*5 it Errors out and when I try to use and ...
|
| Question from a non-programmer | 26 May 2007 02:00 GMT | 3 |
I'm not a programmer so apologies if this is a really silly question. I'm using VBA with Access for a piece of work. Is it possible to create an executable file that will run without the user seeing that Access is used.
|
| maybe it's this headache - easy SQL question | 25 May 2007 21:52 GMT | 4 |
How do I get this to insert into multiple fields, instead of just one. strSQL = "Insert Into tblVendors ([Vendors]) " & _ "values ('" & nvendor & "');" -Thanks!!!!!!!!
|
| delete autonumber memory | 25 May 2007 21:51 GMT | 2 |
After a delete query that deletes all the data in a table, I also need the autonumber (key) reset to zero. It just keeps counting up forever. After it gets in the 6 digit numbers it messes up my code that uses that field as part of a file name format 0000.
|
| using dateadd with iff | 25 May 2007 20:22 GMT | 2 |
I have two text boxes in Access 2002-2003 that contain a date/time and I am trying to apply a an IIf statement through their control source, but for some reason they are not giving me the desired result. I can change the order of my arguments, but usually only the first two work.
|
| Automate excel subtotals from access | 25 May 2007 20:11 GMT | 2 |
I've got an Access2k app that exports sales data to an excel2k ss. I've got the data sorted up ok but now I want to have subtotals generated. Can anyone help me make that happen? Thanks, Bear
|
| del 2003 al 2000 | 25 May 2007 19:45 GMT | 2 |
Hola todos: Tengo el siguiente código de Access 2003 que no funciona en Access 2000 (lamebntablemente la BD ha de ser en 2000), el cual copio a continuación: Function apEnableShift()
|