Search results

  1. J

    Disable Fetch records on Load

    Hi, I have one main form M1 with 2 subform S1 & S2. M1 is parent of S1 and S1 & S2 are linked via the filter property. However, if no record are available in S1, S2 is still queried with all records. How can i disable fetching all records on load and query only if S1.controlname is not...
  2. J

    Protecting Password: One-way hash

    I am looking for a code snippet to be used in MS Access that can enable to hash password supplied at login and store the hash password in the backend database. Grateful if someone could provide some helping hands. Thanks Jean-Marc
  3. J

    Date/Time Query

    Hi, I need to query a table to obtain a count on the number of records created and/or modified after a certain time e.g. 18:00:00 PM. Select COUNT(X) from my_Table where created_date < a_specifc_time or modified_date < a_specific_time I'm used to Oracle and a newbie on Accesss. Thanks...
Top Bottom