Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tarnish

    empty string in access null error in sql server

    Thanks for the reply, lameid-- Thought about the access forums, but wanted to check here first. I think access' best answer for me is probably just to unbind the form and build the insert sql from the form controls, but I was hoping not to have to do that. If that's the best answer I can...
  2. Tarnish

    empty string in access null error in sql server

    Not really sure where I should ask this, and I'm sure the answer is already on the forums somewhere, but... I am converting ms access 2003 split f.e./b.e. to ms access 2010 f.e./ms sql 2012 b.e. I'm deploying to win7/64 bit desktops running 32-bit office 2010. I've run into a number of issues...
  3. Tarnish

    Case Statement in View in SQL Server Management Studio/sql server 2012

    Thanks a lot for your great responses. I'm all set now! T
  4. Tarnish

    Case Statement in View in SQL Server Management Studio/sql server 2012

    Thanks for the quick reply! That works, but I'm a little confused still. Is the problem specifically related to my use of Null? I thought if I put a column name after Case (without anything else like I did above) that I could then use potential values after 'when' keyword. I saw an example...
  5. Tarnish

    Case Statement in View in SQL Server Management Studio/sql server 2012

    Hi, I'm new to sql server and I'm using sql server management studio to help me convert some queries for use on sql server 2012 in the form of views. I'm trying to use functions to create some columns in the view, and none of them seem to work properly. Specifically, this fails: CASE...
  6. Tarnish

    Parsing xml document into table

    -Thanks for the replies. When I import the actual xml file, access (2003) ends up making like 5 or 6 tables out of it and the tables don't seem to relate to each other very well in terms of me being able to look at them and see any common field I could use as a pk. I'll look at the...
  7. Tarnish

    Parsing xml document into table

    Hi all, I'm looping through a folder and pulling xml files (one at a time, obviously) into a variable in a procedure in vba. I've tried importing the xml files but each file produces multiple tables and the tables simply don't work well together. I've also tried applying a transformation file...
  8. Tarnish

    Create table from search of files in folder

    Rats, Meant to change the title before I submitted it. As the post indicates, I don't really need to make a table...
  9. Tarnish

    Create table from search of files in folder

    Hi all, I need to setup something where I can go to a folder, loop through the files with a certain extension, and search them for a specific url. When I find the url I need to be able to return the filename it's in. The folder is known, as is the file extension. I've looped through a folder...
  10. Tarnish

    Eliminate records with older dates but same value for other field

    I think I got it now. Sorry for the wasted bandwidth. T
  11. Tarnish

    Eliminate records with older dates but same value for other field

    Hi all, I'm rusty with Access but if I could just get an idea how to proceed I think I could figure it back out. I have a table of data I've imported from an excel spreadsheet. There is no primary key (other than one I added during the import that I don't think helps here). The table is...
  12. Tarnish

    Hyperlink Display Text

    Got the # to work in a query for a field in a form set to be a hyperlink. Thanks for direction, PHV!
  13. Tarnish

    Hyperlink Display Text

    Thanks for the reply, PHV. So is this a solution where I'll create a recordset in the form's module and use that instead of a query feeding the form? Thanks, T
  14. Tarnish

    Hyperlink Display Text

    Hi all! My Access is rusty and this seems like it should be simple.... I have a hyperlink field on a form, which is based on a query with a field that contains local file addresses (one per record, of course). When you click on the field in the form (datasheet), it opens the document at the...
  15. Tarnish

    Getting Custom Master Page into Sharepoint 2010

    Nevermind. Finally found what I was looking for. Thanks anyway, T
  16. Tarnish

    Getting Custom Master Page into Sharepoint 2010

    Hi all, My organization has just bought Sharepoint Server 2010 and setup a development environment. I have zero experience with Sharepoint. I've gone into a site and created a couple of pages and added some things like links, comments functionality, etc.....all basically canned solutions that...
  17. Tarnish

    HTTP::Date - Only first two functions exported by default

    After a trillion searches, I finally found the answer. I needed to add this to the top of my code: use HTTP::Date qw(parse_date); Maybe that will help someone else in the future. Thanks, Tarnish
  18. Tarnish

    HTTP::Date - Only first two functions exported by default

    Hi all, I'm trying to use the HTTP::Date module which I believe is a part of the libwww-perl package. I believe I've properly installed the libwww-perl, and I've tested a little code using one of the functions from HTTP::Date and it seems to work. However, the function I tested was one of the...
  19. Tarnish

    WWW:Mechanize or HTML:TokeParser or what?

    Thanks for the replay Annihilannic. I finally got something pieced together. The important piece is the HTML::TableExtract. Thanks again. T
  20. Tarnish

    WWW:Mechanize or HTML:TokeParser or what?

    Hi all, I'm not proficient with Perl at all, but I have a wide array of other programming experience... I'm trying to scrape a web page. Specifically, I'm trying to scrape data from a table with two columns. The first column holds one date per row (ex. 9/14/2009). The second column holds a...

Part and Inventory Search

Back
Top