| Thread | Last Post | Replies |
|
| Calling a Sub Procedure Within a Form Based On a Variable | 07 Jan 2007 17:55 GMT | 3 |
I am trying to call a sub procedures based on the current textbox. The situation is this; my database receives input from a scale and places the weights directly into the textbox with the focus. The scale communicates using MsComm's OnComm event. However, this does not run the
|
| Automating Individual reports to Lotus Notes | 07 Jan 2007 09:30 GMT | 5 |
I have a database which produces a report fro my staff detailing their performance. What I wish to do is automate the sending of them so that from one button click the following happens It takes the first person on the list
|
| additem Column(X) | 07 Jan 2007 09:22 GMT | 1 |
How would you additem to an listbox for the third column? ListBoxName.Additem "X" to Column(3)?????
 Signature thank You
|
| TRIM OR TRUNCATE FUNCTION FOR 1000+ RECORDS | 07 Jan 2007 04:16 GMT | 2 |
I have a worksheet with +1000 records with 10 columns across. I can display the numbers in each cell by selecting "format cells, number, decimal places 1". However, the cells contain calculated values with as many as 10 decimal places each. How can I "truncate" or "trim" the
|
| Find record problem | 06 Jan 2007 17:55 GMT | 2 |
I’m using this code to find a record and it works OK if the record has no single quote mark like Tiny’s bar or Mark’s place. If any record has the quote mark I get a run time error 3077 Syntax error missing operator in expression.
|
| how to open a form based on the text value in access 2003 | 06 Jan 2007 14:28 GMT | 1 |
i have some forms. in one form i have only one textbox and one commad button. if i enter one form name and click the button i need to open that fom. example. my form names are "account", "invoice", "report" and one mainform
|
| Really need help! ADO not working | 05 Jan 2007 17:44 GMT | 11 |
Operating System Windows XP Service pack 2 Using Access 2003 have the following references checked: ' Microsoft ADO Ext. 2.8 for DDL and Security
|
| vba international (croatian signs ) | 05 Jan 2007 16:09 GMT | 1 |
Have fallowing probelem i have cratina longuage installed on my comp and everything is working fine, regarding special croatina letters, (even in access) but i am not able touse these signs in VBA editor which causes me problem.
|
| How to search for specific Text in a field in Access and return what is between that? | 05 Jan 2007 14:58 GMT | 2 |
I have a list of text values within a field in access and I want to return the text that appears to the left of that it the field value matches specific text? eg.
|
| Module is stopping that once worked | 05 Jan 2007 10:54 GMT | 7 |
This module worked last month. I had a new system board put it yesterday, and now it doesn't work. It's stopping on the red line and giving the error message: Run-time error: 429: ActiveX component can't create object. I didn't write it and the programmer is long gone. Any help ...
|
| Median Calculation | 05 Jan 2007 06:51 GMT | 5 |
I need to find the median price of a list in a table, but the table contains the following fields: NumberSold - The number of items sold at a price Price - The price of the item
|
| Force Column Break in multi-column report | 05 Jan 2007 05:01 GMT | 2 |
I have a report with 2 columns. While I could use "across then down" to create roughly even columns, this will result in gaps between entries in a column when there's a longer entry in the row above. Also, this causes sorting to snake, rather than flow vertically.
|
| "Access 2002 Desktop Developer's Handbook" chapter 7 file - does not work w/A2003 | 05 Jan 2007 03:30 GMT | 7 |
I was wondering if i am the only one out there. (i found one posting on this: http://groups.google.com/group/microsoft.public.access ...
|
| showing result of SQL in a control | 04 Jan 2007 07:09 GMT | 1 |
I'm trying to find a way to show the results of several queries in a form and then a report. (I have a "laundry list" of "results" that I need to produce and want to put as many together as possible. Because of the number of joins involved and the amount of time it would take ...
|
| Error 3464 Data Type mismatch in criteria expression | 03 Jan 2007 19:38 GMT | 2 |
First of all, this function has worked for years... After returning from vacation, I find that this function which is used to determine a person's age at the time they visit our hospital, doesn't work anymore. I have racked my brain trying to find an answer to why this has stopped ...
|