Recent content by BrankoG

  1. B

    SetFocus Tab Control Page

    I apologize for hijacking this thread, but I have exactly the same problem, but still cannot get it to work. I am modifying Contact Management Database template, and have several tabs (pages)in tab control on Contact Details form. I would like to set that when users click on the New Contact in...
  2. B

    Form auto-fill and foreign key

    Since there were no replies, and I have managed to solve the issue, here is what I have concluded and done. Maybe someone will find it helpful. Also, if somebody has any insight or comment, please do reply. As I have realised, the problem was not in the query, but in the Combo box. Which I find...
  3. B

    Activate Text Box when selecting a Check Box?

    Hi YNWA, Here is what you need to do: - set default value for check box to 0 - disable the text box (enabled: No) - right-click check box and choose Build Event... and then Code Builder - in VBA window insert something like this (change values to match your check box and text box): Private...
  4. B

    Form auto-fill and foreign key

    Hi, I learned a lot trying to resolve this one, but unfortunately I am still missing something. I am modifying Contact Management Database template and using Northwind 2007 as a guide/reference. I have added a couple more tables (relevant here is Companies table), did relations, keys, etc...
  5. B

    Question Automatic reminder on shared database

    Hi Mr. B, Thanks for clearing up about the sharing. If I understand right, your suggestion is to have the application start up on Schedule (or Windows startup) with flag set. Then it runs, e.g. On Load action - checks condition, sends mails, etc. After that, checks the flag, and if set, reset...
  6. B

    Question Automatic reminder on shared database

    Hi HiTechCoach, Thanks for a welcome and quick reply. Regarding sharing a database, you got me confused now. I actualy read that in "Microsoft Office Access 2007 - The Complete Reference" by Virginia Andersen. There were three options for sharing a database - one is to "share entire database"...
  7. B

    Question Automatic reminder on shared database

    Hi, I am making simple Contacts database that would be stored on the server and used by up to 6 users. As I am new to Access, I looked arround and found that simple placing a database file in a shared folder would be good enough for this. What I am trying to do is to have a reminder that will...
Back
Top Bottom