Search results

  1. M

    Tough issue securing database

    Thanks guys, I'll try to make it work using your solutions. thanks again, mvrp350
  2. M

    Tough issue securing database

    The users are not able to access the content of the db directly, this is all done through forms or reports i.e. a user cannot see the tables used. The only way they can access the data is through the forms and reports. The problem arrises in the forms. Say: We have a new customer. That customer...
  3. M

    Tough issue securing database

    Hi Ghudson and Brian, first of all thanks for the fast replies. the users are working in a replicated db, so they are not able to create or modify objects and the access-window is not shown to the users. The reason why I'm trying to avoid the use of the security is that we have a security...
  4. 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...
  5. 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...
  6. M

    MS Access in different screen resolutions

    Even worse, some screens/graphics cards can't handle a higher resolution (think of the older systems) This would cause the user to be unable to see anything, if the change of resolution is not questioned by the program, how will the user be able to reset the resolution back. Windows overcomes...
  7. M

    MS Access in different screen resolutions

    I think of the following: on the form_load event: check the users resolution (must be some code avaiable to do this, unfortunately I don't have it present) If the resolution is different change the height and with of the form and locate all the controls on a proper position. diadvantage: needs...
  8. 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...
  9. M

    activeX control

    Doc_Man, I might be mistaken, but referencing in access (XP btw) has to be done using activeX-> register, and that can only be done in the design-view of the form, not in the coding-window. If I'm wrong please correct me, but I haven't found a referencing option in the coding window. I'll take...
  10. 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.
  11. M

    subform question

    I don't fully understand what you mean. Can you post a small example of this so I can see what you mean. If it is working the way I'd like to see I'll use that idea,. Thanx, mvrp350
  12. 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