| Thread | Last Post | Replies |
|
| Error | 17 Dec 2007 06:41 GMT | 15 |
I get an error when I do anything on a form, the error = "A problem occurred while (database name) was communicating with the OLE server or ActiveX control” I don’t have any ActiveX or OLE server!, this comes up if I write any code or a macro, and then I can’t do anything I have ...
|
| Combo Box Binding | 17 Dec 2007 05:49 GMT | 1 |
I have master table named Emp_Master with fields Emp_ID and Emp_Name. I want to bind the combo box with name in such a way that it will display the names of employee but I should be able to use Emp_ID in background so that I can query different table using this value in where ...
|
| sample / example request | 17 Dec 2007 03:16 GMT | 1 |
Hello. I have been given the dubious task of creating an Access app that uses an xml file for information regarding stock quotes. This would be real time stock info. Has anyone come across a sample or an example of how this would be done? And is it available for viewing on ...
|
| Filter Data based on Form | 17 Dec 2007 02:06 GMT | 11 |
I have a form that is based on a query. I also have a unbound list box that the user can select a location from. The Locations are Seattle, Bellevue and Redmond. When the user selects a location I would like the form to only display the
|
| date initializing | 17 Dec 2007 01:41 GMT | 7 |
I want to initialize date variables. However, the following options are not successful (I use the European fate format : dd/mm/yyyy) neither
|
| delete from combo box | 17 Dec 2007 01:33 GMT | 3 |
Why deletion from a combo box is not working ? I have a control in my form called productid. In the onClick event of this control i have : Dim StrSQL As String StrSQL = "DELETE * FROM [order details1] WHERE ProductID = " & Me!productid &
|
| Copy Image to paste into word. | 17 Dec 2007 01:12 GMT | 3 |
I need to copy a linked image to the clipboard to be pasted into word. The image on my form is based on a text box which contains the path to the image. The image on my form is called ImageFrame and the path is in a text box called Pic. When I click on the image, the copy ...
|
| Project Explorer VBA | 16 Dec 2007 21:18 GMT | 2 |
VBA Why I can's see some forms created in access window in (Project Explorer) in VBA Windows
|
| Loop through records, pop up window for data and insert | 16 Dec 2007 20:55 GMT | 2 |
Is it possible to loop through records and pop up a window for additional data, then insert the record? at present I have this: Dim SQLStr As String If MySelected2 <> "" Then
|
| Basic Question on Prefill | 16 Dec 2007 19:45 GMT | 3 |
I have a form that I'm using for data entry for a group of people. One of my fields is City. To ease the data entry process, when the user enters the first letter of the city, I'd like the field to prefill as the user types so they can just hit enter after entering a few ...
|
| Output report to Word - Formatting | 16 Dec 2007 16:45 GMT | 1 |
I have a series of reports that I output to a Word doc in rtf. Is there a way to keep the report format in tact? I.e., can I output the report so that it looks the same as it does in the report viewer?
|
| import object | 16 Dec 2007 14:58 GMT | 1 |
How can I import object from another data base? Also Where the macro action (Import) and (Export)
|
| Tab Control Problem | 16 Dec 2007 14:49 GMT | 2 |
I'm just wondering how I can add controls to tab control pages that are bound to fields from different tables. I have 3 tables (road, track and gym) with similar named fields and I want to create a tab page for each table. Unfortunately, my tab control form only allows me
|
| Limits in MS-Access 2003 vs Vista | 16 Dec 2007 05:20 GMT | 5 |
Using Office 2003 and Windows XP; Please consider these questions to be on a personal use basis as opposed to commerical use: 1) Is there a good side by side comparison of the practical limits of
|
| Can't stop user from editing form | 15 Dec 2007 22:11 GMT | 2 |
I’m having a problem getting the AllowEdits property to work. Here is the issue. I have a form - frmOrders . The forms Form_Current event has the following line of code: AllowEdits = False
|