| Thread | Last Post | Replies |
|
| Enable Access create a graph in Excel | 08 Jan 2006 16:23 GMT | 1 |
I am designing a database that shall store some hundred thousand rows of data. I want to use the graphic facilities in Excel to create an XY-diagram with 10 simultaneous curves. When I tried to create such a diagram in Access the
|
| How can I change a Cell of a List View | 08 Jan 2006 15:06 GMT | 5 |
I have a list view that I would like to change the data of a cell by celecting the cell. This is what I have, but it always return me column 0 Public Function GetRowColumn(ByVal Item As MSComctlLib.ListItem) As String
|
| managing textbox value while formatting the report | 08 Jan 2006 07:26 GMT | 2 |
from some other post I have read that textbox value can be changed throught the format event of a report section. If this is true, why this code wont work? <code>
|
| Getting data from access (VB Help) | 08 Jan 2006 07:08 GMT | 2 |
Hello, need some assistance. I have this access database where it grabs raw data from an oracle database and user will upload file onto my database. Now this database will take that raw data and spit out several excel sheets, depending on
|
| Modify file name | 08 Jan 2006 03:05 GMT | 4 |
I am writing a procedure to import text files to tables in the database. Tables in the db have neames like Routes, tblFirm, etc.. The export function I wrote appends the current table name to include the UserName and an underscore to the front of the table name: i.e.
|
| Please help, I can't find help anywhere on this | 07 Jan 2006 22:50 GMT | 1 |
For a long time, I have been trying to overcome a problem in access and can not find help on it. It is becoming a serious issue for my client and I am not able to find a way around. I have a db in Access 97 for a translation company. you can imagine that a translation company ...
|
| Err.Number does not work | 07 Jan 2006 22:35 GMT | 4 |
I get a zero and a blank when I write err.number and err.description into my error MsgBox. If I write error$ I get a message with no number. There wa a similar question posted on 11/21 and I tried the suggested
|
| Licensing Access apps | 07 Jan 2006 16:31 GMT | 4 |
Any clever ideas on licensing/enforcing concurrent users for Access apps I distribute? How about this: Have a table in the BE that has a LicenseID field (or, better yet, embed the license in a custom DB property)
|
| Incrementing a number and avoiding duplicates | 07 Jan 2006 10:52 GMT | 4 |
I'm using Access 2003. I have a very simple data base that several user will need to use. The database is on a file server and a few user will access this database. Basically I need to increment a number (+1, starttng at 500) everytime a
|
| save excel template to another excel workbook from within Access | 07 Jan 2006 01:16 GMT | 1 |
I have an excel template that I transfer data to from an access query. Once I have done this I would like from within Access to save the excel template as a new excel workbook (new path and filename each time it is run). The template has 3 worksheets to be saved/copied to the new ...
|
| stay in the same field after tab | 06 Jan 2006 23:56 GMT | 5 |
I have a main form and subform. Subform is continious and mainly for data entry. Is there a way to move cursor verticaly in the subform (like with "down" key) with tab. People find it much easier with data-entry. So we'd start with first record in subform - move down on tab until ...
|
| SendKeys problem | 06 Jan 2006 22:46 GMT | 1 |
I have Acrobat PDFWriter installed in my system. I used the following code to print my reports in PDF format. When I ran the code, it produced the first report with no problem. Then, it poped up a window and waited for the response and the file name was not what I expected. ...
|
| Currency Input mask | 06 Jan 2006 22:04 GMT | 3 |
I am trying to create a input mask for currency, what I would like it to do is when I type 1234567, I would like the input mask to place the "$" in front automatically and also the decimal place so it looks like this $12,345.67, I also would like the field to be empty until I ...
|
| query looping | 06 Jan 2006 21:09 GMT | 3 |
I have a small database in Access 2002 which records commission payments made to a loan broker. The following query searches for any months that a commission payment was not received for a particular Loan number. In this case Loan number 1.
|
| DAO 3.6 + MDAC 2.8 | 06 Jan 2006 19:57 GMT | 1 |
Is DAO 3.6 supplied with MDAC 2.8 ? (even though it is not supported). Thanks
|