Recent content by stinej

  1. S

    Two Forms 1 Page

    Thanks for the reply. I actually tried doing that from the beginning and it doesn't seem to be working. The problem I think is that the second form - the one not posting back - can't assign the current value(s) of it's form fields (in my case only one text area) to a variable(s) as these...
  2. S

    Two Forms 1 Page

    Classic ASP. Thanks.
  3. S

    Two Forms 1 Page

    Hi. I have two forms on one page and I'm having a problem holding the information in on of the forms textareas if the other form is posted. My first form has a confirmation button for the user that they can click - clicking the button makes the for post back to itself and updates a record that...
  4. S

    Continous form with bound / unbound controls?

    Hello. I'm having a bit of a problem - I built quite a complex db that works great and I'm comfortable with code and access. But, I've been working with ASP for a while now and I think it has made me a bit fogetful re: Access. If someone can point me in the right direction conceptually it...
  5. S

    Recover MDB from MDE?

    Pat, I'm wondering a bit about this myself, but with a little bit of a different twist. I've developed a database that I have packeged for my users (packaged using the access developer extensions), however I can't quite figure out if I can upgrade a user to a new version and keep their...
  6. S

    Programatically add image control

    Does anyone have ANY thoughts about this? I'm totally stumped.
  7. S

    AfterUpdate not working

    Thanks for your help Paul! I got it to work, I actually ended up placing a calendar control on the form itself, and setting it's default to hidden, then when nI click on the date it unhides the calendar until the user selects a date - then it refreshes the queries.
  8. S

    Programatically add image control

    Just to be a little clearer, what I need to do is after I rename the current plot point (image) on the form I need to programatically add a new image control, name it (which I know how to do), and specify the new images source location from a directory. Thanks again, J
  9. S

    Programatically add image control

    Okay, I've searched everywhere for this answer and it seems that no one seems to want to answer this one, but I'm going to ask again as I haven't figured out an alternative. I need to figure out how to add a new image to a form programatically. I am building a map and I want to plot points on...
  10. S

    AfterUpdate not working

    The problem I'm having is that I am calling the calendar on the onclick event of the textbox - as a result, if I add the lines to requery the subforms it does it only when I initially click the text box, not after the new value has been added.
  11. S

    AfterUpdate not working

    Thanks, I was thinking this... The problem here is that I use the calendar with the module in many different places (I call the module whcih launches the calendar) so I guess I'll have to code a new calendar as well. Thanks again. J
  12. S

    AfterUpdate not working

    Hi, I'm probably overlooking something quite simple, but here's my problem. I am using Mile's pop up calendar to populate a text field with a date, this works fine. On the AfterUpdate of that field I have two subforms requerying, the problem is that it isn't working. The date changes and the...
  13. S

    Query is pulling additional information

    Using Queries Parameters Hi, I actually came across the same problem. I fixed it by opening my query in design mode -> selecting the query menu -> selecting parameters -> entering in my prompt names -> selecting the proper data type for the values I wanted to pass to the query. This fixed my...
  14. S

    Updating a Date based on Yes No Checkbox valuie

    Hi, I have a form that schedules client service for the week. The user uses a calendar to select the week beginning date. They then select the days of that week that services will be provided using check boxes for each of the days. Additionally, there is a check box called "recurring" that...
  15. S

    Using Yes/No fields to get a number count?

    Thanks, but that doesn't help as the fields need to update as they are clicked. If anyone has any ideas I would appreciate it. Thanks, J
Top Bottom