| Thread | Last Post | Replies |
|
| totaling an unobund calculated control in form header | 23 Jun 2008 02:29 GMT | 4 |
I know this should be simple but for some reason I am just not getting this. I have a text box control on a continuous form as follows: Name: lotCost Control Source=IIf([qUnit]="each",[qPrice]*[qQty]*(Forms![Main
|
| Using Docmd or something else to query table | 22 Jun 2008 22:41 GMT | 1 |
I have an issue with my Access 2000 database. I have a form with a subform in it. Since I have a subform, I am unable to open a connection consequently, unable to open a recordset. There is a fix but I am not going to implement this.
|
| Tab Indexing Within a Main Form and Subform | 22 Jun 2008 22:37 GMT | 1 |
I went through a lot of the messages and tried all the suggestions and still could not get the ending results I'm trying to find. It is so simple; I am sure I'm bound to be made to feel like an idiot once someone tells me how to correct it :)
|
| combo box not update d | 22 Jun 2008 15:53 GMT | 1 |
on my form i have a date field that is updated by users. on the form is a combo box that has the date field as one of its column. after the date field is updated (changed) by the user, when the combo box is opened, the combo box still shows the old value of the date field instead ...
|
| Partial format of a text message | 22 Jun 2008 15:24 GMT | 2 |
Is there a way to partially format the code below so that the wording (e.g. "On 6/22/08 Silvio wrote:" to be in Red and the rest of the comment to be in black? Me.ProjComments = "On " & Now() & ", " & DLookup("UserName",
|
| Count unbound controls fields with value in | 22 Jun 2008 13:11 GMT | 1 |
How do I programmatically count how many control in my form are not null? All the controls are unbounded. The form has 13 controls. This total will progress as the user fills in all the required control. In short, I have a progress bar (13 means 100%) that will count the ...
|
| Tabs Error - Duplicate Records | 22 Jun 2008 12:44 GMT | 1 |
I have a rather larger form which I split into tab'ed windows to make it much easier to navigate and understand. I linked each page using a unique record source (ReportID) and origianl set this as my primary key because I can not allow duplicates. I later added a primary key as ...
|
| Count unbonded text control that are not null | 21 Jun 2008 23:26 GMT | 7 |
How do I programmatically count how many control in my form are not null? All the controls are unbounded. The form has 13 controls. This total will progress as the user fills in all the required control. In short, I have a progress bar (13 means 100%) that will count the ...
|
| Form Properties | 21 Jun 2008 20:46 GMT | 3 |
I have a problem with my form properties with the moveable and the min and max buttons. In VB it will not allow me to change from false to true and also I have my I don't have my form set to dialog but it still will not allow the min or max buttons to show. The control and close ...
|
| beforeupdate event , update multiple records | 21 Jun 2008 18:05 GMT | 1 |
dear friends, privatesub myform_befreupdate(cancel as integer) 'ow to update multiple records to same table ay one event 'im usingcode
|
| functionality of form decreasing | 21 Jun 2008 03:59 GMT | 2 |
I have a form with two subforms that I have used for data entry as well as reviewing the records. Overtime, I am noticing that some fo the functionality is diminishing and I can not figure out why. For example, one subform has a few comboboxes which have been working fine.
|
| Using an Event to poplulate a table | 21 Jun 2008 02:56 GMT | 2 |
I have a form with 3 text boxes. These text boxes have an expression in their Control Sources such as pulling the network ID of the user [=fOSUserName()], current time [=Now()] & server name ["Srvr1"]. The user will never see these text boxes but I would need the values added to
|
| Cascading prompts in a form for a query | 21 Jun 2008 00:14 GMT | 4 |
I have a query that requires the user to specify two parameters which I obtain from a form with two combo boxes and a "Run Query" button. I use a combo box with a query as its data source for the first parameter. I then use another combo box, on the same form, with another query ...
|
| Refresh Listbox in Subform | 21 Jun 2008 00:01 GMT | 4 |
does someone know the trick to refresh a listbox in a subform after the event of navigating through the datasets of a parent form. I can now only achieve this by clicking a requery button WITHIN the subform, I can not force the requery from the superior form.
|
| Open form from record in list using Allen Browne's search form | 20 Jun 2008 23:55 GMT | 4 |
I am using Allen Brown's search form in a db and it works great. I want to double click on a record in the detail of the form and open my data entry form to that record. Can someone tell me how to accomplish this. I tried the code below, but it wouldn't work, it keeps asking ...
|