This seems like a pretty obvious question but I didn't find anything on it in the faqs or a search of this board.
It's simple:
How do I create a text box where the text is sideways, so that you would have to rotate the page 90 degrees the see the field normally?
I have created dynamic graphs based on a dynamic querydef, but I can't do checkboxes. It is so sad.
I am getting an odd error on this on a form:
If Me.checkbox1 = -1 Then
' some code
' more code
End If
The error is on the line with the comparison: "The expression you...
(I apologise for posting this elsewhere - I didn't realise that there were a whole bunch of MSAccess sub-forums at first.)
The code is like this:
Private Sub Report_Open(Cancel As Integer)
Me.[ChartOLEUnbound].[RowSource] = "Select ... "
End Sub
I am 100% sure that the SQL code...
(I posted this in some other section here, but I think that this is a more appropriate part of the forum)
I am attempting to use VBA to change the RowSource property on a chart in a report.
The code is like this:
Private Sub Report_Open(Cancel As Integer)
Me.[ChartOLEUnbound].[RowSource]...
I am attempting to use VBA to change the rowsource property on a chart in a report.
The code is like this:
Private Sub Report_Open(Cancel As Integer)
Me.[ChartOLEUnbound].[RowSource] = "Select ... "
End Sub
I am 100% sure that the SQL code is correct and I have tested it in...
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.