Recent content by on76brg

  1. O

    linked tables

    hello all, I am testing the security of my DB X on Acccess 2007. I could create a new database Y and linked to the database X. Unfortunately i could change the records on the tables. Is there any way to avoid this? I don't want other DB that make connections to my DB to change my tables! :mad...
  2. O

    Dcount with parameter from form on Expression Builder

    found it!! in this forum!! DCount("Field","TableName","Field=" & ValueToCount) Or for a text field DCount("Field","TableName","Field='" & ValueToCount & "'") ValueToCount can either be a fixed value or referenced from a control (such as the combobox if that will be active when the...
  3. O

    Dcount with parameter from form on Expression Builder

    hello all, i searched here on the forum but could not find any topic so i opened a thread. Alreday my sorry if am redudant. My problem: I want to count the number of occurences in a datatable when loading a form. BUT i want only to count if it is equal to a value on a text box on this same...
Back
Top Bottom