| Thread | Last Post | Replies |
|
| Code for a total text box. | 20 Apr 2005 22:24 GMT | 9 |
I have a form that has four text boxes that should = 10. There are occasions when there could be less than or more than 10. What I would like to know is how to prompt a message box to come up after the fourth one looses focus to indicate the total that it equals. Then I want
|
| Maximizing Application | 20 Apr 2005 22:17 GMT | 2 |
How can I maximize the entire application on open. Everytime I open the database the window is not isn maximized state. I have docmd.maximize event on the forms, but is there something similar I can do for the application (access) itself?
|
| please help | 20 Apr 2005 22:01 GMT | 8 |
how can I find the product of numbers. (X*b*n*ect) I have no idea,can anyone help me?
|
| Problem with break point | 20 Apr 2005 21:40 GMT | 3 |
I have a form that I have some code under the Form Load procedure. When I was testing it, I put a break point there so I could step through the code. Once it was working as I wanted I removed the break point. However, now whenever I open the form, the VB window pops up like the ...
|
| Don't want SQL statement to execute if a field is empty | 20 Apr 2005 21:30 GMT | 2 |
This is my first message to post out here on the site. But i have been an avid user of the site. It has been very helpful in the past. However i have ran into a problem i cannot get past and i am sure it will be really easy to fix. I have a form that has 5 textboxes, and when all ...
|
| If anyone could help me with an IF statement. | 20 Apr 2005 21:04 GMT | 3 |
I added a me.refresh to an On Timer expression for a subform, and I'm having some problems. When the subform refreshes and I'm working in a record the beforeupdate expressions on the main form run. Is there a way I could have an if statement that runs in On Timer event that
|
| Copy Record w/ primary key | 20 Apr 2005 20:38 GMT | 2 |
I need to duplicate records except the key field will be different. When we copy and paste append, we get a duplicate key error. Is there a way to populate the key field with the new value and copying rest of the record
|
| Disable Scroll Mouse bug | 20 Apr 2005 20:01 GMT | 5 |
I am having trouble using the Stop Scroll Mouse Feature posted on www.leans.com website. i have the .dll coppied into by system folder and i have also tried the same folder where mdb is located, however the button will not stop the mouse from scrolling and i can't figure out why ...
|
| Displaying an asterick in a text box of a report. | 20 Apr 2005 19:30 GMT | 1 |
I have a table containg a list of tapes that were sent out. When these tapes have been returned I would like an asteric to be displayed by each returning tape in a texbox on a report. tblTapes hold the field for the tapes. Only field on that table are:
|
| Calculating # of Days in Month | 20 Apr 2005 19:21 GMT | 8 |
Is there a way programmatically to count how many Mondays there are for a given Month. For example, January 2005 has 5-Mondays, 4-Tuesdays, etc.
|
| multi select for updating a table. | 20 Apr 2005 19:05 GMT | 4 |
The web sites have been helpful in explaining how I can ue the multi select box for viewing existing information. How can I imput the data into a table. I need to be able to select an Application User on my form and select one or many applications (out of 150) that they use in ...
|
| Forcing Current Event to Fire? | 20 Apr 2005 18:59 GMT | 3 |
I have a several forms where I have set AllowEdits & AllowAdditions to False. In order to edit or add records, I have created a pop-up form that prompts the user for a password to edit. If the correct password is entered, the pop-up gets hidden (me.visible = false) and I have ...
|
| Add number of days to Order Date | 20 Apr 2005 18:50 GMT | 5 |
In my order form, I have an order date and a due date. My order date is always the current date. I would like to be able click on the due date and a box pop up and ask for the number of days until due. This number would then be added to my order
|
| tgl btn and tab ctrl questions | 20 Apr 2005 18:50 GMT | 3 |
Since, I can't move the tabs on a tab control to the side in Access, I created an option group with toggle buttons to control the tabs. My problem is, when I click on the btn, it doesn't "toggle" or de-press anyway.
|
| App runs on one PC but not another | 20 Apr 2005 18:21 GMT | 2 |
I have a holiday accommodation booking application set up to run under Access 2000 Runtime. A client has three PCs all running Windows XP with similar settings. The app runs on two of these machines but fails on the third. It starts correctly, but fails while entering a new ...
|