Search results

  1. L

    Database structure and table relations for a Library

    Dear All, A data model is suggested for a library and book application (attached file). I got this from the site introduced here in this forum (Industry Data Model). My question is about the tables named : Books_by_Author and Books_by_Category. Books_by_Author is connected to tables Books...
  2. L

    Using variable for Form name?

    Thanks. I still don't get it !!! but I will try to see what happens!? Cheers
  3. L

    Using variable for Form name?

    Sorry , but are Orig Stocktake , orig Status , orig Location fields?
  4. L

    Using variable for Form name?

    Thanks Simon, May be this a simple question but can you tell me where this code is used? Cheers LANA
  5. L

    Using variable for Form name?

    Thanks a lot.
  6. L

    Using variable for Form name?

    Thanks very much. Is there a way to use variable for the controls too? like this : Forma(fff).Textbox1.setfocus Instead of Textbox1 we use a variable ?? Cheers
  7. L

    Using variable for Form name?

    Dear All, Is there a way to use a variable instead of a form name? e.g. FRM1 is a form Forms![FRM1]!textbox1.SetFocus Instead of FRM1 , a variable is used which can be any other form name.?????? Cheers
  8. L

    Question Access "Find" Window

    Thanks a lot. I will try.
  9. L

    Question Access "Find" Window

    Thanks again. I did what you said. It works in one form when I know the form name and the control name, but my problem is something else. I have 12 forms and in each form I have at least one sub-form which shows the data. The search form can be opened from each of 12 forms. NOW in the search...
  10. L

    Question Access "Find" Window

    Nobody really know how to do this? Help please. Really appreciate your time . LANA
  11. L

    Question Access "Find" Window

    Dear Gemma, I tried docmd.findrecord on the form and it's fine BUT I need to do this : When a from is opened and the user goes to specific field (on a sub-form Datasheet) then cliks a "Search" button. A search form opens and asks for a search string. When Search string in entered then it...
  12. L

    Question Access "Find" Window

    Many thanks for the reply. May be this is very simple for you but is it possible to show me how to do it? Docmd.findrecord .... is Ok but how do I define the search field? I have a sub-form which shows the data and I need to search in any field that I set the cursor in. Really appreciate...
  13. L

    Question Access "Find" Window

    ANY Ideas???????????????
  14. L

    Question Access "Find" Window

    Thanks for the reply. Actually no, this is not what I am looking for. I give an example : Lets say we have a form with two sub-forms which show two different data sets. If I go in any one of the fields on the sub-forms then I want to search for one specific data. It should find the data and...
  15. L

    Question SStand alone project in Access 2007 and above

    Dear All, In access 2003 if we make .MDE file, when it is run we see only our project window with its menu tab or tools bar. I need to do this in 2007 and above. I tried but with no success. Maybe this is very simple but I need your help. Thanks. LANA
  16. L

    Question Access "Find" Window

    Dear All, As you definitely know and use Access "Find" window, which finds any data you need in any field the focus is.... Did anybody write a code to do the same thing?? I really appreciate any help in this. Cheers, LANA
  17. L

    Public variable problem

    Thanks a lot. Cheers
  18. L

    Public variable problem

    Thanks . I wrote [A] in the Default Value property. Are you saying that, this does not work in 2010 and must be written as """" & [A] & """" ??
  19. L

    Public variable problem

    What do you mean by this? This does not work on the default value. It returns #ERROR. If the variable name is A then how this must be written?
  20. L

    Public variable problem

    Thanks , I do exactly as you did in your example. It works perfectly on my system. On other systems, variable becomes null and in the text box I get #Name? Cheers LANA
Back
Top Bottom