| Thread | Last Post | Replies |
|
| Getting a related field from a GroupBy (total) query | 16 Mar 2007 17:29 GMT | 6 |
The above subject continues to baffle me! http://www.mvps.org/access/queries/qry0020.htm This link was posted a few messages ago but IMO these methods don't work when there are duplicate combinations of the GroupBy and Totalled Fields in
|
| From Access to SQL | 16 Mar 2007 17:04 GMT | 2 |
Good morning all, One of our larger Access db projects has grown, and I'm thinking maybe it's time to move the backend to SQL. We are running SBS 2003 which has SQL server installed, but I know absolutely nothing about the server piece.
|
| READ ONLY ERROR | 16 Mar 2007 16:54 GMT | 2 |
Hello, Does anyone know how I can fix this..... It means that the control is set to read only (Enabled = No); that the Form is read only (Allow Edits = No); or that the subform is based on
|
| Comment Box!! | 16 Mar 2007 16:40 GMT | 2 |
Hi I'm currently working on a database, basically I have a combo box which lists three values "Trial", "Normal" and "Exeptional". When the user clicks on "Exeptional" a Comment Box (standard text box) should appear, however when they click on "Trial" or Normal" or when the form
|
| Windows media player music export into access database | 16 Mar 2007 16:11 GMT | 4 |
I have downloaded a plug-in for windows media player from Microsift which allows me to export my music library to a text file which I can then import into access. What I would like to do is generate a report that lists all the Albums I have grouped under the Artist heading. The
|
| listbox backwards sync | 16 Mar 2007 16:09 GMT | 1 |
I have a need to do 2 things in relation to my list box 1) Like in a combo box I want to enter the letters ie Smith and have it move down the listbox within the "S" rather than go from the "s's" to the "m's" etc. Is there a way to write vba to do that?
|
| Unique number | 16 Mar 2007 15:57 GMT | 8 |
I want to have a unique identification number that will be called our internal batch number. I want it to consist of 3 fixed letters, a number, letter and auto number. The fixed letters will be 'BNS'. The number will depend on the month and the letter on the year. For example:
|
| Access Data to Automatic Outlook Email | 16 Mar 2007 15:53 GMT | 11 |
I would like to know if the following is possible with Access 2000: Can data from Access in Query or Report format be automatically emailed? By automatically, I mean that no one has to manually send the email--the email is sent at the same time every day as long as the computer ...
|
| hyperlink | 16 Mar 2007 15:51 GMT | 5 |
In the click event of a button,i have input the following code:If [Language] = "Greek" Then Command48.HyperlinkAddress = "\\10.43.0.132\Company\MSKB\Auto Reply\Greek.doc" If [Language] = "Hebrew" Then Command48.HyperlinkAddress =
|
| Calculations | 16 Mar 2007 15:04 GMT | 3 |
Hello - I am making a form (with subforms) to enter daily batch/deposit information. I put a Close button on the form, which I would like to do a "check" before it closes the form. There are three fields included: TotalDeposit, which is the Sum of CashAmt+CheckAmt
|
| HELP: Error message "You cannot add or change a record" | 16 Mar 2007 15:03 GMT | 1 |
basic design with 1:many in the direction of the arrow. tble_Query -> tble_CCode <- lkup_CcodeS <- Lkup_CCodeT When I try to enter a cause code in the form, I get the message: "You cannot add or change a record because a related record is required in
|
| Corrupt record/index/relationship? | 16 Mar 2007 14:39 GMT | 2 |
From time to time, since migrating to Access 2003 a year or so ago, we have noticed what appears to be a corrupted record in one table or another. E.g., unprintable characters appear at the beginning of the record, text data is moved to (and often split between) other fields, ...
|
| If then | 16 Mar 2007 14:14 GMT | 8 |
Okay, apparently I don't know how to construct IF Then statements. This one is not giving me the right price structure. If (52 < Me!Length <= 61) Then Me.Price = 40.95
|
| Need null value cells to show blank in a database linked to excel | 16 Mar 2007 13:53 GMT | 4 |
I have linked a database to an excel spreadsheet. I have blank cells on my spreadsheet that are showing a "Zero" in the database field. How do I change it so the fields will show blank and not a zero?
|
| Question about setting db=? | 16 Mar 2007 13:37 GMT | 7 |
In my database, I have 4 forms that all have the following code attached to a command button. ---------------------- Private Sub cmdSave_Click()
|