| Thread | Last Post | Replies |
|
| date expired in a year | 07 Dec 2005 12:44 GMT | 3 |
I have a 2 date field, if I enter date e.g. 01/01/05 in one date field on entry of 2nd date field can I have it populate 01/01/06, i.e one year Many thanks
|
| timer to run macro | 07 Dec 2005 12:43 GMT | 1 |
I have a macro to update a table. It is manually run daily. I think a timer would work for this. Can someone help me with the code to do this? I'm very new at getting the code to work! I can leave the database open so that the timer can run.
|
| Populating form text boxes from an array | 07 Dec 2005 12:12 GMT | 1 |
I have created a function that does a few different calculations and returns them as an array. Function CalculationResults() As variant Dim nResults(2) As Double
|
| requery method in MSaccess 2K doesn't update list box after record | 07 Dec 2005 12:00 GMT | 8 |
I have a list box on a form name 'frmPersonelList' whom rowsource property is dynamically assigned a query string. On this form there is a delete button that basically calls a vb routine to delete a record from the table. The routine works just fine. My problem is even after the ...
|
| Defining Prodecures | 07 Dec 2005 10:54 GMT | 12 |
The following is a partial code that, “Total Access Analyzer” tagged for an *Error. Private Sub cmdSaveNew_Click() Dim iUnitCount As Integer, x As Integer
|
| Access & Outlook problem | 07 Dec 2005 07:05 GMT | 1 |
I am trying to find all emails that's subject contains a predefined String but All I keep getting are Errors. I have found several options through MSDN but neither seem to work, they are .Restrict or myFolder.Item(string)
|
| Access table from form | 07 Dec 2005 05:51 GMT | 2 |
I have a form which i use to create data .... but i want to create a recordset (ADO) then insert it into a table in the access database. I dont see any way to reference a table in the current access database. Is it possible?
|
| Save button instead of navigation bar? | 07 Dec 2005 04:06 GMT | 2 |
I have a user who wants his team to use a save button for each record and not have a navigation bar. How would I code that so it goes to a new blank record after saving? Should I use two buttons; one for save and one for "new record"?
|
| Proper Form Close and Shutdown | 07 Dec 2005 02:17 GMT | 2 |
I developed my application on a very fast computer. I am concerned that when I execute DoCmd.Quit on a form that it happens so fast it almost seems as if Access quits first before the form closes. Should I put a timer on the event to ensure that the form closes first and then ...
|
| Changing colors | 07 Dec 2005 02:14 GMT | 1 |
I have a subform based on a table which has each record coded as either 1, 2 or 3. The subform displays as continuous forms. What I would like to do is to change the background colour of the text box in which the values are displayed depending on whether the value is 1 2 or 3 ...
|
| Locked Database | 07 Dec 2005 01:16 GMT | 1 |
I have a .MDE file that will not load. The OnLoad code says ' if database locked, logout user... If rstCCC_Security!DatabaseLocked.Value = True Then MsgBox "Database Currently Locked for
|
| forms invoking other fields in another form | 07 Dec 2005 00:03 GMT | 1 |
I have a query - Query 1 that receives values from Form 1 as parameters. I have another query - Query 2 that uses fields from the Query1 and Query2 also receives parameters from another form - Form2. When you invoke the Query 2 from Form 2, it sends out Msgbox-es for parameters ...
|
| help with copying record with subform | 06 Dec 2005 23:16 GMT | 6 |
What am I doing wrong?? Private Sub COPY_RECORD_Click() Dim MaxField As Double DoCmd.RunSQL "INSERT INTO Lease_Inventory_Table ([Company],[State],[Status
|
| form criteria using a key for items listed in combo box | 06 Dec 2005 21:21 GMT | 2 |
I have a form which kicks off a query. The form has a combox where the names are listed. I have the key hidden in the combox by setting its width to 0. I want to reference that key (ID) in my criteria in my query and I tried adding ".Column(0)" as in [form].[formname] ...
|
| How can you make a picture act like a button? | 06 Dec 2005 20:18 GMT | 6 |
How can you make a picture act like a button? I have a picture on my form that I would like to have act like a button when someone clicke on it, how can this be acomplished?
|