Search results

  1. A

    Form going blank - arrgghhhh

    Well, yes... Both forms (English and Swedish) are based on the same table. In that table I have stored codes (numbers) for various selection criteria (sex,age,type of drug use etcetc). Every selection criterium is one field in the table. Appropriate codes was put there by the help of...
  2. A

    Form going blank - arrgghhhh

    Hi all ! Still struggeling with my litterature database - solving some problems sometimes, running inte new ones now and then - i keep myself busy. I want my application to have dual interfaces - one for english speaking people and one for swedish speaking people. In order to show data about...
  3. A

    Dual interfaces - the same data

    Sorry for bothering you with stupid questions.... I solved this (myself !!!) today. I built a table with three rows. First column have a code number, seccond column have code interpretations in english and third column the same in swedish. On both swedish and english pages i use combo-boxes. I...
  4. A

    Dual interfaces - the same data

    by the help of the Access World Community I am on my way putting up a librarian datbase covering special research litterature about drug addicts. Since I want researchers and practitionairs from all over the world to have access to this "knowledge database" I have constructed forms in both...
  5. A

    Report based on multiple criteria selections

    Thank you for answering! I did understand what you wrote BUT - beeing new to the field - how do I do that "passing of criteria" to a query ?? I would apreciate if you could explain that a little bit further. / Anders
  6. A

    Linking forms

    He,he... YIHPT (Yes it helped YSK (You are so kind) ASG (I am so grateful) ATB (All The Best) ... / Anders
  7. A

    More problems ........

    Hi ! The more answers I get - the more questions is popping up... Anyway - by the help of the Access World Community I am on my way putting up a librarian datbase covering special research litterature about drug addicts. Since I want researchers and practitionairs from all over the world to...
  8. A

    Linking forms

    Hmm... Actually I have an id field creatively labeled "Id" !!! So it was not so difficult to apply your code: DoCmd.OpenForm "FormName", , ,"[ID] = " & Me.FieldWithID HOWEVER - applying that I get a compilation error saying "Method or data member not found". In both forms I however have an...
  9. A

    Buttons with multiple actions

    Hello! Yes of course I will e-mail it to you. However - it is now quite big so I cant not send it to this forum. I will need your e-mail and then send it in zipped form. Then I can not do that right now (sunday night) since I have the latest version at my work. / Anders:)
  10. A

    Linking forms

    Thanks Thanks, Jack. I'll try. / Anders
  11. A

    Report based on multiple criteria selections

    Hi all ! I have been browsing a lot of topics, searching for an answer on my present question - but i found no clue. So this is my (current) problem: I have done a literature database for special litterature. In one part of that database it is possible for end users to classify reports and...
  12. A

    Linking forms

    Hi! By the help of Oldsoftboss I managed to set up a librarin database. Still working on it, I encounter some new problems. One of these problems is that I want two forms to reflect the same reccord. First I had in mind to make it form-subform but of practical/lay-out reasons this does not work...
  13. A

    Buttons with multiple actions

    Hi ! Thank you very much for yor interest and the time you took. Then I have another question. When I populate my forms with some data - they don't show upp next time I start the program - despite they are stored in the right tables. Why is that. Do I have to write some special code for that? I...
  14. A

    Buttons with multiple actions

    Thanks Dave ! :) I posted a reply some days ago - but apparently it did not get through. Anyway - I did what you suggested. However I have more information to put together. So I took a copy of your library table -and added some more fields. Then I brought (copied) some other tables about...
  15. A

    Buttons with multiple actions

    Hi all! I'm trying to set up a librarian database, that should keep track of books and articles in books, magazines and articles in magazines as well as doctorial dissertations and university papers. So I made myself a look-up table containing 1) Books, 2) Mags and 3) papers. I also made three...
Back
Top Bottom