| Thread | Last Post | Replies |
|
| Chart Presentation in VBA | 20 Sep 2007 12:00 GMT | 1 |
1. How to display values of data series on a chart created upon a form? 2. Is there any accessible Microsoft Graph documentation? Thanks Otávio
|
| Exporting from From Issue | 20 Sep 2007 08:42 GMT | 1 |
I'm trying to export a file to c:\DOCS\mmddyyyy.txt I'm running th following in a click event and it doesn't seem to like the fact that hte file name hasn't been created. Any advise??? Dim stSpecs As String
|
| How to refresh a treeview on a form? | 20 Sep 2007 08:38 GMT | 2 |
Hello: I'm new to using a treeview on a form. I have a main form that contains a treeview. On the main form are two subforms. One subform (sub A) displays data based on the selected node on the tree. The second subform (sub B) displays any subordinates that are related
|
| Killing a non-responsive task | 20 Sep 2007 06:48 GMT | 5 |
I'm using VBA and automation from Access 2003 on Windows XP Pro. I'm using the Automation with AutoCAD 2002 to process about 75,000 drawing files. This works most of the time. However, sometimes AutoCAD loads a drawing file it cannot handle (corrupt). This stops the processing ...
|
| Looping through records | 20 Sep 2007 02:43 GMT | 1 |
I have a table with member names. Members can be active for multiple periods. I need to review the begin and end dates for a specific member to identify any breaks. Sample:
|
| using FindFirst | 19 Sep 2007 23:32 GMT | 2 |
I have a table which will track who logs in and out including the date. I was able to add the username and date & time they have logged in but I would like to do a find the username and the empty log out date field to be able to enter the date and time they are logging out.
|
| Access 2000 / Outlook 2007 | 19 Sep 2007 22:56 GMT | 6 |
I'm trying to email from Access 2000 using the following: Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient
|
| Report flowing on two pages.... | 19 Sep 2007 22:38 GMT | 6 |
I have set up a report which I have taken the time to format so it is visually pleasing and all on one page for each vendor we need the reports for. However, there is a subform on the report and for one of our vendors that data spills on to two pages. Because the data continues ...
|
| Combining Fields From 2 Tables To Sort Data | 19 Sep 2007 21:41 GMT | 1 |
Is there any way to have 2 separate table that have roughly the same data (one heading in common) and sort the second table by the parameters of the first?
|
| get current object name | 19 Sep 2007 20:40 GMT | 2 |
what returns the current object/control name on a form? I need to make a function call that requires the calling object name - I'd rather make the call genertic instead of hard coding for each of the forms controls
|
| Inet Object for FTP Uploads | 19 Sep 2007 20:36 GMT | 8 |
I have a mdb which is currently about 55 mb in size. I have a function that creates a copy of the mdb and uses the inet object to send that copy to a web server. This has worked well for a couple of years. An administrator user opens a
|
| Create Table | 19 Sep 2007 19:52 GMT | 2 |
Thanks to help I found in this forum, I created some VB code that appends data from one subform to a table within another subform when I click on the "Save" button. This code works wonderfully. The problem I'm having is, after this code creates this table, I'm trying to
|
| Hide-Show Quick Bar | 19 Sep 2007 19:46 GMT | 4 |
How do you hide-show the quick bar at the top of the Access 2007 window using VBA. BrerGoose
|
| Unknown error | 19 Sep 2007 19:14 GMT | 4 |
I have a standard "error trap" in a form.. On Error goto ... lable mesbox
|
| Time() returns a null | 19 Sep 2007 15:08 GMT | 3 |
I'm coding a MS Access 2000 application where I need to capture the startingtime of a procedure, the end time of a procedure, and calculate the total length of the procedure. The user can either manually enter the time in medium time format or press a button to return the system ...
|