| Thread | Last Post | Replies |
|
| Date greater than date in another field | 03 Nov 2004 11:12 GMT | 1 |
I need a date validation that will not allow a date to be entered in the field if it occurs before a date in another field (StartDate). But I cannot find any information on how to do this. Olly
|
| How do I open email dialog box | 03 Nov 2004 05:31 GMT | 1 |
I have a datasheet that has one of the columns dedicated to email address. The hyperlink (of the text box) of that column set to yes so that the text in the column appears in blue and the cursor turns into a hand when moved on top of the text.
|
| NULL IS 0 | 03 Nov 2004 05:20 GMT | 2 |
Is there anyway to make this Expression cough up a Zero if the field in this Unbound Text Box is Empty or Null? Thanks. DS
|
| Combo box requery | 03 Nov 2004 02:09 GMT | 3 |
I have a question that may have been asked numerous times, however from the previous postings no one seems to have a plausible explanation. This is a performance issue that is very common:
|
| multiplying values in a query | 03 Nov 2004 01:02 GMT | 1 |
How could I create a query which multiples all the values in one field of a table by 1000? Would it be done the same way to do the same thing on a query from a query of table? Thanks. Mat
|
| Access databse suddenly read only | 03 Nov 2004 00:40 GMT | 4 |
Well, that's the best I can do to describe it in short at the minute. We have a peer to peer network, the "server" with the Access app runs on XP. This worked fine until yesterday, and I am now unable to connect with read/write capabilities from all machines.
|
| Help INSERT INTO query | 02 Nov 2004 23:59 GMT | 2 |
Sorry for x-post. Using Access 2000, what is wrong with this syntax? INSERT INTO Activity ( IDType, ID, ProjectID, ComponentID, SubComponentID, ProcessDate ) VALUES (
|
| No Current Record error number | 02 Nov 2004 22:43 GMT | 2 |
Can someone please give me the error number for this error? dixie
|
| alternative to SendKeys in VBA editor | 02 Nov 2004 22:14 GMT | 1 |
I'm trying to do some simple emacs-like macros in the VBA editor for access. I've figured out how to use VBA.SendKeys to insert the text I want, but I'm wondering if anyone can tell me a better way to do it. specifically I'd like to have direct access to the document currently
|
| Access the database using VBA code | 02 Nov 2004 21:48 GMT | 5 |
Private Sub tbDate_AfterUpdate() Dim cnn As New ADODB.Connection Dim rst As New ADODB.Recordset rst.CursorLocation = adUseClient
|
| Dcount report prints correct data but prints once for each record it checks. | 02 Nov 2004 18:43 GMT | 6 |
This one really has me going. Probably something silly. I'm using dcount for a report to determine the number of different types of tests proctored in a semester. My report is based on a parameter query which is the recordsource for
|
| Limiting a query using date | 02 Nov 2004 18:18 GMT | 1 |
how should i format the conditional parameter on the WHERE clause to limit the query on a date field. Let say I want to limit the query from today up to a month back, or today up to 20 days back.
|
| Rows created by a stored proc prompt Access' dreaded "write conflict" | 02 Nov 2004 17:33 GMT | 1 |
I am using an Access 2000 client linked to a Postgresql 7.4 server via ODBC. I have a stored proc on the server that inserts rows into a table.particular table, accomplished via an INSERT
|
| MS Access 2002 - query form control returns funny symbols like [][] | 02 Nov 2004 16:09 GMT | 1 |
MS Access 2002 - query form control returns funny symbols like [][] I am running an append query on a form. Access is having trouble with the calculated fields and comboboxes. Example – referring to forms!FormName!ControlName within the query should return the value of
|
| SQL 89 or 92 | 02 Nov 2004 16:01 GMT | 2 |
In Access Options, this can be set. I wonder if there are any good reasons why someone should not use the latest ANSI standard of 92, considering they develop a brand new database where no old SQL code exists. Konstantinos
|