Search results

  1. D

    msgbox works on one DAP, but not another.

    Hi, I'm a little confused here. I'm using the following on one DAP and it works just fine. When I add it to another page, it does not work. Any ideas? <SCRIPT language=vbscript event=onclick for=Save> MSODSC.CurrentSection.DataPage.Save() msgbox "Record Saved - you may continue to edit or...
  2. D

    How to deselect a radio button

    Is there a way to make an option group with radio buttons capable of deselecting the radio button without having to add an "N/A" button to the group? Thanks...Doug
  3. D

    Data source field is read only

    answer to reply Yes, I have a primary key, I use recno as an autonumber as the primary key. All other items in the db are duplicable. I created the db so I'm assuming I have write privileges. The owner of the db is "admin". But I also have full control. Could there be something wrong here...
  4. D

    Data source field is read only

    Hi, I know this has to be simple, but when I test a Data Access Page on my local machine I get an error that says "data source field is read only". I've made these pages before and never had a problem with writing to the database using a DAP. The database is not read only. Any ideas...
  5. D

    Printing Blank Data Access Pages

    Joe, I see this post is quite old...did you ever figure this out? I'm having the same problem...I really need to print the DAP and don't want to have to create another identical form just to get a printout of it. Thanks...Doug
  6. D

    DAP won't print

    I have a Data Access Page that I can't get to print. It prints the text at the top of the page but nothing after that until the last memo field on the last page. It won't print any labels or controls beyond that. Any ideas on how to get it to print. It won't print in Access or in IE...
  7. D

    Probably simple...msgbox with cmd button

    Hi, I have a DAP with a command button at the end that saves the record. I'd like to have a confirmation message or text box that tells them their data was saved and then close the browser when they click OK. Sounds like a macro or procedure might be the way to go...but I am not proficient...
  8. D

    Online Questionnaire using Data Access Page

    Hi, I'm trying to design a simple database with data entry via Data Access Page. I'd like to use radio buttons or check boxes (true/false) that, when selected, automatically insert on integer from 1 - 7 into the appropriate field. Anyone have an idea as to how I should proceed. Designing the...
Back
Top Bottom