Search results

  1. M

    Security Certificates

    Howdy all; I've got a data access page accessing an access database on the web, but whenever anyone tries to access the page, they're prompted to lower their security settings so that they can submit information... this is no good. Does anyone know how to get around this?! -Mike
  2. M

    unable to load database schema

    Wow, am I ever stuck. I'm using a data access page to access a database over the web. I have edited the scripts with hyperlinks only, other than that, it is as Access created it. My problem is that since I have loaded the data access page onto my server, I cannot go back into access and...
  3. M

    I have a vision...

    Alright, I've got this vision in my head, and I think its possible, but I'm having trouble getting it off the ground. I have a database that needs to be populated by users from around the world. The users that are to populate the database will do so from an online form. I would like to be...
  4. M

    Data Access Page Manipulation

    I have a data access page that I am using to input data over the net-- it works nicely, but I would like to find a way to limit its abilities. I want to be able to restrict the page to one record, but load the appropriate record upon a user visiting the site. Is there some way for other...
  5. M

    Can't get rid of "read only-ness"

    I've got 2 forms: frmDetailed and frmPrivate. frmPrivate is opened via a command button on frmDetailed along with a query and the OpenArgs property to bring up the matching record on frmPrivate. frmPrivate opens just fine, but I cannot edit the data that the form's controls are bound to...
  6. M

    importing from excel to many-many related tables

    As the title suggests, I need to import data from a file to tables that have many-to-many relationships like in the example posted here : Many to Many there is one main table (tblProviders), which has a linking table (tblProvServ) which links providers with services (tblServices). This...
Back
Top Bottom