| Thread | Last Post | Replies |
|
| Capture User's Actual Name in Field | 31 Oct 2008 04:37 GMT | 1 |
I am using Access ’97 on a shared network environment. On one of my forms I have a combo box (based on an Employee table) where users can select their name. I’d like to enhance this by having their name auto-populate that combo box when they update one of my other toggle ...
|
| The Infamous DLookup function | 31 Oct 2008 03:52 GMT | 3 |
Have been having a devil of a time, trying to get the syntax correct. Not having much luck. I have the following: Main form: Test Subform: test1
|
| Execute query with parameters | 31 Oct 2008 03:27 GMT | 1 |
I have 5 queries that have [Start Date] and [End Date] parameters in them. I want to make several different forms that can fire up a variety of combinations of these queries so I can't hard code the queries' criteria parameters to be [formsname].[controlname].
|
| Preview instaed of Print | 31 Oct 2008 00:11 GMT | 6 |
I have this code which works perfectly to print the reports but I want to preview them: Private Sub cmdBkAgtReports_Click() Dim intItem As Integer
|
| Jpg Images displayed in Bound object Frames | 30 Oct 2008 23:29 GMT | 5 |
When using bound object frame in form bound to OLE object field in table I used to be able to insert a JPG image of a wild flower and have the flower displayed in the frame. Since the computer was worked on to remove a virus, the bound object frame displays only an icon of the ...
|
| VBA - Code stops running correctly | 30 Oct 2008 23:16 GMT | 2 |
There are three command buttons and a combo box in a form. Here is the code in the first button: On Error GoTo TrataErro Dim sql As String
|
| Stop Hibernation Urgent | 30 Oct 2008 22:27 GMT | 7 |
Hi Thanks in advance. I have problem that a laptop keep going to sleep (Or Hibernation) approx every 20 mins. I have no access to security so can't change the settings.
|
| Store Added Value List Items | 30 Oct 2008 21:19 GMT | 9 |
I have created a text field (CUSTOMERS) which has its Display Control Property set to a Combo Box and The Row Source Type set to Value List. When users in my database want to add a new customer they select the button to add more values to the list. (I have the Limit To List ...
|
| Passing criteria between subforms | 30 Oct 2008 20:38 GMT | 4 |
I have mainForm with two subforms, linked to the main by ClientID. The subForm1 is datasheet-view (Orders), while subForm2 is single-view and its recordsets (Order details) relevant to the subForm1 rows (it gives more detailed/differently queried look on each row-recordset).
|
| set focus for a control | 30 Oct 2008 20:17 GMT | 2 |
most of the time when i write a code and attaced it to a command i will be receiving this error message:You can reference a property or method for a control unless you the control has a focus pls how can I set a focus for a control
|
| Return Values from SQL Server to MS Access | 30 Oct 2008 20:08 GMT | 1 |
Currently, I am using the following code to execute a stored procedure. How can I support the use of RETURN values from a stored procedure to use as a basis for user feedback? Do I just send another parameter?
|
| Supress delete dialog on another Table? | 30 Oct 2008 19:31 GMT | 2 |
My form has a command button that runs: Private Sub cmdClearList_Click() Dim SQL As String SQL = "DELETE tblCatalog_Temp.* " & _
|
| Need subform total on main form ? | 30 Oct 2008 18:24 GMT | 1 |
I have a form containing a subform. The subform lists payments. I need to display on the main form a total of the payments in the subform. The current controlsource is working except when the subform is empty (no payments exist) it displays #Error. How should this be done? Also, ...
|
| Get IP Address | 30 Oct 2008 18:21 GMT | 11 |
I was after a code that gets me the IP Address of the current machine and found a link to the following source code previously referred by Graham R Seach to someone called Lee and worked for him; http://www.source-code.biz/snippets/vbasic/8.htm
|
| Help! How do I pass a variable from a Form to the Subform? | 30 Oct 2008 18:06 GMT | 3 |
I have a Form with a Subform. The subform is invisible except in certain situations when I need to make it show on my main form. When the subform appears, I really need to take a field value off the main form and have it displayed on the subform. I have assigned this field ...
|