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 wOOdy-Soft 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: *

  1. damienwjking

    Dynamic Queries - Stop parameter popup

    Hey, I have a form based on a dynamic parameter query. The problem is I am still getting those anoying parameter popups when I open the form. The code im using in the query is like this, LIKE '*' & Form!frmRealSearch![txtFindDivision] & '*' If I click ok on the the parameter popup it works...
  2. damienwjking

    Evaluate Varible and field for input Loop

    I am having problems evaluating a varible and field for input. Seems simple in other languages like Java etc. I want to loop through a record set and assign the values to different fields. (i.e. ID1,ID2,ID3,ID4 etc) Code below i=1 Do While Not rs.EOF Eval ("Me.ID" & i & " =...
  3. damienwjking

    CANNOT IMPORT ACCESS FILE TO OUTLOOK WITH SECURE DATABASE

    When tying to import my access file into outlook it prompts for Login Name and Password but will not accept them. Says "Do not have permissions" It works fine if I secure my database with just a single database password. But we really need fully workgroup secured database. I know the...
  4. damienwjking

    Create ADO or DAO recordset for form without DNS

    I would just like to create a recordset that I can search and manipulate data via SQL for a local Access Database. I have tried creating a recordset on the form load event. I want the fields to then be loaded into the form text boxes. I have look at FAQ, FORUMS etc but can only find DNS ADO...
  5. damienwjking

    USE COMBO FOR FILTER BY SELECTION

    I am trying to use a number of dropdown combo boxes for the user to use a selection filter. I have used the following code but it produces a run time error saying that the "Filterbyselection isn't available now". Anyone know where im going wrong????????????? Private Sub...
  6. damienwjking

    AUTO EMAIL - ACCESS TO OUTLOOK

    Does anyone know how to get Access to automaticly do an email mail merge, or some way to send a generic email to everyone in an access database????? (using outlook preferably) not asking 4 much hey. Cheers
  7. damienwjking

    How to link access to outlook for reminders?

    Hi guys, I was wondering if anyone knew how to use VBA code to link my access database table of [telephone calls to make] to outlook so that it automaticly create reminders (i.e. from the information in the table). Any takers

Part and Inventory Search

Back
Top