Hi,
Rather than use replication to copy the latest version of an Access database front end over to client machines, I would like to run a script that would compare the date modified of the client front ends with the server(master)front end, and if the master is newer, then it should copy the...
Hi,
You can use the Dlookup function to return the last record entered into the table. You can set the criteria to further limit the record that is being returned if you need to.
Also, you could use a combo box instead of the text box and have it use a default value. Anyway, there are many...
Thanks for the tip! I haven't tried it but it looks good. However, since there is a reference for Active Directory Scripting, would this code only work on a Win2K domain server since only domain servers contain an Active Directory? If so, are there other techniques that could get user names on a...
Is there any way of accessing all the user names on a Win 2K machine? I know there is an API to return the user currently logged on.
Any help would be greatly appreciated.
Thanks!
First, the option buttons should not be a bound control when all you are using them for is to set the record source of the form. In other words, there is no need for you to store the choice the user makes in a table. To unbind the option buttons, just remove the field that the option group is...
Is it possible to enumerate the Windows 2000 list of usernames throught an API? Any code samples or ideas to put me in the right direction would be greatly appreciated!!
Thanks
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.