Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alrandal
  • Content: Threads
  • Order by date
  1. alrandal

    Select Radio buttons to print report

    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...
  2. alrandal

    Password Protect

    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.
  3. alrandal

    Sort Data by numbers

    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...
  4. alrandal

    Loop through Excel, Paste into Word

    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
  5. alrandal

    Open a folder using VBA

    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...
  6. alrandal

    Using Automation

    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...

Part and Inventory Search

Back
Top