I'm using Access 2003 and Microsoft Graph Chart on a form.
I want to be able to print the graph and the information on the form.
The problem I'm having is that the Graph does not print any of the data points inside it. Here's the code I'm using:
Private Sub Print_Form_Click()
On Error GoTo...
I'm using Access 2003
I have a form named Plot that is from an older version of Access that I need to convert into a subform on the new application.
I can convert everything successfully and I don't get any errors. However, when I make changes to the underlying objects and queries, I cannot...
Hi, I have a query that I use to export data to an excel file (Access 2003):
DoCmd.TransferText acExportDelim, , "qryDelimited", strFile, True
The numeric fields (doubles) return values such as "1.07989595" From the query. However, when I export this to a .csv and open it up in Excel, it...
I'm trying to activate the title on a chart, but I keep getting the run-time error "1004 Unable to set the hastitle property of Chart Class" Here's my code, not sure what I'm doing wrong. I'm using 2003:
[Forms]![TabMenu]![Plot]![plotofdata].Requery...
Hi,
I'm using Access 2003. I have a form (form1) that opens another form (form2) that contains a subform (form3).
The vba code on form1 needs to set the record source for form 3. I know Access is finding the form because I hide
some columns:
For I = 1 To 11
Forms![form2].
I'm trying to highlight the values in an option box based...
Hey, I can't figure this out for the life of me (it shouldn't be that difficult)
I created a combo box where only one value can be selected. Its Row source is a value list containing the following choices:
Unknown
Marine
Fresh
Tidal
The name of the combo box is ListClass. I have another...
Hi,
its been awhile since I used Access jet engine. I'm having a problem with the following query. I set it up how I normally do using other databases, but it returns zero results when I try to run it in access.
I want to get the values from the temp table that do not exist in the site...
Hi,
I know how to do a dcount on a table to get a record count and display that. However, I want to get a record count from a query and display that instead. Not sure what I'm doing wrong (always comes up blank):
strSQL = "SELECT "
strSQL = strSQL & "COUNT(tmp.Rec_ID) AS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.