| Thread | Last Post | Replies |
|
| AfterUpdate() event | 16 Mar 2006 06:25 GMT | 1 |
I am pulling my hair out on this one. Everytime I use the combo box I get "The object dosen't contain the automation object POrderDetails". The main form is POrder and the subform is POrderDetails. The code below is attached to the after update event of a combo box setting the ...
|
| Run update query from subform control | 16 Mar 2006 06:06 GMT | 1 |
I have a field called “MarkUp” which has a default value of 1.25. It exists in each record of table “ItemDetail”. I would like to give users the ability to change this value in a set of records from a subform. I envision a control on a subform where they could enter a value, ...
|
| Can't enter data in form | 16 Mar 2006 03:59 GMT | 1 |
This is driving me crazy. I have a working Access database. I wanted to redesign some of the forms and get rid of unused queries. I can't make changes to the db while other users are in it. Rather than make a copy of the db, I decided to start with a brand new, blank database ...
|
| Chart Form in Access 2002 | 16 Mar 2006 02:56 GMT | 1 |
I am using an Microsoft Graph Chart in an Access 2002 Form. I'm doing some simple charting and I manipulate the underlying query with VBA code behind the form. Can I control the Chart Title and other options via native VBA? It's not a pivot chart it's just a normal chart. I ...
|
| Move to tabbed page | 16 Mar 2006 02:49 GMT | 6 |
I have a program with a number of subforms located under several tabs. On a form under one of the tabs is a button that runs a subroutine. At the end of the subroutine I would like the program to go to a form under a different tab. I know how to use the setfocus method and ...
|
| Create A Form Instance??? | 16 Mar 2006 02:38 GMT | 2 |
I am interested to learn if anyone knows of a method to dynamically create an instance of a form by use of the form name? This would be apposed to the standard method of Set frmVar = New_MyForm. An example of what I would like to do is something like this:
|
| How Do I Extract Data from my Form to load new table records? | 16 Mar 2006 02:34 GMT | 16 |
I am VERY new to this, so sorry for the dumb question. I have the best MS Access books you can by, and they all take for granted you know how to do this, so gloss over it. I have the need to create skeleton our outline records in a table. Assume
|
| Unbound Multiselect Listbox Highlighting and updating records | 16 Mar 2006 02:00 GMT | 2 |
I am very new so I apologize for the fusilade of questions to follows. I have been searching the web and this forum and find pieces but not enough for me to put together... Here is my problem:
|
| Update Form to display on Tab | 16 Mar 2006 01:28 GMT | 2 |
Hi Im not sure if this can be done, but i have a form which i use to create a lecture schedule. On the same form, i've create a tab box which has the days of the week as the title of each tab. As i add a lecture to the form, id'
|
| Calculating YMD from a date of birth | 16 Mar 2006 01:19 GMT | 6 |
Trawling thru the newsgroup don't give me an easy answer - how do I calculate the difference on a form between a Date Of Birth (say, 25 Mar 2005) and Now(), and get a field to display it as "0 years, 11 months and 21 days" ?
|
| All records in combobox | 16 Mar 2006 00:51 GMT | 2 |
I've designed a form to register the parametros of a world-wide statistic report In the form I have a combobox to select by pais, but additionally I need the option 'ALL' for to inform about all countries
|
| close form button stopped working? | 16 Mar 2006 00:31 GMT | 1 |
Using access 2000 on XP, one of my students has a reasonably simple form that ignores the close button (the cross in the top right hand corner). I've looked at the properties of the form and there does not appear to be any code attached to the close event.
|
| How can I add a white border to print on colored paper | 15 Mar 2006 23:06 GMT | 2 |
On a power point slide, is there a way to add a white border to print on colored paper as white?
|
| Export/Import | 15 Mar 2006 23:03 GMT | 4 |
I'm trying to export a table to a txt file, the export works fine. 'Export Private Sub Command0_Click() DoCmd.TransferText acExportDelim, , "Table1", "c:\Access\export.txt"
|
| Duplicate entries | 15 Mar 2006 22:12 GMT | 6 |
I have a slight problem I want to keep all my dtat entries in the same table for ease of mainternance but I want to avoid duplicate entries except in one type of instance.
|