Recent content by fliflo

  1. F

    Update a pivot chart in a subform

    I have a form with an unbound entry text box. This entry text box is in the form to choose a date. After choosing a date it updates the recordsource of two subforms. One of the subform is a datasheet and the other is the same datasheet but displayed as a pivot chart. The chart displays the...
  2. F

    Is it better to have multiple tables?

    In this tutorial you can find more reasons why it is better. _http://fisher.osu.edu/~muhanna_1/837/MSAccess/tutorials/relation.pdf
  3. F

    Is it better to have multiple tables?

    Yes is better. You will have less redundant information in your database.
  4. F

    Security Code

    You have to change your macro level security. Go to Tools>Macro>Security and change your security level to low. That's it
  5. F

    Disable copy to clipboard

    HI to all: How can I disable in a form the copy to clipboard when I click the right click menu? I have disabled the ctrl+C with a macro but I have not find how to disable the copy to clipboard in the right click menu. Any Ideas?
  6. F

    getting recordsource from subform

    Exactly, after I noticed the "set ssql" I noticed that the for was not working and I switch to the Do While Not Thanx any way. Now It is working perfect.
  7. F

    getting recordsource from subform

    thanx. that was the problem
  8. F

    Query Weeks Over Multiple Years

    Maybe you can do a new table that has two fields. (the date where it begins the first week of that year) and (the week number of the year) then yo can use that table in queries to compare the weeks.
  9. F

    Date query not working

    you mean something like today date minus something??? for that try using the now() function and dateadd() function
  10. F

    getting recordsource from subform

    please any one has an idea on this?
  11. F

    getting recordsource from subform

    I have a form with some text boxes that filter a subform. Data are persons with its personal information and email. After I have filter the form. I want to get all the emails records to send a email using the DoCMD.SendObject. The problem that I'm having is that I can't get to the record...
Back
Top Bottom