| Thread | Last Post | Replies |
|
| reference to a field from another form | 27 Jul 2005 16:51 GMT | 1 |
I has a form (main form) that open another unbound form to perform calculalations. My problems are: 1) How do you transfer the information from the main form to the unbound form.
|
| Weekly calendar templates | 27 Jul 2005 16:08 GMT | 1 |
How do I setup a weekly calendar template in word?
|
| Add new record without prompt. | 27 Jul 2005 16:07 GMT | 3 |
How do i add a new record without being prompted. I have a form and I click a button and it updates and adds but asks me if I want to, and i want it to just do it. TIA.
|
| size a subform control to fit the subform | 27 Jul 2005 15:59 GMT | 3 |
I am trying to write code, which sizes the subform control of a main form so, that it can show all control of the subform. I write ctrl_Subform.width = ctrl_subform.form.width
|
| how to disable to text box | 27 Jul 2005 15:31 GMT | 3 |
dears I have a text box which captures the age with weeks e.g. 2 yrs 10 weeks. If the age goes below or above a certain age limit it should disable other text boxes in the form
|
| HELP: Run-Time Error 2501 | 27 Jul 2005 14:48 GMT | 1 |
I am constructing a form with an option group that contains a list of reports, and on several of the reports there are parameter values that are required. The problem I am running into is when the user cancels the action (i.e. selected the wrong report), I get an error message ...
|
| multiple selection on listbox??? | 27 Jul 2005 14:32 GMT | 7 |
Please help, I'm on fire!!! I have a table (tbl1) with the following fields: ID, name I lookup that table to get values for a listbox that stores attendees for a
|
| SetFocus Problem | 27 Jul 2005 14:19 GMT | 2 |
Can someone tell me why the following code isn’t working correctly? I have a TimeDepart and a TimeReturn controls. When someone enters a TimeReturn before the TimeDepart it generates a message and clears out the TimeReturn then the focus is returned to the TimeReturn.
|
| ctl.Name | 27 Jul 2005 12:28 GMT | 1 |
I have the following event procedure set to do a search on any text box I am on through a Command Button Click, bur I need to have the "ControlSource" returned for use in the "strCriteria" but do not know the exact Code to retrieve it? It is basicaly the Field Name of the TextBox ...
|
| Append multiple records from a Listbox to a table - Reposted | 27 Jul 2005 10:30 GMT | 3 |
Please help. I'm stuck, I've been doing this for the past two weeks and I did not succeed.
 Signature Allan
|
| display textbox value help | 27 Jul 2005 09:17 GMT | 3 |
hi i have a problem. i have COUNTRY table wit countryid an countryDescription fields
|
| DoMenu Item for deleting records | 27 Jul 2005 08:19 GMT | 7 |
I am trying to delete a record in a subform "Continius" form. Records will not delete. I have used RunCommand acCmdDeleteRecord that will not work. I use to use this code in 2.0
|
| Filter list box by text box | 27 Jul 2005 06:51 GMT | 5 |
I have a query form. The form have many text boxes. I want to use the values entered in these text boxes in order to requery my list box. My list box is linked to a query that displays all entries in my table. Basically, I want to search my table according to the MemID or FirstName ...
|
| how do I get the field value from main form to subform? | 27 Jul 2005 05:24 GMT | 3 |
I've designed main form and subform with masterlink/childlink one to many relationship and I have field "title" on main form also "title" field on the subform. I want to auto entry subform "title" every time I enter the subform CONDITIONALLY such Product ID# in main form= ...
|
| Executing a SQL query on an event | 27 Jul 2005 04:10 GMT | 3 |
I have a form in my database that I would like to do a SQL query on a table to determine if the entered data will duplicate an already existing record. Here is my code: Private Sub Form_BeforeUpdate(Cancel As Integer)
|