Search results

  1. D

    MS Access Modifying PowerPoint - Demo Post

    Greetings all, Admins, if this is in the incorrect place, please relocate. I am posting here because it could relate to the theory and design in a systems delivery approach. :) I had an interesting project which required a different approach to present data to the end user. In short, Access...
  2. D

    Question Opening Project File Goes to MS Intro Menu Screen - 2007

    The rundown: Access 2007, project under development. Typical start-up form with login procedure - combo box (using columns property) to validate password authentication and assign user information to global variables. Getting ready to deploy the application, I made a copy, split the DB then...
  3. D

    DAO Do-While Nested Loop ...

    Greets all ... I have something weird going on. I've got a nested do-while loop (code posted below) - rs2 is the outside loop and rs1 is the inside. The outcome is that the code should loop once through rs2 then loop through every record in rs1 checking a condition. If true, assign a field...
  4. D

    Happy Veterans Day

    To all the men and women that have served or are serving in the Armed Forces of their country ... Happy Veterans Day!!! I also would like to exted a Happy Veterans Day! to the wives, husbands, children, and parents for their sacrifices by providing support and by sharing their loved ones...
  5. D

    Prevent Now() in Formula from Updating

    Since I know hardly anything about Excel, I tried to apply VBA logic and I am getting mixed results. I have two cells, one takes in a time offset, the other adds that to the current time. Cell1 takes in a time offset in the form HH:MM. Cell2 uses the formula: Now() + Cell1. This initially...
  6. D

    Requesting information on KickApps?

    First .. thanks to everyone and anyone that replies to this. =] Should I dare say that I am asking this for a friend? :rolleyes: A 'friend' of mine asked me to help develop a world-class interactive website with all the fixins. My knowledge of HTML, ASP and PHP is quite dated and wasn't much...
  7. D

    Calendar/Schedule/Date Picker Project Design Structure

    I think I have downloaded and researched every reference on the WWW to calendaring as it pertains to MS Access; I know the beginning and I know the end - I just can't make the leap to the middle. I've attached a graphic explaining each, now for the operational narrative followed by my...
  8. D

    SetFocus set's focus to next control on form.

    I've been stymied over this one awhile ... can't seem to figure out the hangup and wondered if anyone had seen or heard. First off, Access 2007. Code on a command button the user click's to exit the form .... If Len(Nz(Me!txtControl, "")) = 0 Then MsgBox "You must enter something.", ...
  9. D

    Value List Table vs. Static List for Drop-Downs

    I wanted to take an informal poll about what others thought and implemented when it comes to drop-down boxes. Although (one of) the main purpose for the drop-down box is for data integrity, there is never much dialogue about the maintenance of drop-down boxes. An example would be a drop-down...
Top Bottom