Hi all,
I need help with the following: for a windows 2000 server(NTFS)format, there is a shared folder containing a file. The question is how to allow the users to be able to browse and read the file, and at the same time prevent them from copying it into their hard drive?
I know that there is...
I've tried your solution. It returned the same error message. Yet, I found the way to make it work. All what I needed is to pass the parameter field name to the query definition. The code would look like this:
Set dbs = CurrentDb
Set qdf = dbs.QueryDefs("query1")...
Hi,
I'm trying to loop through the records resulting from a parameter select query that is used as the record source for an access report. Thus, I tried to retrive the recordset resulting from the parameter select query (named query1). I used:
Dim dbs As Database, rst As DAO.Recordset
Dim...
Shake,
Yes, I've thought about that solution, but I want to insert many labels in the form and I don't know how many of it will be needed at deign time. Any ideas?
Thanks
Hi,
I wonder if someone can help me with a script that programmatically adds a label control to an existing MS Access form.
Thanks for any help,
aaea73
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.