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 Wanet Telecoms Ltd 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. stocktondesigns

    Remove damage caused by SQL injection

    I have a table in our SQL database that has a bunch of hacker URL's appended to about 80,000 rows. I would like to go into each row and erase the offending characters, maintaining my originally entered data. My current approach is to do a search/replace with the table open, however, this is...
  2. stocktondesigns

    Replace a single character

    I have a 20,000 + record table, I am viewing the table in Access with has a 20,000 row limit on what I can see. The table contains activation codes, some of the codes have an incorrect character at the beginning, an H should be a B, is there a way that I can run an update that will go through...
  3. stocktondesigns

    Update Query to Opt-out

    I'm having a problem getting an Update Query to work. I would like to change the checkbox value of field called EmailOptin to 0 from 1, however, when I execute this I get the following message: Query executed, however no records were found This error doesn't make sense to me because I...
  4. stocktondesigns

    Need help with Cumulative Query

    I am trying to create a query that keeps a running sum of each month, restarting at 0 at the beginning of each month. I've looked all over this web and found a number of cumulative query tips, but it always seems to maintain a running total from the very beginning of the data. Is there a way to...
  5. stocktondesigns

    convert varchar date for link to Excel

    I am doing a query in Excel, the OrderDate is stored in SQL as a varchar field. When imported to Excel, it is seen only as Text, not a Date, and requires conversion in Excel. Surely there is a way to format my view/query so that this field's date comes into Excel as a Date format and not text...
  6. stocktondesigns

    how do I combine two fields into one

    I currently have Area Code as a seperate field, seperate from the rest of the Phone Number. Since most places where I want to use the data (exporting to our CRM application etc) I'd like to abandon the seperate area code field go with a plain old Phone number field which includes the area...
  7. stocktondesigns

    Query last year and beyond

    I have a press release section on our web site, I show current press as the current year. I would like to have a query that returns press releases older than 1 year, but am having difficulty creating the view in SQL. I have created a similar query for the current year: SELECT TOP 100...
  8. stocktondesigns

    Find unmatched records

    I've got a couple of tables, tblCustomers and tblProducts. tblCustomers has a unique UserID and the tblProducts includes a unique ProductID - the tblProducts includes a UserID field so the tables maintain a relationship. If a customer registers, but does not select any products, there is no...
  9. stocktondesigns

    Delete Query question

    I have two tables, MasterList and RelatedList. Both have a Email address field that I have joined on. There are 7500 records in the RelatedList that I want to purge from the MasterList which contains around 16000 records. When I try to create a delete query in Access it will not permit me to...
  10. stocktondesigns

    Can I summarize by month in a view

    I have a View query for the number of product registrations in my table. I have got my View query to SUM and give me a grand total, but I would like the view to show total for each month: Date Total Jan 20 Feb 30 Mar 22 In Access, I can use the 'Month...
  11. stocktondesigns

    How to append records in ADP

    I have an Access database that was upsized to SQL. Since then, there were a few additional records that I would like to import into SQL. In Access I would do an append query, but in ADP I am not sure how to accomplish this. The records are in a new table, have the same column headings as the...

Part and Inventory Search

Back
Top