| Thread | Last Post | Replies |
|
| Return warehouse for postcode | 20 Sep 2005 10:23 GMT | 2 |
I'd like to put in a If..Then..Else statement on my form. On the Postcode_After Update event I want Access to 'read' the first two letters of the postcode and depending on what they are, return the name of the closest warehouse in the next field.
|
| Very strange mdb corruption issue | 20 Sep 2005 10:07 GMT | 1 |
A year and half old Access 2000 mdb that is in active development is crashing Access regularly now, with no error messages. The circumstances are mind boggling. To crash the app and Access? Open a form in design mode, change a couple
|
| Last Updated | 20 Sep 2005 09:54 GMT | 1 |
What makes the property currentdb.Containers("Forms").documents("Form1").LastUpdated change. When I make a change in a form the date/time in LastUpdated don't change, and in the sysobjects table the column lastupdated doesn't change, but in the forms
|
| changing foreground color? | 20 Sep 2005 08:52 GMT | 2 |
I've got a continuous form and I want to change the foreground color of a textbox depending on its value. I tried the following: Private Sub Form_Current()
|
| List Box Rowsource = Recordset | 20 Sep 2005 07:57 GMT | 3 |
How do you set a list box's rowsource to reflect the recordset of its form, even when the recordset it filtered?
 Signature Yo Yo Ma.
|
| Coding for a command button within a form. | 20 Sep 2005 00:04 GMT | 3 |
I am devleoping a database that is based upon our negotiated contracts we have with Insurance Plans. The form I have is for the user to choose the plan and product for which they wish to review the rate information contracted, has code completed that
|
| References to inactive form | 19 Sep 2005 22:30 GMT | 2 |
I need to manipulate the recordset of a loaded form from code outside of the form. References to Forms!myForm.Recordset return the error "Object variable or With Block Variable not set " Procedures within the form's code module work fine when the form has focus,
|
| Sooooo...Tired! | 19 Sep 2005 22:03 GMT | 2 |
Somebody please help I am having the worse problems with front page and the web site i am trying to get published it seems my forms work sometimes and sometimes the whole page is whacked and does any one know why i cant get get anything to stay where i put it! Also i need to ...
|
| Capturing Network Logon | 19 Sep 2005 21:42 GMT | 3 |
I am trying to capture network logon info for logging purposes. I would like to have an entry when data is changed or added. We are in a Citrix environment, so my concern is that it is not going to capture the right info. (By the way I have secured the db, so many users will use a ...
|
| Which event to display "Report printed" message? | 19 Sep 2005 21:21 GMT | 2 |
MS Access 2K, Windows XP ==================== Hi, I'm printing a report by clicking on a button on a form.
|
| Issues with the Shell Command - Alternate Solutions? | 19 Sep 2005 21:07 GMT | 11 |
I have an old network database program that I am trying to open from an Access database. I tried using the Shell command, but it doens't seem to be working. Well, it works in most instances, but with this particular program it is having an issue.
|
| Importing a word file into Powerpoint? | 19 Sep 2005 19:31 GMT | 1 |
I have a lot of material in Word format which I print out and show as overheads. Can I convert/import all this Word material into PPT and reformat it, and if so how do I do it? If possible I want to avoid wasting time retyping all the slides in PPT.
|
| Importing custom menus | 19 Sep 2005 18:51 GMT | 3 |
I've written a procedure that publishes my access-interface to the users by 1)Creating a new .mdb file 2)Copying forms, reports, tables and queries and modules to the new file 3)Changing the settings from developer mode to user mode
|
| Can unused code be a problem? | 19 Sep 2005 18:40 GMT | 1 |
Can unused code and unused forms cause any major issues in a large database application? Thanks, Rashar
|
| How to create a report from a list on a form? | 19 Sep 2005 17:36 GMT | 3 |
MS Access 2K, Windows XP ==================== Hi, I have a form with combo-box controls. Based on the user input, I display
|