I am used to using SQL Server, and the REPLACE function to replace characters in a string. What is an equivalent function in Access? I can't seem to find one.
Thanks.
I developed some reports using a CR8.0/SQL Server 7.0 platform for viewing in a VB 6 project. The reports work fine on the development machine, but the client is using SQL Server 6.5
When a user clicks the menu option (or button) to view a report, nothing happens; no error, but no report...
I have an ASP page with a list of cutomers. I have placed a hyperlink on the Customer ID field of the table to call the Crystal Report about that customer. My hyperlink is like this:
<a href="cust.rpt?init=actx&PROMPT0=<%=rs("CustID")%>">
CustID is the value for the...
I have a DB with the follwoing structure:
valLow
valHigh
valAvg
SectionName
ID
ID and SectionName are a compound primary key. I need to show the 3 values for each section separately, for the ID selected when the user opens the report (from a pick list). Any info on this would be greatly...
I have a DB that has as structure like this:
valLow
valHigh
valAvg
SectionName
ID
The sectionName field desribes different groups of expenses for each person (ie rent, taxes, etc.) and is a string (this is a compound primary key of ID and SectionName). I want the user to pick a person to view...
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.