| Thread | Last Post | Replies |
|
| Calendar Pop-Up Error | 24 Dec 2005 14:54 GMT | 2 |
I haven't done any coding in about a year, so I'm a little rusty. I re-used code from an old project to implement a pop-up calendar. The functions are as follows: Private Sub ActiveXCalendar_Click()
|
| On Got Focus | 24 Dec 2005 14:49 GMT | 1 |
Good afternoon, I use Windows 2000 and access 2000. I have a form called "frmDaily Job Report," on this form is a subform called "frmInventory" which has a control called "Item." Item is a Combo Box.
|
| Display values from DoCmd.RunQuery | 24 Dec 2005 11:05 GMT | 1 |
Could someone please advise me? I use DoCmd.RunSQL SQLInsert in my code to insert a new record SQLInsert = "Insert Into tblMSFID (MSFRef, MSFRev) " & _ "Values (DMax('MSFRef', 'tblMSFID') + 1, '-')"
|
| How do I iterate through records on a continuou subform? | 24 Dec 2005 09:39 GMT | 4 |
I have an order form, with a continuous order detail subform. The order detail subform has a field 'QuantityReceived' (that can be edited), to reflect how much of an item has actually arrived in a certain order. When the user edits the values of the received quantities, I want to ...
|
| changing defaultvalue | 24 Dec 2005 09:28 GMT | 3 |
On a form, I want (depending on what the user wants) to be able to change the defaultvalue of a field in a table. (not the source-table of that form). Is that possible? How do I do that? TIA
|
| editing in a subform | 24 Dec 2005 06:33 GMT | 3 |
I have a continuous form (FormA) I open from a pushbutton on FormB. Once opened I can edit all records as much as I want. Now I open my FormB in design mode and create a subform. Here I use FormA as the subform.
|
| Stop Beeping!!!!!! | 24 Dec 2005 03:17 GMT | 3 |
Hi, I am using Access 2003 and when ever I open a form and the user click on a particular control, I pop a message telling the user that he or she cannot click on this control. The problem is, the computer beeps when the message comes up!
|
| Form programming | 24 Dec 2005 00:11 GMT | 3 |
I need to creating a form that has a combo box to select company names from the list and I need to use the NotInList Event to add names. Then I need 4 fields to auto populate. This also needs to be data entry and edit form. The auto populated fields will be the same for every new ...
|
| Continous Form | 23 Dec 2005 23:43 GMT | 2 |
When open a continous form, how can I set the field("Percent") for each record in different color base on the value? Thanks.
 Signature Best Regards,
|
| Stop Code Execution | 23 Dec 2005 21:08 GMT | 8 |
How can I stop in-line code execution after a Docmd.OpenForm? Thanks.
|
| [urgent] Filter based on lookup combo | 23 Dec 2005 20:01 GMT | 5 |
I want to build a SQL statement according to a "filter by form" selection of the user. So what I do is to capture the "ApplyFilter" event and use the Filter property as a WHERE-clause for a query. Unfortunately some fields are lookup values, even compound ones. So my
|
| formatting for more than 4 conditions | 23 Dec 2005 19:53 GMT | 1 |
I am using a form that has a text box that indicates a value from a table. I want it to change the back color dependent on the value. Using the Conidtional Formatting funciont (right click) this is easy enough for 4 conditions. However, I need to enter more. With Excel, I
|
| Adding new records using subform? | 23 Dec 2005 19:34 GMT | 1 |
ok I know I have been pleading for help on this but I almost have i complete. I just need help finishing it I have two tables tblNames
|
| How to set References Programmatically? | 23 Dec 2005 18:35 GMT | 1 |
Through the years that I have been reading here, I have read and used the solution of reseting references so functions in code work. If one were to distribute an application how can you programmatically check that all required references are set?
|
| Forms and Queries | 23 Dec 2005 16:47 GMT | 2 |
I have created a form containing a list of questions that require only Yes, No or N/A responses. I now want to query the results to display each question with total Yes, No and N/A responses given for each question. The query will not summarize the data the way I would like.
|