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: *

  • Users: Developer2U
  • Content: Threads
  • Order by date
  1. Developer2U

    SQL Server Express

    I have read conflicting reports on this product. Can I still use Access as a front end to SQL Server Express as I did with MSDE? Or do I have to use .NET in some shape or form? Thanks
  2. Developer2U

    Creating Hit Counter

    I want to create a hit counter for my web site. I have some ideas on how to implement this but I'm looking for feedback from more experienced people. 1- I will have to store this hit counter in either a database or some other file, perhaps an xml file. Which is better? I tried opening a...
  3. Developer2U

    Access Seems to be a Dead End Career

    I have spent a number of years being a very good Access developer, but I am realizing this is doing nothing for future career aspirations for working on larger database projects (SQL Server) or other development environments like .NET, etc. The consensus in the computer world is that people who...
  4. Developer2U

    Visual C# 2005 Express

    Has anyone here used this and can you use it to create a small to medium sized application? Also is this free?
  5. Developer2U

    Random Number Generator

    I have created a random number generator. What I am trying to accomplish is to add a specific number of random numbers (from a sorted list of numbers 1-187) to a list box. I want to then sort the numbers in numerical order in the list box. Once a number is selected I don't want to pick that...
  6. Developer2U

    show column totals in crosstab access

    What I'm trying to do is display a row of column totals at the bottom of a crosstab query. I can easily get the row total. What I'm trying to show is the number of hours worked on a project per each employee. EmployeeA EmployeeB XYZ 15 17.0 XZX 20...
  7. Developer2U

    Extracting a string from a field

    I need to do some string concatenation to build a dynamic string to populate a report. What I need to extract out is the "for DR " information out of the field. The word after for could be any number of characters in length. For example, it could be "for TRR" or "for DR/TRR" etc. Thanks in...
  8. Developer2U

    Subquery Question

    I'm trying to figure out if I can somehow use a subquery to provide a solution instead of using two separate queries and then joining them together. What I'm trying to accomplish is to create a query that returns a count for a specified date range as well as return the fiscal year count for a...
  9. Developer2U

    Drop Down List Question

    First, I am using C#/Visual Studio 2003. I have a data entry webform that contains several drop down lists. I am populating the lists dynamically on the page !Ispostback method. I have a dropdownlist that the user selects from. On the selectedindexchanged event I populate the controls on the...

Part and Inventory Search

Back
Top