| Thread | Last Post | Replies |
|
| ADO connection string for Access 97 | 10 Apr 2007 13:23 GMT | 2 |
The hardest part of Access 97 ADO is to make the connection? Also, is the reference to MS Object Library 2.8 OK
|
| weighted average calculation | 10 Apr 2007 10:28 GMT | 1 |
How do i calculate a weighted average for a range of data records
|
| VB Loop Help | 10 Apr 2007 09:24 GMT | 4 |
I have written a module which runs an access query and then stores the result of the query in variables and at the end of the module I assign those variables to a particular cell in excel. The variables are set in a Do Until loop on an access query. What i want to be able
|
| How to make a simple database for using in computers lab | 10 Apr 2007 08:15 GMT | 1 |
I would like to create a simple database for my school using. The database is for using in my computer lab. The data should include time entering the lab for student and teacher, and using the computer to access the web site. So how to start to build that database.
|
| Treeview "Pauses" | 10 Apr 2007 08:05 GMT | 3 |
I am using a Treeview control on a form. This works fine. One thing I have noticed is once all the nodes have been added to a 'branch' my database seems to stop and think about it for a while. This can be anywhere between 30 seconds and 3 minutes.
|
| Runtime error #2448 Cannot assign value to this control | 10 Apr 2007 04:50 GMT | 2 |
I have an unbound control named INCLUSION in a report named SCHOOL_FTEs that I want to populate with a value from a field named CountOfINCLUSION from a query named INCLUSION_TOTALS, which is not the Record Source. I have a macro set up to run the code listed below when the report ...
|
| Recordset.addnew and Linked Oracle table | 10 Apr 2007 04:15 GMT | 3 |
I feel like I'm so close, but somethings missing. I have an unbound data entry form, and when I try to add in the info (using a recordset from the linked table) everything seems to work - except getting back the sequence genereated PK. I have tried this:
|
| Using variables in Access 2000 | 10 Apr 2007 00:33 GMT | 1 |
I want to reference text boxes on a subform from the module of the parent form. To make the control visible I could use the following code: Me.sfHolder.Form.txtLine1.Visible = True But, how can I use a variable in place of txtLine1 so I can use a Do/Loop to
|
| export all modules to txt files | 09 Apr 2007 22:19 GMT | 1 |
I need to export all the code from an Acces database to txt files. I know how to do it manually, but I need to automate the process. I don't know Access object model very well and all I could come up with was to use CurrenProject.AllModules and OutputTo, but I need to export Form ...
|
| Verify variable is not null | 09 Apr 2007 22:18 GMT | 3 |
I am using Access 2000. How can I varify that a variable is not null with an IF statement? Seems like the following code would work but ISNOTNULL isn't the opposite of ISNULL. What is? If ISNOTNULL(Variable1) then
|
| BrowseForFolder questions | 09 Apr 2007 17:28 GMT | 1 |
I have recently enhanced my BrowseForFolder approach to include the 'NewDialogStyle' thus giving me the ability to show the 'Create New Folder button'. Essentially, I am very pleased with the results but have two areas of concern, which I will detail further on:
|
| Data base will not install | 09 Apr 2007 16:24 GMT | 2 |
I Recently install a trial version of 2003 upon the end of the trial version I tried installing my 2002 version and everything works fine but I can not install access I keep getting a era message indicating the patch is no longer avalaible.
|
| Dim mydb as Database | 09 Apr 2007 15:52 GMT | 4 |
Thanks for any help. I inherited a large database, and only use a few of the tables, forms, and queries in it, so I thought I would make a copy, and in the new version, delete all the unnecessary stuff. Please don't laugh.
|
| Createtabledef problem | 09 Apr 2007 13:54 GMT | 3 |
Hi I am trying to set the property for a currency field and i am getting tpe mismatch. This is a part of code doing currency data type formatting
|
| return Charcode from String | 09 Apr 2007 12:38 GMT | 4 |
Is there a function that return the charcode of a string? It would be a kind of reverse Chr() Thank you
|