Hi,
I am trying to delete a drive created from the subst command. Whenever I execute the following command:
subst x: /d
I get an "Access Denied" error. I looked at Microsoft's website and found the following article:
http://support.microsoft.com/?kbid=258625
However, I am...
It works! The only problem in code was the bRepaint parameter in the MoveWindow function. I had to replace the "t" with "True".
Thanks Again!
Tim
Hi!
Is there a way I can increase the number of itmes listed in a dropdown combobox? Currently only 8 itmes are listed then the combox is dropped. I wanted at least 15-20 items to appear.
Thanks in Advance,
Tim
I think the problem you are having is with the EOFAction of the Datasource. When you get to the last recordset of your database its action is to create a new record. That is why you recieve an autonumber and all the other fields are blank. Look at the "EOFAction" property of your...
Hi!
This works(date1 and date2 are dates to be compared):
Year(date1) - Year(date2)
If you don't want negative numbers use this:
Abs(Year(date1) - Year(date2))
-Tim
Is there any way to always show the vertical scroll bar in a MSFlexGrid? Right now, it only shows the bar if the number of rows exceeds the height of the grid window.
-Tim
The funcion DateAdd() returns a date to which a specific time interval has been added. It would look something like this:
SELECT members.*
FROM members
WHERE [members].[birthdate] Between Date() And DateAdd("ww",1,Date());
If you wanted to add months use "m" instead of...
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.