Search results

  1. A

    Automatic subform filtering

    I am new to Access 2007 and have recently started using it with databases created in Access 2003. I am getting some strange results and am hoping there is a property or setting somewhere that will resolve this. In several databases, I have a main form with a NON-LINKED subform on it. The...
  2. A

    Unexplainable Error

    I am working on a database that is randomly giving me an error. The error is the very generic "Microsoft Office Access has encountered a problem and needs to close. Sorry for your inconvenience". Responding with Debug or Don't Send (the error report) causes Access to crash. After opening a...
  3. A

    get access table/query records in adp

    In a VB 6.0 application, I am trying to get the selected records from a table or query using the following method: Public Function GetTableRecords(ap_Application As Access.Application, TableName As String, CurrentRow As Long, SelectedCount As Integer) As Object Dim lobj_Table As Object...
  4. A

    get list of custom procedures

    I am looking for a way to dynamically "browse" a list of public subs/functions in a user created module within a database. I do not want the procedure's code, just it's name. It would be a bonus to get the parameters and return value, but this is not a necessity. Previously, I have been...
Back
Top Bottom