Hi everyone,
Currently, I have a Word document in 2010. Within the document is a background image with a floating text box with text.
In Word 2003, after emailing the document from Word using the Outlook mail recipient function, the recipient would have no problems seeing the text on the...
Sorry, that was in my 2nd post
"I want to display the actual hours, as in 27.5 for example
Presently, the format of the cell is custom [h]:mm:ss but I do not want to touch the format of the cell..."
And yes, that was a typo. It should be 06/01/1900 6:42:19AM :)
And thank you, it worked...I...
As I mentioned in my very first post:
Ok, I have a spreadsheet that has a cell that has a time entry (ex. 150:42:19) but in the formula bar, it's displayed as 06/01/2005 6:42:19 AM).
I do not want to modify anything. This a value that was spit out from some application.
Without modifying the...
I want to display the actual hours, as in 27.5 for example
Presently, the format of the cell is custom [h]:mm:ss but I do not want to touch the format of the cell...
Hi,
Ok, I have a spreadsheet that has a cell that has a time entry (ex. 150:42:19) but in the formula bar, it's displayed as 06/01/2005 6:42:19 AM).
I want to convert that entry to actual hours.
I tried using =(A1-INT(A1))*24 where A1 is the entry but to no avail. I had gotten that off...
Well, I hope my topic made sense.
I have a program that opens files of some type and of a certain format (data is structured in a certain format) to be used in my program. These files contain simple text data.
Now, if I try to open a corrupt file, it will crash (Assertion Failure) because the...
Hi everyone,
Anyone know how to parse a Cstring given this data is from a file delimited with ';'?
In other words, I am using the Cstdiofile class and a ReadString for each line in my file.
I wanna be able to cut the line in appropriate pieces and assign it to the appropriate variables.
I...
If the user is updating fields from a particular table on a form, then in a field's CHANGE property, enter the code:
DoCmd.SendObject (....)
You can read up on it in the Help file (I don't remember the syntax :P)
Hi,
I have a combo box in my form. Now I have 5 values in there including a value called ALL. I want that ALL to display all the data in a table, and not filtered by a specific value.
(like saying SELECT * from table)
Problem is that when I select ALL from the combobox, I change the value...
Hi,
Ok, so here is the situation.
I got a case where I have a table which has employee information along with an employee rating. Each rating is flagged either three ways with the use of a seperate field in the table: dinosaur, previous and current.
The rating field is of type text.
I...
Hi,
Ok, so here is the situation.
I got a case where I have a table which has employee information along with an employee rating. Each rating is flagged either three ways with the use of a seperate field in the table: dinosaur, previous and current.
The rating field is of type text.
I...
Hi everyone,
I want to print my reports on legal sized paper. I changed the settings in page setup but now the problem is that since MS Access notices that the fields/labels on the report are exceeded the allowed width, blank pages are getting printed out
If I reduce the width, I will lose my...
Hi everyone,
I want to have a button that will, when pressed, ask for a filename of an image (bmp file) and then update the image box that I have on my form thereafter.
I know I can use an inputbox to get the filename but how do I update the imagebox after that with the new filename?
Hi,
I want to allow users to print a certain form in landscape format. Problem is that I do not want to change that option through page setup as it will then become default for every other object to be printed.
I tried using PrtDevMode but it didn't seem to work.
Any suggestions other than...
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.