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 Chriss Miller 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. mdProgrammer

    Running Total with a reset

    I have a query that I'm working on which has the requirement that it calculates a netloss carryover (it's an accounting app, so accounting algorithms aren't my strong suit). The current netloss carryover field should add the income and netloss from the previous month. I found a running total...
  2. mdProgrammer

    Attaching an Access report for gmail

    I have code, found on the Internet, which can send an email to gmail (via an internal relay). How do I add an attachment of a report in the database? I can't use Outlook (I have code for this that has worked for years, but we're no longer using Outlook) due to switching to web-based email, and...
  3. mdProgrammer

    Having trouble downloading a file from a server with a dynamic link button

    I have a datagrid that creates a dynamic linkbutton control if the column contains an attachment field. This linkbutton should download the file, but doesn't (The popup comes up, but then says unable to download file). I get different results on 3 different browsers. Ok, first, I have a...
  4. mdProgrammer

    Putting links into a gridview dynamically (.net 4.5.1)

    I have an application which was written in .NET 1.1 that used a datagrid that I would dynamically change a cell into a link based on the column and security settings. For example: Column is an ID field and user has access to the record - Show a link. Column is an ID field, and user does not...
  5. mdProgrammer

    showModalDialog and future IE browsers

    Note - I'd ask this on Microsoft's Technet Forums since it's more browser specific, but the firewall at work blocks Microsoft's live.com as a web-email service, so I can't log in... ("Security Wars"!!!) Anyway, Google Chrome recently disabled support for showModalDialog (version 37), and I've...
  6. mdProgrammer

    Help on Grouping Query to find all rows that only have the same value

    I have a query that I'm trying to create for Access, with limited success (data's not always correct, and can be very slow). Anyway, the query works in a similar way to this (only I was trying to change the Having clause to count if the item didn't say "close", and ignore those IDs)...
  7. mdProgrammer

    Trying to run an application from a SQL Job

    I created a simple test application that automatically sends an email (it's eventual use will be sending secure email based on what's in a table - yes, I know about SQL Server 2008's email capabilities, but it's not set up, and I'm not the one that sets the servers up). This application works on...
  8. mdProgrammer

    Using the same recordset from the report in VBA

    Maybe I'm asking or wording this wrong, but how do I loop through the fields that the report uses without running the query again? I have a report that gets data from a crosstab report for a survey(thus, the fields are dynamic). So, the results might look like this: Run1: Question1...
  9. mdProgrammer

    Changing a server in an Access Data Project file

    I have a few data projects (.adp) in Access that I need to not only change the server name, but make it not hard-coded. These are probably 10 years old, and the original programmer is long gone (the project was probably written in Access 97 or 2000). I'm not familar with project files since I've...
  10. mdProgrammer

    Access 2007 not showing System Data Sources (Windows7 64 Bit)

    Not sure if this is more of an Access issue, or Windows issue, but it relates to Access. I have a vbscript which creates System DSN using an account with administrative rights. This script works fine in Windows XP computers, and Windows 7 computers. The ODBC connection is added to the System...
  11. mdProgrammer

    Access Form that uses SQL Server not sorting

    Not sure if this goes under MS Access or MS SQL... Not sure if this should go under SQL Server, MS Access, or even VB6 (if such a forum even still exists). Here's a brief history here - I have a client with a 15-year-old front end program (Asset Tracking) written in VB6, contains zero...
  12. mdProgrammer

    Query to put multiple values into one column

    I'm using SQL Server 2000, and I have a query that gets names and locations, sort of like this - Name Location Mary Atlanta Sue Chicago Sue Seattle Jim Boston Jim Chicago Jim Miami I want to get the locations on a single line like below. I know SQL Server 2008 has wm_concat(), but the...
  13. mdProgrammer

    Microsoft Access Linked Table Manager won't run after Microsoft Update

    First, before you ask why we have old versions of software, we're in the process of upgrading. Long story short, complex applications, not enough programmers, limited State budget. Recently, we had a massive update (120 items!) be pushed through our network. This update caused issues with my...
  14. mdProgrammer

    Query optimization question

    I have a question on optimizing a query for MS Access. The database that is being used is an Access 2002/2003 database - with everyone using Access 2007 - accessing SQL Server 2000 (we're in the process of upgrading to SQL Server 2008 now). This database is a work review database, with local...
  15. mdProgrammer

    How should I go about creating a survey with "complex questions"?

    I have this old MS Access survey (created by another programmer) that's... let's just say I dread having to change or modify one question or more every year or so, which takes up to a month to do, not including testing. It has... - hard coded column names as the question (i.e., Q1, Q2, Q2A...
  16. mdProgrammer

    Issue with session state and multiple 'child' pages

    I have a search page in my application where the user enters one or more search options, and displays a datagrid. I put a "view detail" button which will pop up another page (using javascript) that shows a read-only version of the add/edit screen. Session("sqlDBSearch") gets a datatable with the...
  17. mdProgrammer

    MS Access forms disappearing

    I have a MS Access 2003 database whose forms have suddenly disappeared. I've tried re-importing, dragging and dropping, and even creating a new form, but nothing displays in the forms window, even after closing out and reopening it. The only thing I can think of is that someone was using MS...
  18. mdProgrammer

    Alternate to isDate()?

    I have an unbound (dynamic) datagrid which sometimes has a column with a date field that needs to be formatted to show as '1/1/2009' instead of '1/1/2009 12:00:00 AM'. This works, however, it's when I have another column with values like "11-10", "11-11" (these are special code fields that the...
  19. mdProgrammer

    Setting up Access 2007 options with a vbscript?

    Is it possible to set up Access 2007 options using a vbscript? There are 14 MS Access database applications, plus about 70 read-only databases (SQL backend) for querying that need to have options set on them that are in Access 2003 (some may be Access 2000 format) that aren't set in 2007. I...
  20. mdProgrammer

    vbscript File Not Found error (but the file IS there)

    I have a script which has been running fine for 3 years. It runs monthly, and on the 1st of each month, it copies the previous month's data to an archive folder and inserts the month and year into the filename. It works if I do it on my local computer, so I'm guessing it some sort of directory...

Part and Inventory Search

Back
Top