Search results

  1. D

    Navigate through forms (nav control)

    Hello everyone. I would like to know how can I do the following: I have a main form wich has a subform (continuous form) with several items. When I select one of the records in the subform, I want the main form to "navigate" to another of the buttons in my navigation control filtering records...
  2. D

    Will my application work with Sharepoint?

    Hello everyone. I would like to know if my application will work with sharepoint, if I have some code in my forms... I want to use only the tables in the sharepoint server, and use a local client to run forms... VBA will still work If I do this? I can't test, because we still don't have the...
  3. D

    Open form directly inside navigation form

    [SOLVED] Open form directly inside navigation form Hello everyone. I would like to know if it's possible to open an specific subform inside a navigation form using an event. I also need to to this using macros ( really can't use vba in this project =/) Form example: the main form has...
  4. D

    How to set "FilterOn=true" using macros?

    Hello I would like to know how to set FilterOn=true using macros. I know how to do this using vba, but in this application I need to do this using macros (to use in sharepoint). I new to macros, and this is why I'm lost with such a simple task =/ Thanks for your help. Diego-gsantos
  5. D

    Form Filtering - VEEERY slow... =/

    Hello everyone. I have an application in access 2010 with one main form, where users search for costumers In this form, users can see some info about these costumers like: Name, Oficial Name, Assigned_to, category I'm currently using the default "search bar" from access filters, so users can...
  6. D

    Help with relationship

    Hello everyone. I need some help in how to do the following: In my application, users will input data about tasks that they do. Each task can be of a kind. And each kind has specific attributes that may vary One of these kinds, the user DO not insert data, instead, the application will...
  7. D

    Crosstab query: problem with "too complex"

    Hello everyone. I have this crosstab query, that worked fine until I tried to filter it based in two txt fields (initial date and final date). It's basicaly a table containing tasks (of a kind) done by some vendors. I just need to filter these tasks by a date interval chose by the user...
  8. D

    Datasheets losing filter

    Hello everyone! It's my first post here, :D I'm having a problem that is driving me crazy. I have an aplication that is structured in this way: Menu (navigation control) > Subform 1 > datasheet inside subform - lets call it "FORM A" (there are many forms like this one) In one of these nav...
Back
Top Bottom