Search results

  1. faradhi

    Searching Object Properties

    I have this function code that I know will not work. What I hope to accomplish is that the function is passed the property name and it returns a propery value. Function GetProp(StrPropName As String, StrLDAP As String) Dim Objuser As Object 'Opens the LDAP object for the active...
  2. faradhi

    Help with Table structure

    I have an Access Database for that aids in Parking Management for a small college. In the Database I have two tables. The first is table tblLots, which holds the Lots that are managed, has the following fields: LotID LotDesc The Second Table tblCustType, which holds a type of customer, has...
  3. faradhi

    Validation Rules

    I have a table called tlbAsset that has the following fields. tagid (primary Key) Make Model UserId SerialNum I have another table called tblproducts that has the following Make (primary key) Model (primary key) Type I would like to set the validation rule in tblAsset to only allow...
  4. faradhi

    Query Propeties and VBA

    I have an Append Query that updates an external database. Since it is possible that the Destination DB may Move I would like to change the Query property "Destination DB" with VBA. Can Anyone tell me how to do this. :confused:
Back
Top Bottom