| Thread | Last Post | Replies |
|
| Find and Replace | 18 Apr 2005 11:35 GMT | 2 |
I have a Form 'Delete' displaying records (Debits and Credits). All the transactions (approx 10 at a time) have a 'Yes/No' field named 'Active', with the current records set to 'Yes". I want to delete all the displayed records by changing 'Yes' to 'No' in the
|
| conditional format based on other control | 18 Apr 2005 09:42 GMT | 4 |
Hello, all, Access help states that 'You can set conditional formatting based on (among other things) an arbitrary expression referencing another control'. I cannot find any info on how to do this. I would like a field to be formatted
|
| Navigation buttons and form closing button. | 18 Apr 2005 09:10 GMT | 1 |
I need to take certain action when the user pushes a navigation button. Using "OnCurrnet" event will tell me that I already moved to another record. I need to act before moving but after clicking a navigation button. I actually also need to know if it was a new record navigation
|
| Using SQL in VBA to Load a Control | 18 Apr 2005 07:52 GMT | 3 |
I want to use a query to load a control. I have minimal SQL and VBA know how. This is what I am trying to do: I am starting off in Form![Chart]. Using AfterUpdate in Form![Chart].[24D1 CPT] I need to do a query: I want to select from Table![Insurance Company]
|
| Problem with 'Sunken' Special Effects in Access 2003 | 18 Apr 2005 07:06 GMT | 4 |
Please, check this: Open a New Form in a Design View. Lay down a Textbox, a Combo Box and a Checkbox. Save the form and open it again. Are the Backgrounds of the Objects sunken or flat? In my Access 2003 (11.6355.6360 with SP1) the sunken effect is set as a default and the
|
| Form Labels Question | 18 Apr 2005 04:57 GMT | 2 |
Is there a way to have balloon help popup when you a user scrolls over a label? I found some code in VB help that uses the office assistant to popup balloon help, but when I tried using it I realized there's no way to program a label in it's properties section.
|
| NotInList problem -- get custom entry box AND generic message -- Access 2002 | 18 Apr 2005 03:38 GMT | 3 |
This problem has plagued me so long I've reduced it to one combo box on one form and one table to eliminate extraneous input. The table has two fields, WordID and Word. The combo box allows the user to enter a word. If it is not in the table, a message box asks if he/she wants to ...
|
| Calculating Speed | 18 Apr 2005 02:26 GMT | 1 |
I have a project I'm working on that requires me to calculate the speed of a vehicle. Currently I have a table that stores records with a vehicle identifier, their beginning and ending time and odometer reading. At the end of the vehicle's movement, I've calculated the distance ...
|
| DMax/DLookup help | 18 Apr 2005 00:46 GMT | 3 |
I am trying to validate an odometer entry >= the last entry for this truck. From what I gather, I can't use DMax because the truck number for the criteria is in a different table. I've created a query to return the last odometer and tried to use DLookup to get the result. The ...
|
| Skipping records in Data Entry Mode | 18 Apr 2005 00:05 GMT | 1 |
I have a fairly complex form that is opened in Data Entry mode. The user can subsequently change the mode to 'normal view' via a command button so that the form can either be used to view all previous records OR to input new ones (i.e. Data Entry mode is either on or off). When ...
|
| Force the user to do something before the form updates!? | 17 Apr 2005 20:56 GMT | 9 |
I have a very complex form with many different users changing and updating the records in a network. My ambition is to logg the employee who made the latest change to the record and to set the date of when the last change occured.
|
| Filtering subform and locking columns | 17 Apr 2005 19:38 GMT | 2 |
I have a sub form that is set to datasheet view the and the user, uses a popup menu with the standard Filter By Selection, Filter For and Excluding Selection to apply filter to the subform. The problem is if the user has applied filters to several columns when they
|
| uppercase first character | 17 Apr 2005 18:25 GMT | 1 |
I have tried to create a function to make the first letter of user-input in a textbox uppercase, if it is not already so. The code I wrote is really very stupid: Public Function FirstUp(s As String) As String
|
| DCount problem | 17 Apr 2005 17:56 GMT | 5 |
Using Access 2002, I am using the following code to set the source for a subform Dim strSQL As String strSQL = "SELECT * From UnInvStockQ"
|
| Null error msg | 17 Apr 2005 16:15 GMT | 4 |
I have a table which is used to track mileages. What I am trying to do is if there are records present, get the hightest mileage reading and insert it into the form field. If the user is inputting the first record, I want 0 (zero) to be inserted into the field. Below is the code ...
|