Recent content by AppleEater

  1. A

    Date()

    In the upper window of the builder, the expression Date () is written. When I return to form view, nothing appears...
  2. A

    Date()

    OK. An example. I want to put an unbound field [DateInfo] which will give the info Date () in Shortdate format. When in work status, the [DateInfo] field shows "Name#" as if it doesn't recognize the expression Date (). After that, I would like to calculate (in the same form) the difference...
  3. A

    Date()

    I'm trying to use the expression Date () in some of my forms but it doesn't work. I have to use the Now () expression. What's the problem ? How can I resolve it ? :confused:
  4. A

    DB transformed in EXE

    Exactly that. I want to create an application that can be copied but not modified. Data don't have to be protected, but the structure has to. Also, it is said that it was possible to open that application without opening MS-Access, like an .exe application. How realistic is that ?
  5. A

    DB transformed in EXE

    A few years ago I read that it was possible to transform a database into an .exe application. Can someone guide me into doing so ? Thank you in advance :D
  6. A

    creating a search engine

    My prime objective is to create a simple but practical search engine for a DB. The search will be done in a text field. The user must be able to search 1 or many key words and have a list of results to choose in (much like a web search engine). Does someone have a idea how to do this ...
  7. A

    Table of contents

    :) I didn't try it yet, but I'm sure it's going to help. Thanks a million !
  8. A

    Table of contents

    I had a problem with my computer will sending a new post so maybe you'll encounter the same question from me in the forum. In summary my question is this : Is it possible to create a table of contents in an access report, for the content of tha t report, naturally. :confused: If someone has...
  9. A

    Table of contents

    :p Hi every one ! I'm looking for a way to create a table of content in an access report. Here is the deal. The database contains procedure with a principal taable which has the folliwing fields : ID_Procedure, No_Procedure, Title_Procedure, Content_Procedure, Ref_Procedure, Rev_Procedure...
  10. A

    Access form in word

    Thanks Scott. An example would be a great thing since I'm not very good with vba. :-)
  11. A

    Access form in word

    What is the easiest way to open and use an Access form from a word document, and how can I do it ? Thank you.
  12. A

    Limit the number of records in a form

    Great ! That should do the thing. Ciao !
  13. A

    Limit the number of records in a form

    The same thing would be applicable for a report...
  14. A

    Limit the number of records in a form

    It's pretty simple actually. I have a form where clients enter their name and other data and a subform where they can enter demands and other information. Each demand must be a different record because each one has its particularities. But, we want to limit the number of demands one client...
  15. A

    Limit the number of records in a form

    I hope someone will be able to help me with this one. I use most of Access capabilities except for vba that I do not master actually. So here is my question : What is the easiest way to limit the number of records in a form or subform ? For example, for one client you want to limit to 5 the...
Back
Top Bottom