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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.