| Thread | Last Post | Replies |
|
| check for excel workbook | 15 Nov 2007 13:19 GMT | 2 |
how do i check to see if an excel book is in a folder? i am automating a process for non technical users and if a workbook exists, i want to delete so they do not have to respond to the message already exists. i am using a generic workbook during the update process as a work area
|
| qty in table1 minus qty in table2 equal to result column in table2 | 15 Nov 2007 12:34 GMT | 2 |
Any can help me to correct my coding ? ********************************************** Dim dbs As Database, rst As Recordset Dim strSelect As String
|
| Problems with Access 2003 | 15 Nov 2007 09:29 GMT | 2 |
Two problems: the first is more serious as I haven't got even a workaround at the moment. 1. A user is unable to open any report in preview or design mode (also probably print mode but I haven't tried) This happens for either an mdb file
|
| Export to workbook by Query Criteria | 15 Nov 2007 08:07 GMT | 1 |
I search around for qutie sometime and still cannot find a solution to this problem. I have a db that runs query reports with month and year as criteria and a number of excel workbooks named "Report MMYY". What I want is a code that
|
| Delete the last record | 15 Nov 2007 07:45 GMT | 2 |
Hello everybody, I'm making my MP3 collection db importing xls files created by an MP3 tag editor. I have the following code to append the xls file to my access table and everything work fine. Since the last row of the xls file is always "this list has been created with..." I'd ...
|
| excel cell value | 15 Nov 2007 07:00 GMT | 4 |
want to check for a specific value in col 1 and row 1. if that value is not there, will cancel the operation. how do i check for that value? tried this
|
| better way | 15 Nov 2007 06:22 GMT | 3 |
I use this code to get the hours in a contracts Set rst1 = CurrentDb.OpenRecordset("Select count(PeriodNo)/2 as hours from IERSPROD_TOFFERSLOT Where OfferCD = '" & sOfferCD & "'") rst1.MoveFirst
|
| Waiting for input from a form | 15 Nov 2007 00:46 GMT | 7 |
Half-way through my code, the user needs to supply information from a combo-box. How do I pause my code while the user makes their selection? I cannot use InputBox or MsgBox, since I need the combobox object. How do I open an
|
| Code Issue | 15 Nov 2007 00:16 GMT | 1 |
I have an unbound form with a multiple select list box (lstClass) and a command button (cmdOK). I am trying to select row(s) from the list box and build up a Where string and then apply that "WHERE" criteria to a Select Query (qrySupplierTEST) to get my desired records. Once I ...
|
| how to parce out part of a string and replace it with another stri | 14 Nov 2007 23:53 GMT | 2 |
Problem: I have sereral files with simular names. I would like to be able to replace part of the file name with a persons name I want to replace the "Master" in the file name with [LastName]
|
| Using InStr Function to Parce a string | 14 Nov 2007 23:46 GMT | 2 |
In inStr function and using it has always caused me a headache. I did the following to get the [personName] from the datafile path. I would like to know if there was an easier way to accomplish the same. ------------------------------------------------------------
|
| ISAM error when trying to create tablelink | 14 Nov 2007 22:46 GMT | 21 |
I'm using Access 2003 and trying to create a linked table from an AS400 database. Here's what I have that's not working. ===========
|
| Sorting Excel Spreadsheet | 14 Nov 2007 22:36 GMT | 2 |
I have a procedure which opens an Excel template, adds data, and optionally saves the Excel file. I can sort the sheet from the Access code, but it only works the first time Excel is opened in the current Access session. If I close Access and Excel, then reopen Access and run the ...
|
| Automate Relinking Tables for Password Protected database | 14 Nov 2007 21:03 GMT | 2 |
I am using the code found in Access Web to automate Relinking Tables http://www.mvps.org/access/tables/tbl0009.htm Problem: The backend database is password protected
|
| arrays and loop question | 14 Nov 2007 20:35 GMT | 2 |
Good Afternoon, I have a question i cannot seem to answer. I have 2 arrays and a loop that perform certain functions, and when i call this sub, i get and error message stating: "Compile Error: byRef Argument
|