| Thread | Last Post | Replies |
|
| How can I create a multiple search for an entire Access database?. | 11 Jun 2006 07:56 GMT | 1 |
I have an entire database w/several hundred records of individuals. How can I create one search button, able to access multiple individuals, locations, and job qualifications. Forinstance, if I was to create a search button, I want to be able to scroll down a list of specific ...
|
| PowerPoint with ME? | 11 Jun 2006 06:42 GMT | 1 |
Is there a version of PowerPoint that works with Microsoft ME? If not, any suggestions are welcomed (and encouraged)! Thanks a lot!
|
| set chart title in code | 11 Jun 2006 06:36 GMT | 5 |
I have a chart in a form using chart wizard. How can I change the Chart Title and the Category(x)axis title in code. These are found under Chart Options, Titles. There is only a primary x axis.
|
| Navigation Buttons | 11 Jun 2006 03:01 GMT | 9 |
I have a form with a subform. The subform object has navigation buttons. What is the code that is actually occuring when you click the next arrow or the go to last record arrow. I am asking because I would like more control of which record to move to.
|
| Referring to recordset fields using programmatically assigned ordi | 11 Jun 2006 01:14 GMT | 4 |
After I assign non-contiguous ordinal positions to tabledef fields, can I use those positions to refer to the fields in the related dataset? I have a module that is tantamount to an update query with extensive data integrity manipulation.
|
| Query to string... | 10 Jun 2006 20:26 GMT | 3 |
I need to take records from a query and place them into a string like this. From this email.addy1|Name1 email.addy2|Name2
|
| Microsot Visual Basic error | 10 Jun 2006 19:27 GMT | 1 |
I recently reinstalled Office 2003, plus udates. When I access Outlook or Word, I get the following error message. "Microsoft Visual Basic compile error in hidden module: AutExec." When I click help, the solution is unintelligible to me.
|
| Go to the first record in subform | 10 Jun 2006 19:15 GMT | 1 |
I have a main form with a subform. In the main form I have a textbox that when I type in it the subform will requery selecting the items based on the text entered in the textbox. The subform allows additions: I dont think this has anything to do with my issue, I am mentioning ...
|
| Learning to built Functions and such | 10 Jun 2006 18:25 GMT | 4 |
I'm just starting to built my own functions and subs and would like to ask a couple of questions, so that I can gain a little more knowledge on how to do this. Question #1
|
| Looping through Code for a Report | 10 Jun 2006 17:10 GMT | 1 |
I have code that loops through a group of user names and then previews the report for each user. The problem is that the code continues to run in the background such that it only previews for the first user. How can I interrupt the code, to allow someone to close the report for ...
|
| Passing collection objs as parameters | 10 Jun 2006 16:44 GMT | 10 |
I am having problems passing a collection object to other class modules. First, I define the collection object in a separate class module (i.e. Dim foo As Collection). Next, I create an instance of the object (i.e., Set foo = new Collection) in the “Private Sub Form_Load()” ...
|
| Mass Rem Usage | 10 Jun 2006 11:46 GMT | 3 |
Does VBA have syntax to rem (comment) out many lines of code? Many other languages have characters or codes to designate the beginning and end of commented code.
|
| Find in treeview | 10 Jun 2006 06:41 GMT | 1 |
I have a form with a treeview control. i'm trying to create a search button and i'd like to know if it's possible to create a recordset with the data contained on the tree. if so, how?
|
| Calculating procedure run time | 09 Jun 2006 23:11 GMT | 3 |
I am developing a feature which reports total time procedure consumed from the start till the end of application run. The problem is that duration of the procedure’s run cycle is measured in milliseconds. I’ve tried a few ways, but no success. Any idea?
|
| Sending query results to Excel | 09 Jun 2006 21:46 GMT | 5 |
I'm trying to send the results of a query to Excel and I'm having trouble with the code. Sub AutomateExcel() Dim strSQL As String
|