Search results

  1. F

    Find Button question

    this is the problem I had just this morning ! You need to do a combobox WITH the wizard, on your form, and then it asks you which field you will need to search !
  2. F

    How can I do a simple "GoToRecord" in a form?

    THANKS Colin, you've saved me again !!!! :) In case someone is new to Access, like I am: My mistake was that I was inserting the combobox without the wizard... hence why I was not getting all these programming options...
  3. F

    How can I do a simple "GoToRecord" in a form?

    I have searched the forum for questions similar to mine, but they all seem more complicated than what I need... and so I am getting a little confused with it all! I would like to create a "GoToRecord" field in which people can enter a name which then take them to that record (stored in my...
  4. F

    Data in sub-report copied several times in main Report

    Just in case someone has the same problem, I believe "I" have sorted my problem: I have done a querry with all the info I needed on the report (maybe that's what you were refering to, Pat!) instead of using the tables directly with the report wizard. I suppose this is what you are meant to do...
  5. F

    Data in sub-report copied several times in main Report

    My main report is a Table and the Sub-Report is a Querry. (I don't suppose this makes a difference, but I am mentionning it, just in case!) If I use the Report Wizard, I do not get to see the links, so I cannot remove them.. or maybe you can tell me where I should look for it? tx! fred.
  6. F

    Data in sub-report copied several times in main Report

    Hello, I have one main report [ClientDetails], with one sub-report [Contacts]. Somehow (and not for all of them), the list of contacts (sub-report) is repeated 2 or 3 times in the main report... Any idea why this might be? tx, fred.
  7. F

    How to get a field with an image centered on a Report

    Hello again, I have inserted a field in may database, with logos, which I wish to put on my final Report Cover Page: The problem is that the image is not centered when inserted onto that page, and of course, none of them are the same size so I would rather have it centered... Is there a way I...
  8. F

    How to set English as the default language?

    thanks, that's great, it worked !!!
  9. F

    How to set English as the default language?

    Hello, I need to have English set as the default language on my database, so the current date is shown in the correct language: I currently have the following in my page footer: =Now() but the date is in French. I cannot find where to change this parameter: the language is ok for the page...
  10. F

    Filter Reports with Multiple Sub-Reports

    Hello, I am quite new to Access and I need some help, I can no longer manage with the books I have! I have built a database with one Main table linked with many other tables and querries mainly by the field "ClientName". Now I have a problem with the reports: When I did the form, I did one...
Back
Top Bottom