Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. S

    Using Yes/No fields to get a number count?

    Hi, I'm trying to use Yes/No fields to represent the days of the week with the toggle reflecting whether work was performed on a day. I want to be able to count the Yes/True responses and then use this number as a multiplier. I'm assuming this needs to be done with code, and I'm guessing it's...
  7. S

    Using a Combo Box to update more than 1 field

    Hi, any help is appreciated. I have a form that won't update properly no matter what I try. I'm using a combobox to update one field called Service on my Clients form (that pulls information from a Services table) this works fine as it selects the service then updates the Clients record...
Top Bottom