| Thread | Last Post | Replies |
|
| A2K3: query to return lowest of two sets of dates | 13 Mar 2006 19:24 GMT | 1 |
I have a list of dates corresponding to department transfers and terminations. The list for a given employee may look something like this: 1/1 - Dept A
|
| String Length And Error 3035 | 13 Mar 2006 18:21 GMT | 2 |
Error 3035 is "System Resource Exceeded" I'm throwing this error in a procedure that creates a pass through query. The procedure has worked tried and true for many years, first in A97 and now in A2003, but for this particular use of it, I'm throwing
|
| Help with Digital Signatures | 13 Mar 2006 18:11 GMT | 6 |
I created an access database and digitally signed it. I then gave a copy of this Database to a friend. A few months later he wanted me to make some changes to it so i took an up-to-date copy from him and opened it on my computer..... but it tells
|
| Retrieving weekly totals from MSAcces | 13 Mar 2006 18:02 GMT | 1 |
I am writing a java application that connects to a MS Access databse with two fields , Date and amount. I can insert into this datbase using the application. Now , I need to retrieve weekly totals(of the amount column) from the
|
| Input of "Inputbox" | 13 Mar 2006 17:58 GMT | 3 |
Hi all, i have an input box that i need the user to put in a password and just wondered if it is possible to just show a * as he types in the letters as per the normal password inputbox ? any help is much appreciated.
|
| Entering data into subform | 13 Mar 2006 17:35 GMT | 1 |
I created a form based on a query, likewise the i also have a subform based on query, How do I create new records, allowing users to enter the data in the main form and subform together? Can this be done or must it be done independently?
|
| Easy(?) SQL question | 13 Mar 2006 17:28 GMT | 2 |
I have two tables table1: id state -----------------
|
| Scope of transaction processing wrapper | 13 Mar 2006 17:05 GMT | 3 |
I have some unbound forms that I want to use transaction wrappers on when updating the table. My question is on the scope of what transaction processing will do. I'm going to keep it simple with the following code: Code:
|
| Make Form Button close current form and bring switchboard to foreground | 13 Mar 2006 16:17 GMT | 4 |
Can anyone recommend a piece of VBA code I could attach to a button in a MS Form form that will close the current form and bring the switchboard to foreground. I'm trying to integrate a form of buttons into the way the switchboard gets used.
|
| Cool combo box functionality desired--changing sort order and highlighting | 13 Mar 2006 15:11 GMT | 7 |
Greetings Gurus, In a mainform's header, I have a combobox named comboStudents. The rowsource for this combobox is: SELECT -999 As StudentID, "<Add New Student>" As FullName, "aaa" As
|
| Having mega-problems with importation of 20,000-line text file | 13 Mar 2006 14:51 GMT | 8 |
Am trying to import 20,000+ lines of text in a file FTP'd from a UNIX platform to windows via FTP session in a DOS box. About 2000 records have multiple lines in them separated by CRLF's.
|
| Text Cut | 13 Mar 2006 13:16 GMT | 3 |
I have a string that varies in length ie ABCDEFGH or ABCDEFGHI what i want to do is read from the left 6 Characters and discard the leftleaving only the right of th string ie GH or GHI
|
| Have form only open for one user at a time. | 13 Mar 2006 11:35 GMT | 3 |
My application is split into a front end and back end. Each user has their own copy of the front end. There are a few forms I only want to be open for one user at a time. So I've implemented the following strategy:
|
| update a yes/no field using if then statement | 13 Mar 2006 11:22 GMT | 1 |
I am completely new to VBA. I am trying to update a yes/no box in a subform based on a value that I call from the main form into the subform. Below is the if /then statement i am using: If (Me.[BalanceDue] = 0) Then
|
| delete report fields if no data | 13 Mar 2006 10:33 GMT | 2 |
I have a bibliographic report, author, title, abstract etc which always have data, and another field, ISBN, which can be blank. How can I format my report to delete the ISBN field and label, and move the line up to a position underneath the new last field (given that the ISBN
|