I understand. However, I will try to make it work. I know other individuals might have needed some type of solution to this problem. I was just trying to seee if anyone else had already solved it. I have tried several solutions and none have worked.
I need to identify characters/words that are UTF-8. I am just trying to either highlight a cell, a word or a letter that indicates it is UTF-8. I currently have the data stored in Microsoft Access and I will export it Microsoft Excel.
The ultimate goal would be to try to separate UTF-8 words...
I need to identify characters/words that are UTF-8. I am just trying to either highlight a cell, a word or a letter that indicates it is UTF-8. I currently have the data stored in Microsoft Access and I will export it Microsoft Excel.
The ultimate goal would be to try to separate UTF-8 words...
Thanks for the suggestion but it still has the information in that same scientific format. Is there a way to not displaying the information in that format?
Right now the my inforamtion is being displayed as 1.27693385503062E-05 even with changing the format to percentage.
I am trying to display percentage results in a text box. However, the results are coming out in this form 1.27693385503062E-05. How do I get these results to be displayed as regular percentage results? The equation I am using to calculate my results is: sum([Total])/19578148).
Dear Duane,
Thank you for your response.
Yes, this table has single record. I tried to use DLookup with this format
=DLookup("TotalPT" , "Total")
However, I get an error message when using this formula.
Scott
I have form that I trying to complete. I have 1 text box that I used this function (=Sum([CountOfPT])) to total the number of records for a field.
I need to take this field and divide by this: Table Name:Total Field Name: TotalPT.
How do I format a DLookup to pull Total!TotalPT into the form...
All:
Thanks for the suggested. I developed my own solution for myself.
Below is solution:
SELECT tblSubscriptionInformation.CompanyName, tblSubscriptionInformation.EndDate, tblSubscriptionInformation.Status
FROM tblSubscriptionInformation
WHERE...
All,
I need to write a query in SQL Server 2008 that will find all records that have an end date for next month and also all records for the previous months.
This query needs to be re-used in subsequent months.
Thank you,
Scott
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.