Search results

  1. M

    Tough issue securing database

    Hello, for our company we have an access application we use to keep track of our customer-info. The databse consists of 3 parts: The (replicated) frontend The databse holding the changing data The database holding the unchanged data (lookup db) We have the following problem: somewhere in our...
  2. M

    Is this possible?

    Hi, I have a mainform, on this mainform I have a tabcontrol. Depending on the data in the DB, some tabs are shown or hidden. (say tabAddress is always visible, tabOrders is only visible when orders are placed) Here's what I want to achieve: When a user is in a record, and that record has got...
  3. M

    Excuting code on changing record

    Hi all, I have a mainform, on this mainform I have a field with an ID. On this mainform I have a subform, linked throug the ID (different table) On my subform there's a checkbox and a textbox. What I want to do is the following: When the checkbox is checked the textbox is enabled, if the...
  4. M

    activeX control

    Hi, I've written an activex control. It's working fine on VB6. I'm also able to use it in word or excell. If I want to use the activeX in access I'm not able to import it on my form. What might be causing this problem. Any help is very much appreciated.
  5. M

    subform question

    Hello, I have a DB with 3 tables: Customers, remarks and action Customers: Customer_id name address etc remarks: remark_id customer_id remark start finished action: action_id remark_id action date finished Each customer can have multiple remarks Each remark can result in multiple actions I...
Back
Top Bottom