| Thread | Last Post | Replies |
|
| "Chinese" letters all of a sudden | 07 Nov 2006 03:02 GMT | 5 |
All of a sudden, some clients of our Access 2003 software are getting Asian lettering in some text boxes, combo boxes, etc.... We have done nothing to it. Any ideas?
|
| Multiple Regression Code | 07 Nov 2006 02:33 GMT | 1 |
Hello, Does anybody have vba code to share that performs a multiple regression analysis? I need the analysis to return summary statistics, stats for each independent variable, as well as residuals. Thank you in advance for any assistance. Best regards, Ben.
|
| Automatic Report Generation | 07 Nov 2006 02:25 GMT | 1 |
Part of my job involves keeping tabs on unusual incident reports. Everytime a report comes in, a follow-up report has to be filed with our regulators at
|
| back to access after a long time | 07 Nov 2006 02:17 GMT | 1 |
Ok folks... I apologize now if I'm covering territory already discussed. I'm sick as a dog right now and have got to get some work done on this datbase. Let me explain what I'm trying to do. I work as email tech support fo a computer manufacturer. Anyway, up
|
| Importing text file on daily basis | 07 Nov 2006 02:15 GMT | 1 |
I have a text file which I import on a daily basis - it goes into the same table, is set up exactly the same each time. The only thing that is different is the file name. Is there anything more automatic I can set up to help with the import of
|
| Query latest record | 07 Nov 2006 02:00 GMT | 1 |
I need some help with a query. Here is the structure for the table: ID, sDate, sComment, sRole Possible values in the table:
|
| Auto Number mysql | 07 Nov 2006 01:28 GMT | 2 |
I had an access database that i use as an ordering system. I have a form for entering customer details. When i add a new customer on the form the customer number is an auto number that appears when i type in the details.
|
| Error Stopping Duplicate Entries | 07 Nov 2006 00:36 GMT | 4 |
Hello! I'm still rather new to using code in access. I've come across a problem that I'm having difficulty troubleshooting. Any assistance would be greatly appreciated! I've set up a form where an order number is entered. I have entered
|
| Password problem when running an English Access application on Spanish Access | 06 Nov 2006 21:13 GMT | 1 |
I created an application in the English version of Access 2000, and my customer is trying to run it in Mexico using a Spanish version of Access. When the application comes up, it asks for a password, even though the application is not password-protected. Has anyone
|
| most recent records | 06 Nov 2006 19:13 GMT | 9 |
I have a patient table with patient names and visiting dates. I want to select those patients who have visited me at least 6 times and show the dates that they visited ordered by name. I have managed this by creating another table but Im sure it can be done with a couple of
|
| Archiving and Subforms | 06 Nov 2006 17:55 GMT | 1 |
I have set up a form "Placement Details" with fields name, address etc, placement details, weekly cost, monthly cost, projected on year cost, full year cost. I have set up two tables, PlacementDetails and Placementdetails
|
| Mid Function - Variable length field | 06 Nov 2006 17:30 GMT | 2 |
I have a field where I need to extract the middle portion. The data is similar to this: 1111-6-652 or
|
| Lebans Report To PDF question | 06 Nov 2006 16:46 GMT | 2 |
Stephen Lebans A2000SnapshotToPDFVer751 sample makes use of the dynapdf.dll file ... can I legally deploy this file along with my application, or do I need to purchase something from DynaForms? I looked on the site, and in the zip file but could find no info about this. Thanks,
|
| left outer join | 06 Nov 2006 15:17 GMT | 1 |
I want to do select like this : select t1.col_2 from table_1 t1, table_2 t2 where t1.col_1 = t2.col_1 (+)
|
| Access crashes in crosstab query | 06 Nov 2006 15:06 GMT | 3 |
Im trying to create a crosstab query with fewer than 255 headings (about 50), but it crashes when I try to save after writing the heading names in the query property "column headings". My list is pretty long, but far from having 255 entries.
|