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 Shaun E 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: Iashia06
  • Content: Threads
  • Order by date
  1. Iashia06

    For all Access Gurus

    Hi All, I found this helpful website, so I hope it helps you as much as it helped me. http://www.kayodeok.btinternet.co.uk/favorites/kbofficeaccesshowto.htm It's a How-To on Access, Excel, Word, Outlook. It doesn't have the answer to everything, but it will answer a lot of the questions I've...
  2. Iashia06

    Help! Error: Object Variable or With Block variable Not Set

    Hi, I've created a login form based on a Users table. My intention is for the user to type in their username/password and the VBA is supposed to loop through the table until that username/password record is reached. Once the username/password is verified, the app is supposed to Open an Approval...
  3. Iashia06

    Please Help! MS Access Data Access Page

    Hi, I have an access application that uses data access pages(daps). I would like to insert a record programmatically. However, I can't seem to get my query working. I'm almost sure I'm using the correct Insert syntax, but instead of inserting a new record, it just updates the current record...
  4. Iashia06

    Help! Defining Parameters in VB Script

    I'm using the following script to insert records into a table in my MS Access db. I am using Data Access Pages for the front end. However, I keep getting the error: "Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another." Does anyone know how to fix...
  5. Iashia06

    [b]How can I Filter Data Access Pages by User/Department[/b]

    I have an MS Access application that contains 3 data access pages (DAPs). The purpose is for department heads to record and track projects and their activity. I would like to limit the pages so that each department head may view only the projects that are relevant to their department. Currently...
  6. Iashia06

    Internet client error: cannot connect to server

    I have created some Data Access Pages (DAPs) that reside on an Intranet, and whenever I try to load the page from Internet Explorer, I receive the error - Internet client error: cannot connect to server. I have added the web server to the Trusted Sites under Tools --> Options. I have also...
  7. Iashia06

    Filtering records in Data Access Pages

    How can I limit the recordset based on selection criteria in a DAP?

Part and Inventory Search

Back
Top