| Thread | Last Post | Replies |
|
| Change tab order on form tabs | 05 Jan 2007 15:58 GMT | 1 |
In MS Access 2003, I have a tab that has a number of controls on it. I added a new control, and wanted it to be first in the tab order. However, the tab order list does not include the name of the new control - its name only appears in the tab order list for the entire form.
|
| Command button to move to subform | 05 Jan 2007 12:36 GMT | 3 |
I have a form with job information. This form takes up the entire screen. for ease of entry, I wanted the user to be able to just hit a command button when ready to move to the subform to enter the line items needed for the job. I can't figure out how to program the button to ...
|
| Rounding issue | 05 Jan 2007 09:49 GMT | 7 |
Rounding issue.. I have a subform subtotal. On the main form is a text box total. It is not rounding properly. The total sb 2307.90. However if you take the amounts out to the 3rd decimal they would add up to 2307.879. How would I correct this issue?
|
| Alt-Tab between forms breaks drop down list | 05 Jan 2007 03:58 GMT | 1 |
This is something I never thought of. I have designed a database that has a form on the switchboard to add new information to drop down list for selecting data for a form. I have someone who is using Alt-Tab to move between the forms. Using
|
| Subform cmdButton to Linked Form (?) | 05 Jan 2007 00:03 GMT | 10 |
In this situation, I could have made nested subforms, but that doesn't seem as clean to me as a "standard" form/subform pair with a linked (popup) form fired from a command button on the subform.
|
| Drag/Drop/Parse vCard into Fields | 04 Jan 2007 21:22 GMT | 1 |
I am creating a CRM/Project Management database in Access 2003. On my Contacts form, I would like to incorporate a feature that would allow a user to drag a vCard or contact from Outlook onto a form. VBA Code would then open and parse the vCard into the Name, Phone(s), email, etc
|
| Access Subform Shows Deleted Form | 04 Jan 2007 20:00 GMT | 3 |
Here's a weird one: I have a form that contains a dynamic subform - the subform is not bound to any data, and simply contains a bunch of labels that I'm creating dynamically using CreateControl.
|
| Refer to control in procedure | 04 Jan 2007 16:38 GMT | 1 |
I have a form with rectangles on it which display the shape of offices. My Code is the following: Private Sub shpAB12567C_Click() Call SelectLoc "shpAB12567C"
|
| Unwanted filter | 04 Jan 2007 15:06 GMT | 1 |
I open a form and it is blank of data except that the record selector in the primary key field (Rec ID) shows AutoNumber. Then when I select Remove Filter/Sort then the fields populate and also an Erg msg shows: "The value you entered isn't valid for this field etc, etc". Click ...
|
| Refresh a subform after an Append Query | 04 Jan 2007 13:52 GMT | 1 |
Access XP running on WinXP sp2 Using a tabControl, on one of the tabs have two subforms. in the first subform, I select three items from comboboxes and enter a numerical value in a text box. values are then used to fill an append query along with
|
| Orders Form Won't show all orders or entry of new??? | 04 Jan 2007 10:48 GMT | 4 |
I opened my [Client Orders] form where I enter orders placed by Clients. Now it only shows "1 of 1" and it won't let me enter any information. Any thoughts. I don't recall any changes. My "Data Entry" says No, so it should be showing all me to scan through all orders entered. ...
|
| Update record in another table unless it already exists | 04 Jan 2007 00:44 GMT | 2 |
I use a form called TakeaNumber to create a new record with an auto-number ID field. After I create the new record, I want to automatically add a new record to the shipments table, and copy the fields from the TakeaNumber form to the shipments table. My problem is
|
| Timed update of listbox | 03 Jan 2007 21:10 GMT | 2 |
I have a listbox designed to show work orders. I would like this listbox to refresh in the form every 10-15 seconds or so. Any help is greatly appreciated.
|
| Display a record in text box using a list in a form!!!! | 03 Jan 2007 16:41 GMT | 1 |
thank you for your help. I have created recently in access a drop down list in a form where there is a list of company to select from. I have also created a button next to a text box. The button opens this form. Now what I want is when the user click( or dble click) on a record it
|
| TextBox data as a hyperlink - problem with hand cursor | 03 Jan 2007 12:45 GMT | 1 |
I have a textbox on a continuous form tied to a field that is not a hyperlink in the underlying table. I have set the hyperlink property of the text box to Yes so that the text appears as a hyperlink. On clicking the data in this field, another form is brought up with the details ...
|