Good day,
After installing .NET Framework 4.6.2 in Windows8.1, I keep receiving the message 'Can't Complete Update' then it rolls back to the last configurations after the computer reboots. I stopped and restarted the service numerous times but to no avail. As well as reinstalling.
Please...
I'm having an issue in VBA. I have macros that have been working fine in MS Excel 2010. However, when I made minor changes such as change the path of a file location which I used MS Excel 2013, then ran it back on another computer with 2010, it worked for a little while. But now I receive errors...
Good day,
I would like to do the following using a macro in Excel.
Read the values in column "A", find the matching values in column "E". Copy columns E -F then paste it on another sheet. For example;
Under column "A", 10032, find this value under column "E" then copy column ranges E-F and...
Good day,
I'm trying to figure out how to look up the zip code under ZipA with the other headers where the second Zip lines up next to the ZipA records. In other words similar to Zip 10474 for WK 31 & WK 30. That just happened to be a coincidence, but I would like for example 10470 to line up...
Good day,
I created a survey with several questions. I would like to query the highest number of responses from the 3 questions and display only the one with the highest. This is what I have in MYSQL;
Fields: Total:
RESPONSE 1 8
RESPONSE 2 6
RESPONSE 3 10
The fields have 'Y' for...
Hello there,
I have a question regarding charts in Excel 2010. I have data that updates weekly. I simply want to have a dividing line which separates between week 21 and week 22. The line is to always remain between week 21 and week 22 as the chart updates.
for example are the following weeks...
I have one basic question about date format. As we know mysql uses yyyy-mm-dd format. I'm trying to get the correct format using the echo command so the date reads mm-dd-yyyy.
Everything else works fine. Here's my code for the DATE field. The print date command works fine but this is in a...
I'm having trouble inserting records into a MYSQL database using PHP 5 (don't have the exact version. I can insert records directly in the table itself. What makes this strange is that the code below already exists from prior coding and works fine. I used the same exact syntax for the new...
Hello all, I have a strange situation. I currently use Firefox as ny default webrowser. I embeded some code from a website for a video clip that I uploaded to my webpage. It's not a problem viewing it. However, Internet Explorer users are telling me that the video does not load and it's simply...
Hello there,
I receive a BSOD 'Process_Has_Locked_Pages'. When I run BlueScreenView, it reports that ntkrnlpa.exe is causing the error. What should I do to correct this as it happens often? I'm using Windows 7 Ultimate. I upgraded from Vista.
This happens sometimes when I'm on Youtube or MS...
Hello everyone,
I'm having a tough time trying to figure out how to print across then down. What I'm trying to do is have access create a log sheet. Please see attachment. The attachment shows what I'm talking about. All new records for number 41 goes across by date then wraps to the next row...
I have a question about the warning prompts in Access. I have a make table query. Each time this query is run, it overwrites the current table. This is what I want to do. However, I receive the following;
‘The existing table ‘rmtable’ will be deleted before you run the query.
Do you want to...
Hello,
If have a question about calculating percentages. Below is the code I used for a form and report. Everything seems to work fine until the percentage equals 20%. When its at 20% the stats reads FAILED. As long as the percentage is over 20%, it will read PASSED. I'm not sure what I need to...
Hello,
I have a question about creating a log sheet. It looks like an Excel spreadsheet. Currently entries are handwritten n this sheet going across, then the entries continue on the next row once the entries reach the end of the page to the right. Now thing is, the dates are not consistent...
Hello, I have a question about querying Month and Year. In the criteria, I want to query everything from let's say this month to previous months and year. I used this;
<=now()
This works but of course it's based on the current systems date. I need it to give me the entire current month. So if...
Hello,
I have a question about using iframe. Here is the code I'm using which works fine.
<iframe src="indexpage.html" width="630" height="800" frameborder="0" ></iframe>
Is there a way that I can use iframe without a fixed height? Users use this section to update a portion of the webpage...
I have a question about a query I'm trying to do. Below counts the total records such as
SELECT carrier_routes.[Parent Zip], Count(carrier_routes.Route) AS CountOfRoute, Count(logbook.AQRT) AS CountOfAQRT FROM carrier_routes INNER JOIN logbook ON carrier_routes.ID = logbook.ID GROUP BY...
Hello everyone,
I'm trying to include two queries in a report. According to the Report Wizard, this can be done. However, when I try I keep getting
"You have chosen fields from record sources which the wizard can't connect. You may have chosen fields from a table and from a query based on that...
Hello everyone,
I've loaded Windows 7 on my laptop. I'm receiving a PFN_LIST Corrupt error. The following appears after it reboots.
------------------------------------------------------
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional information about the problem:
BCCode...
Hello everyone,
I'm trying to import a html file into an editor. I'm using CKEDITOR at CKEDITOR.COM. Think that I almost have it. Below will display the html file with no problem.
<?
$file = $_SERVER['DOCUMENT_ROOT'] . "/indexnew.html"; //Path to your *.txt file
$contents = file($file)...
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.