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. stacygrrl

    History of installed/uninstalled software - List?

    Greetings all.... Just wondering if there way of viewing the history of installed and uninstalled applications under Windows XP-Pro. For example, if an application was installed and uninstalled multiple times, I would like to be able to see a record of how many times it was done and when. I...
  2. stacygrrl

    a couple of dynamic form problems

    Thanks for the replies. Lrnmore, your script will do the job for me, thanks very much! Cheers! stacygrrl
  3. stacygrrl

    a couple of dynamic form problems

    Greetings all... I have cobbled together a form setup which allows users to dynamically add as many rows as are needed, then submit the completed form for insertion into a MySQL database. I have the form set up more or less as I want it, but there a couple of things that are giving me...
  4. stacygrrl

    Help with a strange SQL/VB query problem

    Ok it works now. After soliciting all the outside help I could, it was determined that the reason the ORDER BY statement didn't work was that each Name is pulled out and sorted one at a time, the sort wasn't being applied to the whole list. So I added the ORDER BY to another piece of code that...
  5. stacygrrl

    Help with a strange SQL/VB query problem

    Thanks very much for all your help and suggestions. Unfortunately none of them worked and our list remains unsorted. I am positive that I copied the suggestions exactly. Strangely, if I include the ORDER BY statement the query still functions exactly as it did before. The ORDER BY statement is...
  6. stacygrrl

    Help with a strange SQL/VB query problem

    Thanks for the reply lespaul. I did what you suggested and it gave me the following error: Syntax error (missing operator) in query expression 'c.ClientID = 1ORDER BY c.LastName,c.FirstName' I have no idea why this happens? Thanks again...
  7. stacygrrl

    Help with a strange SQL/VB query problem

    Just inherited an Access database which tracks clients and events, and issues invitations to active users. When selecting clients to be invited to events, a list is presented with the many thousands of names unsorted. We would like to have this list sorted by LastName, then by FirstName I...
  8. stacygrrl

    Need help sorting the output of a VB query

    Greetings... Just inherited an Access database which tracks clients and events, and issues invitations to active users. When selecting clients to be invited to events, a list is presented with the many thousands of names unsorted. We would like to have this list sorted by LastName, then by...

Part and Inventory Search

Back
Top