TRANSFORM Min([CPID]) AS [MinOfCPID] SELECT [RD] FROM [BrandRespondDay2] GROUP BY [RD] PIVOT [BN];
I used the chart wizard to create this on a view I linked to the mdb. It works fine.
When I copy and paste the chart to an ADP bound to the SQL DB the link was in I keep being told that the...
Does any one know how to use a bound rich text box on a report.
I have addresses stored in a table with each line being a field, but some lines in some addresses don't have values, so I concatenate the fields putting chr(13) at the end of each line which does have a value.
When I try to show...
Here are two functions to help with Single Quotes.
The problems are caused by the character with ascii 39, and there is another character that looks very like it, ascii 96 which causes no problems.
FixApostrophe replaces all the char 39 with char 96.
QorN is for preparing strings to be put in...
In all office applications, in the Visual Basic help, help file names are available in the lists on the left, but any help article about ADO or DAO do not appear when clicked.
EG Index Keywords
Enter "ADO"
Click RecordCount Property (ADO)
nothing happens, no new article appears.
The...
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.