| Thread | Last Post | Replies |
|
| Me.Property | 17 May 2005 19:26 GMT | 3 |
I have a data entry form with a combo box/text box for the vendorName and vendorID. On this form, I have a sub form with fields: notes, date, time, vendorID. I have a notes table to capture the notes. When I save the form it save
|
| SubClassing Subform | 17 May 2005 18:41 GMT | 2 |
Does anyone know if it's possible to subclass a subform and display different images on a continuous form ?
|
| Populating a subform or child form dynamically | 17 May 2005 18:37 GMT | 1 |
I am writing an Access app in which I have many tables. I am trying to develop a Wizard driven interface that will on one screen, allow the user to choose thier table, then on the next screen, open the table in a subform in datasheet view.
|
| Q: opposite of pop-up? - or - if is open any form except "frmMyForm" then.... | 17 May 2005 18:34 GMT | 1 |
when my app opens I have a couple of boarderless (titlebarless) forms that open at the top and left of the MDI Area, (actually they look like they're part of the background) all the other windows open infront of them
|
| opening a form at a particular record | 17 May 2005 18:21 GMT | 1 |
Hello all, I am using the Docmd.openform to open a form based on a selection that the user makes from a list on the current form. this is the code im currently using.
|
| code is only updating 1st record | 17 May 2005 18:18 GMT | 1 |
I am having problems with my code (shown below) only updating the 1st record in my recordset instead of all the records. Private Sub cmdCalculate_Click() Me.Recordset.MoveFirst
|
| Startup | 17 May 2005 17:11 GMT | 16 |
Can one launch an application using a general module in the startup properties, or are we restricted to specifying a form? If so, would there be a better approach than to launch an invisible form whose open code calls the module
|
| Display report preview inside form. Possible? Ideas? | 17 May 2005 16:29 GMT | 2 |
I have a form with a tab control, and I want the first page of the tab control to display a read-only summary of the stuff buried inside all the other tabs. Because the information is dynamic, formatting this summary just using form controls would get pretty crazy, but formatting ...
|
| duplicate entry message | 17 May 2005 15:30 GMT | 1 |
I am attempting to code my form so that if a user enters a Customer ID already in use, they will get a message box that tells them immediately after leaving the corresponding text box. (as opposed to getting an error message when attempting to save the entry after fully ...
|
| multi-select list box | 17 May 2005 15:01 GMT | 2 |
I have a multi-select list box on one of my forms. What i would like to have is a 'select all' button which will automatically select everything in the box. Can any suggest a way of doing it?
|
| Disabling Text Fields using a Checkbox? | 17 May 2005 13:09 GMT | 3 |
I have a number of text fields (bound to a table of data) on my form. I have added an unbound checkbox. What I want to do is disable and grey-out if possible some of the text fields if the checkbox is ticked.
|
| do I buy PowerPoint 2003 or Office 2003 Standard Edition? | 17 May 2005 10:58 GMT | 1 |
I have Office 2003 Basic Edition included on my system but I now need PowerPoint. Do I but just PowerPoint 2003 or do I upgrade to Office 2003 Standard Edition?
|
| field from subform (datasheet) to appear in a textbox on the form | 17 May 2005 06:39 GMT | 6 |
I want a field from subform (datasheet) to appear in a textbox on the form. I have a comments field with several lines of text, so its not practical to have it shown in datasheet view on my form. I want the comments field to appear in a text box below the datasheet subform.
|
| Form population based on a parameterized select query. Help neede | 17 May 2005 06:02 GMT | 1 |
I have a form that is based on a select query that takes one parameter. How can I code my form to use a combo box to select the value for this parameter, and have the form automatically populate once this value has been selected? The form has around 30 elements that need to be ...
|
| Access to SQL over web | 17 May 2005 04:58 GMT | 10 |
If I have a access frontend, can i link to a SQL Serer that resides at an ISP? If a regular LAN-based sql server only requires an IP and password, would there be any difference?
|