| Thread | Last Post | Replies |
|
| FIND DATA | 06 Mar 2008 10:08 GMT | 4 |
hi, i have set two textbox on a sheets, name "code" & "product name" i want to set once i input "code" than use the code to search the product name in product datebase, than copy to textbox "product name.
|
| Get Error #13 when trying to use DDEINITIATE any ideas? | 06 Mar 2008 06:41 GMT | 3 |
Am trying to link Access Data Base with Word Application want to pass data from Access to Word. Have application working under Access 2000 now as we are getting ready to upgrade to Access 2003 the line of code with DDEINITIATE gives me a typemismatch error#13
|
| outlook security alerts | 06 Mar 2008 04:23 GMT | 2 |
Is there an easy way to get around the outlook security messages? I am trying to use some vba code to loop through a report and email each person's report to them using the sendobject function. I keep getting a message for each person's email from outlook asking me to "allow" ...
|
| For next string loop | 06 Mar 2008 02:51 GMT | 4 |
I am trying to produce what the following code would do, if only it would do it. What I need is a suggestion as to how to accomplish it. I could always use and array or a recordset, but was wondering if there isn't some kind of loop I could use that would do it.
|
| coverting sub into more useful Function | 06 Mar 2008 01:19 GMT | 1 |
I have a sub that uses code like: With Me.EmailAdd1 ... I am trying to switch the sub into a function that I could use from multiple
|
| Closeing Access 97 | 06 Mar 2008 01:16 GMT | 1 |
I use a macro to update a table with data from several sources. after runing it I can close the data base but I can't close access itself. any sugestions MarkS
|
| Insert/change information in a field | 05 Mar 2008 22:16 GMT | 5 |
For all you expert VB programmers this is probably a no-brainer. But, How can I change information in a particular field in a particular record in a table programmatically. Of course you can do it in a form - just scroll to that record and change any field in the record - but ...
|
| convert to mde with link table | 05 Mar 2008 20:28 GMT | 2 |
Is possible to convert mdb to mde when you have link tables with the database? I try to convert the database to mde and received the following message: "Microsoft Office Access was unable to create an MDE database". I only have 5 link tables, 3 queries, 6 forms and 2 reports. ...
|
| Retrieve Autonumber Added | 05 Mar 2008 19:39 GMT | 2 |
Hi, I have searched for this question but can't seem to get an answer. I need to insert a new record to the ROHeader table and many records to the RODetail table. It is a one to many relationship between the ROHeader and RODetail
|
| Fast error-handling and Form_Laod-Event | 05 Mar 2008 19:38 GMT | 3 |
I am new to access-vba and I have got the following problem. In the Form_Load()-Event my DB trys to import CSVs from a Remote Location. If there is no connection it freeze for about 30sec and then the error-handler becomes active. Is there a way to fire the error handler
|
| Criteria in a DCount Function | 05 Mar 2008 19:26 GMT | 4 |
I'm trying to count missing dates in the [CalDue] field of the table tblCal. It seems that the following code should work but it always yields a zero count. DCount("[CalDue]", "tblCal", "IsNull([CalDue])")
|
| line input vs whole file | 05 Mar 2008 18:24 GMT | 7 |
I have a large file that I import on a weekly basis. Currently it is almost 196,000 records and grows each week. I am running through the following code and I noticed afdter about 70,000 records it starts slowing way down. I believe it is because I am reading in 1 line at a time ...
|
| Creating a Folder/fso vs. MkDir | 05 Mar 2008 18:21 GMT | 3 |
While searching I read a long but interesting discussion of fso vs. MkDir as a way to create a folder. Both appear to work for me, so I lean toward the simplicity of MkDir, but two questions: BOTH options appear to create the folder as Read Only, and I can't find
|
| currendb and link tables | 05 Mar 2008 16:08 GMT | 1 |
Hello, I made a database that was working correctly before, but when I split the database into two parts (Tables and one mdb and others as the other mdb), I got this message: Operation is not supported for this type of object. Can
|
| report filter code | 05 Mar 2008 15:27 GMT | 6 |
I have a report which uses the attached code to filter the report by items selected in a MultiSelect listbox. But when i run this code I have the following problems: When I run this code I get the following error when I select one item from
|