| Thread | Last Post | Replies |
|
| Transfer multiple sheets into 1 table | 14 Sep 2007 18:04 GMT | 15 |
Can anyone help me in the right direction. In a dirtectory i have multiple excelfiles with the same number of sheets , but the data is different. I need to transfer data from (for instance sheet4) of multiple excelbooks
|
| Access Form | 14 Sep 2007 17:19 GMT | 4 |
I am building a basic form that the user can enter data into. (just 1 table) I am gettin "From" and "To" Dates from the user how do i display data that the user could edit based on the From and To Date?? I tried giving the data source for the form as a query, but in this case
|
| VBA event definitions | 14 Sep 2007 16:36 GMT | 3 |
Could someone please point me to an article defining all the (access) form-related events and the sequence in which they occur. Thank you
|
| Import Excel Spreadsheets in folder to a table | 14 Sep 2007 15:14 GMT | 2 |
I have an MS Access application that generates Excel spreadsheets (single tab) for emailing to respondents. When the emails are returned, they are detached into a single folder for uploading. I have a requirement to load these into an Access table (named "Responses") on a ...
|
| Error 3073 with TransferText | 14 Sep 2007 14:54 GMT | 7 |
I am using TransferText to export the results of a query to a CSV file. Originally, I was using the TransferTextType acExportDelim, but this enclosed th exported fields in quotations marks which is not suitable for my purposes. I then used the export text wizard to create a new ...
|
| Executing an OpenForm with a variable not working | 14 Sep 2007 14:34 GMT | 2 |
I have a form (call it Form_A) that I open from several different forms. On Form_A I have a button that closes the closes Form_A and opens the form from whence it was called. I do this by storing the name of the form opening Form_A in a variable. When the user clicks on the ...
|
| How can I pass values from a recordset to an SQL clause? | 14 Sep 2007 12:01 GMT | 5 |
I am trying to make this code work using ADO in Access but I get an error message: Run-time error '-2147217904 (80040e10)' 'No value given for one or more required parameters'
|
| using a database thorough a touch screen monitor | 14 Sep 2007 11:18 GMT | 2 |
Already posted in "security" but maybe this is the right place. Hello, we have developed an application to administer a questionnaire on a system which use a touch screen monitor.
|
| Select Query and Loop or Inert Query? | 14 Sep 2007 11:08 GMT | 1 |
I have a linked table in an Access Database 2003. The linked table is updated via a 3rd party application that is an Access database of all printouts done on a printer. While 3rd party db doesn't have a primary key, I can use Print ID, User ID, Time and Date as a combined 'key.' ...
|
| Update Recordset with VBA | 14 Sep 2007 11:05 GMT | 4 |
I am trying to update a table using VBA and SQL. A form is filled out with user ID and PW, then these data are sent to global variables. The global variables are used to create a record in tblUserActivity.
>From what I've read of previous posts, this should be pretty straight |
| merging csv files | 14 Sep 2007 09:56 GMT | 1 |
good morning, this is maybe not the right section to post this question, but anyway, this is my problem, every month I receive about 150 separate csv files and each csv file has header information, I'm trying to find a way to merge all these files into one single csv file!, when ...
|
| Updating Field value from Field with same name | 14 Sep 2007 09:56 GMT | 2 |
Would like to update the value in Tbl_AddNew.NamesAdd with the value from Tbl_Double.NamesAdd (I really do not want to have a different field name in each table). I thought code below would work but it does not!!
|
| Open Password protected Excel from Access | 14 Sep 2007 04:28 GMT | 5 |
How do I work with an Excel spreadsheet that is password protected from Access? Is it possible? In all likelyhood, I would probably be doing a DoCmd.TransferSpreadsheet to
|
| access Importing | 14 Sep 2007 04:26 GMT | 3 |
I want to import a file wih extention .res to access. What i am doing now is i am telling the user to manually change it to .txt file and then import. Is there a way that access could take this .res file and convert to .txt
|
| MultiUser Issues with Access2002 - Errors 3343, Invalid SQL,214721 | 14 Sep 2007 01:02 GMT | 7 |
Program runs great all day in single user mode with absolutely no errors but is very "unstable" in multiuser mode because it will occasionally get error messages when two users apparently access same table (but different records) Usually receive one of three Error messages:
|