I would like to have a form, that has radio butoons next to a record and if my user wants to print the report for that one record they would select the radio button and then print, or if they have 5 out of 10 records they would like to print they would select each radio button and it would only...
I would like to be able to password protect my entire database, I would like one password that allows admin privlages and one that only allows user privlages, I would like to do this with a splash screen, I do not want to use the security wizard. Any help would be appreciated.
ok Ive got a table full of 10 digit numbers "111-2222-333"
I have all these numbers in a list box on my main form, so the user can choose. Lets say the user wants to enter new data with a new number, but there are hundreds of these numbers and they dont want to have to scroll through...
Could anybody give me some examples of code to loop through an existing Excel spreadsheet, pull graphs from diffrent pages in that spreadsheet and then pull data from cells and paste them into an existing word.dot template using bookmarks on the word.dot
I have an access database that I would like to connect to a folder on a server. Is there code that I can add to the onClick procedure of a command button on a form to go out to a server and open the specific folder?
Also this folder requires a name and password to access it.
All I want to do...
I have an Access Database that fills in a word template using bookmarks, I have been using:
.ActiveDocument.Bookmarks("ESSP").Select
.Selection.Text = (CStr(Forms!FrmDocCreator!txtESSP))
to fill the bookmarks on my template, what I cant figure out is, how can I save this template to...
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.