Search results

  1. S

    Copying elements between databases.

    I wonder wether it is possible to copy elements from one database to another. I have two copies of the same database. One for development and one for user access. If i for instance would like to copy a form from the development database to the other, how can this be done?
  2. S

    Accessing the fields of a datasheet.

    How do i access the fields in a datasheet? The fieldnames refer to a complete column in datasheet mode.
  3. S

    Combobox from query - unable to select from list

    I have defined a combobox on a form that shows a list of values from a query on a table. I can show the list, but i can't select a value from it - it is somehow locked. What is wrong
  4. S

    Combobox selecting colomn of source table

    I have set up a combobox on a form that reads values from a table. Have can i select wich column of the table it reads from. At present i always get the first.
  5. S

    Datasheet sorting not working

    I have set a datasheet to be sorted descending on a date in the sorted by field of the Data tab, but the sort isn't performed when i open the form. What can be wrong?
  6. S

    Running a module from a macro

    I would like to run a module (procedure) from within a macro. So far i have only found a command that opens it in designmode.
  7. S

    Closing the Databse window from within a form

    I would like to know whteher it is possible to close or minimize the database window from within a form. The common user has no need for it, and it only confuses the projects interface.
  8. S

    How to access a specific field of a datasheet.

    I have added af field to a subform where i would like to place some calculations. How do i access this field in datasheet mode. Since i need to loop through the column i also need to know how many rows the datasheet contains. Hope you can help!
Back
Top Bottom