Recent content by mikeg51

  1. M

    why split database?

    I'm hoping for an explanation as to why a multi-user database should be split. I can understand the why if you're making changes to the forms. I currently have a databse that is used by no more than 5 or 6 users at a time. I've setup user groups/names and have a screen where I can see who is...
  2. M

    Countdown timer on a continous form

    So does that mean it's possible but it has to be bound to a field in the underlying table or that it's not possible at all?
  3. M

    Countdown timer on a continous form

    Hi there, I've been browsing the groups but I haven't seen this posted before. I'd like to have a separate countdown timer for each record on a continous form. The below code works fine as a timer but it displays the same for each record. Is it possible to have them running separately? Dim...
  4. M

    Search Form

    I did the exact same thing using Allen Browne's database as a starting point. Create your form and copy over the search code, modifying it as required with your table and field names.
  5. M

    Search Form

    Take a look at this website. It has an excellent search form that may get you started on the right path. http://allenbrowne.com/ser-62.html
Back
Top Bottom