| Thread | Last Post | Replies |
|
| Clock in Form | 14 Mar 2006 12:48 GMT | 2 |
How can I set an analogue clock in a Form ? JDW Belgium Europe
|
| Refresh of form | 14 Mar 2006 12:25 GMT | 3 |
I have a form with source of data on query "qrymultiselect" On this form I have a multiselect list and a button "filter" With click a button there is a procedure that is creating query "qrymultiselect" with criteria from my multiselect.
|
| Internet Value Retrieval | 14 Mar 2006 10:08 GMT | 2 |
Hallo all, I want to retrieve a value from a Web page. I have a web-based processor that measures temperatures from 8 different sensors and displays it in a simple web page.
|
| convert a text field to a legitimate date value | 14 Mar 2006 09:00 GMT | 4 |
Folks, I've got a text field that contains values such as 09/20/62, 03/13/68... Is there a way that I can create a "real" date variable from this mess - something that other software such as SAS, EXCEL and
|
| Number of data points in Access chart | 14 Mar 2006 08:05 GMT | 2 |
How does Access determine how many data points it will use in a chart and is there any way of forcing it to use more data points? My Access chart is only showing 7 data points of the 100+ that are available. If I dump the same data into Excel and chart it, the Excel chart shows ...
|
| access query | 14 Mar 2006 07:59 GMT | 1 |
When I place the following in my query ProductivityHours: IIf([dbo_tblservice_activity]![activity_sysid]=85,actualtimeintounittime([units_activity_num]),IIf([dbo_tblservice_activity].[activity_sysid]=231,3,Sum(IIf([dbo_tblservice_activity]![activity_sysid]=33 ...
|
| Which is faster? | 14 Mar 2006 07:51 GMT | 8 |
Is it faster to ... format the data in the query - then run the report or run the query - then format the data in the report
|
| Text value available for other forms | 14 Mar 2006 07:22 GMT | 2 |
I thought that you could take a value created in a text box of one form & make it available for use by other forms in the same database as until you closed that database. If this is possible could someone post the code needed to do it.
|
| A question mostly about Word and Office and thus: OT | 14 Mar 2006 00:20 GMT | 4 |
I asked this question in Microsoft.Public.Word two days ago but I have not received an answer. I believe there are Office Experts here who may be able to help. ---------
|
| Outlook Express | 14 Mar 2006 00:06 GMT | 26 |
Is there a way, from Access, to programmatically click the Send and Receive button in Outlook?
|
| NotNull Query | 13 Mar 2006 22:17 GMT | 8 |
I have a form that contains 8 textboxes "Textbox30, Textbox31, Textbox32, Textbox33, Textbox34, Textbox35, Textbox36, Textbox37". This form is designed to allow the user to input up to eight Department Codes. When they hit the submit button, it opens a report based off
|
| Selecting Distinct Rows From 1 Table?? | 13 Mar 2006 22:08 GMT | 1 |
Hi Gang I have a simple single table that has many duplicate rows in them. The distinctrows only works on more than one table. Is there a quick and easy way to select only the distict rows from one table?
|
| Creating AutoNumber Field Problem | 13 Mar 2006 21:59 GMT | 1 |
Hi, I did not find in Help the way for creating AutoNumber field in code. I've tried to adapt these lines for that purpose Set fldClientID = .CreateField("ClientID", dbLong) .Fields.Append fldClientID
|
| String sql problem | 13 Mar 2006 21:51 GMT | 1 |
I build string sql in this way: For Each varItem In Me!Lstclient.ItemsSelected strCriteria = strCriteria & "tbltable1.client = " & Chr(34) _
|
| set a limit to the number of rows allowed in a table | 13 Mar 2006 21:37 GMT | 9 |
Does anyone know how I could limit the number of rows allowed in a MS Access table... want to limit it to 1.
|