Recent content by diego.gsantos

  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?

    Thank you for your clarification Pat Hartman!
  3. 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...
  4. D

    Open form directly inside navigation form

    Ok.. I finally managed to do this. To get inside an specific subform inside the navigation form, you need to use the BrowseTo macro, or Docmd.BrowseTo This article explains how to do this in details: http://msdn.microsoft.com/en-us/library/office/ff822020.aspx
  5. 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...
  6. 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
  7. D

    Form Filtering - VEEERY slow... =/

    Hello. Maybe I'm not expressing me very well... english isn't my language, but the search that I'm talking about, is the default search from filters, in the bottom of the form. I can't attach links, so I can't show you the search bar... but it's located on the bottom of every form.
  8. 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...
  9. D

    Help with relationship

    Hi. Thanks for the tutorial As I tought, I was doing it all wrong D: I could have just used the own ID from tasks as a code to the said protocols... Now I have only the table tasks, related with users and task_types... no need for another table to generate protocols, as Tasks generate a new...
  10. 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...
  11. D

    Crosstab query: problem with "too complex"

    It realy solved the problem :D thank you so much for your help!
  12. D

    Datasheets losing filter

    Well, it don't solve the problem, as the user need to re-order it during the use... I ended remaking all forms using continuous form instead of datasheet... Thanks anyway :3
  13. 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...
  14. 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