| Thread | Last Post | Replies |
|
| Change the Look In field of the find dialog in Visual Basic | 27 Dec 2005 14:00 GMT | 8 |
I am trying to open the Find menu command from a button on a form. Normally when the user goes to find using the menu the 'Look In' field of the dialog box gives two choices. One is the actually control that is the focus the other is the entire form. When I use my code it only ...
|
| Combo Box selection limited by value in text box | 27 Dec 2005 03:55 GMT | 2 |
I want a combo box on my form to select an appointment within a date range that I enter into text boxes txtDateHigh and txtDateLow on my form. The combo box row source is like: SELECT Patient, ApptDate, ApptTime WHERE ApptDate Between [txtDateLow] And
|
| VB code to perform custom query of MS access table and display alert | 26 Dec 2005 20:53 GMT | 2 |
I have a MS access database which has entries (each of which has a name field) and uses a form to make new entries. I would like to put together code that will run when a new entry's name is entered that does the following:
|
| Update data in subform from unbound textbox in form | 26 Dec 2005 19:02 GMT | 2 |
What is the best method of acheiving the above?
|
| Automatic update in a subform | 26 Dec 2005 16:49 GMT | 2 |
I have a subform (Trials) within a form (Schools) In schools I have a field [contact], and the same in "Trials". in trials i also have a field [Trial], which is a combo box. I want the form to automatically pull the [contact] from schools into the
|
| Gannt Chart | 26 Dec 2005 16:01 GMT | 1 |
Does any one know of any links to Gannt Charts in Access? Thanks!
 Signature Message posted via AccessMonster.com
|
| Context menu for treeview | 26 Dec 2005 14:34 GMT | 2 |
I wonder how to display a context menu in a treeview control since this control does not have the ShortcutMenuBar property. I know there was a API based method to display context menus in Access 2. Thanks and regards, Norbert
|
| Creating an auto invoice no! | 26 Dec 2005 06:36 GMT | 14 |
I am creating an Invoice and I wish to add a invoice no. to every invoice I print. Following condtions should be met. - Click on a button from the order form will create an invoice report
|
| Extracting the week number | 25 Dec 2005 14:13 GMT | 3 |
I'm using MySQL as the backend database and MsAccess as the front end. My question is: how can I extract the current week number from the current date on the server. I need the server date because some end users tend to adjust their computer's clock when they need to make certain ...
|
| onSizeChange event? :) | 25 Dec 2005 12:15 GMT | 1 |
i want to chage a textbox's size together when change datasheet's clumn size. how can i provide change dimensions togather by code while runtime? (i want to resize clumn with mouse so textbox size will change together
|
| copy table from one database to another | 25 Dec 2005 12:10 GMT | 1 |
I have 2 backend-databases and 1 front-end I would like to copy a table from backend database 1 to backend database 2. The unique field is an autonumber field and I need the same unique values. If I use the copyobject method I get a linked table in backend database 2.
|
| Forms based on Query & Data Entry | 25 Dec 2005 03:57 GMT | 3 |
Using a form based on an Access 2002 database to create labels. Prompt for 2 things, one is a part number, other is a serial number. Part number does a search, and comes back with description and othe information, and the Serial Number is pasted onto the label.
|
| I am having trouble with the activation process | 25 Dec 2005 01:41 GMT | 2 |
I am having trouble activating office 2003 trial version. I get a message that I need to download afile which one?
|
| Displaying fields from one table in another table | 25 Dec 2005 01:02 GMT | 11 |
I haven't used Access for a few years and I need some help. I have designed two tables: (1) Guatemala destinations and (2) Guatemala database. I need to take text from fields in Table (1) and put the text into
|
| Syntax error | 24 Dec 2005 17:13 GMT | 6 |
Hey all, I've been working with this code for a while, and I'm hoping to get some help with a problem I'm running into at the end. I have a login form that is being set up so users must login with a username
|