OK, I changed the BASEpath to /home/tdpearc/public_html and it appears to have fixed it. Again, thanks for the help and the patience. It is most appreciated.
Thanks sleipnir214 & DRJ478 for the quick replies. I removed the meta tag and that fixed the cookie issue. I am a little unclear on the $basePATH issue. Since I am uploading this to a server that I do not own, how do I know the path that it should be pointed to? Sorry about this, I'm new at...
...someone can tell what I am doing wrong. The script came with a config file and the actual script. Thanks in advance.
Config Script
<?
/**/
$basePATH = "http://www.********.com/ "; // Full PATH to script dir
$baseURL = "http://www.************.com/"; // Full URL to script dir...
vbajock,
Question for you on scenario #2: Would this still only return one record if not all of the fields were duplicates? I think I've done what you have said, but I'm still getting some duplicates if not all of the fields are identical.
Any ideas?
Good Morning everyone. I have a small issue that I'm hoping someone has an easy fix to.
I have an Excel spreadsheet that is output from an Access database. I then do a pivot table on this spreadsheet. The problem that I am running into is that the pivot table does not recognize the blank...
I have a little Access issue I'm hoping that someone here could help me with. You guys have helped me out so much in the past and it has been most appreciated. I have two scenarios that are very similar, but one is slightly different.
Scenario #1: I have a Table named SO COMBINED DATA that...
Well, actually now that I have played with it a little bit I think I may have figured it out. I can do an Iif statement, saying if it does not equal "#EMPTY" or "00/00/00", return the original data and if not, leave it blank.
Thanks for your help on this!
I'm not sure how I could make an Iif statement work. The field will also contain valid data that I would like to keep. I just need to clear out the data that reads "#EMPTY" and "00/00/00".
Sorry for not being clear earlier. Yes, I have a table that has a field in it. This field will contain dates. However, the text file that I import into this table contains items such as "#EMPTY" and "00/00/00". I would like to either run a query to clear this content or a...
Would this be something that I could add into an existing query? I have an existing append query that copies data from one table to another. Could I put something in that query to clear the data if it equals "#EMPTY" or "00/00/00"?
Is there a way to have access clear the contents of certain fields based upon a set criteria? I don't want to delete the entire record. I just need to clear the field if it equals "00/00/00" or "EMPTY".
Any ideas would be most appreciated.
Thanks!
...in expression".
I'm probably overlooking something very simple, but would appreciate any ideas you might have. The code is below:
*******************************************************
Public Function DeltaDays(StartDate As Date, EndDate As Date) As Integer
'Get the number of...
...in expression".
I'm probably overlooking something very simple, but would appreciate any ideas you might have. The code is below:
*******************************************************
Public Function DeltaDays(StartDate As Date, EndDate As Date) As Integer
'Get the number of...
...a spreadsheet containing a macro that will merge columns B & C into one column and place an "-" between the data. It is as follows:
***************
Sub mergecells()
Dim intRow As Integer
Dim txt As String
intRow = 2
Do Until IsEmpty(Cells(intRow, 2))...
...a spreadsheet containing a macro that will merge columns B & C into one column and place an "-" between the data. It is as follows:
***************
Sub mergecells()
Dim intRow As Integer
Dim txt As String
intRow = 2
Do Until IsEmpty(Cells(intRow, 2))...
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.