Search results

  1. S

    Package & Deplyoment

    I am using Access Developer 2000. Is it possible to add the runtime files of MS Access 97 to my MS Access 2000 application with the Package and Deployment Wizard? If yes, I would download the runtime files somewhere on the net. This would make the package much smaller. Stefan
  2. S

    Runtime problem

    I am trying to find the minimized version of Access runtime (70 MB) under www.microsoft.com. Without success. Can someone indicate me the internet path? Thanks. Stefan
  3. S

    Call add-in by code

    Hello Is there a possibility to call a specific add-in by VBA code instead of doing it manually with the add-in manager? Thanks. Stefan
  4. S

    Access Database on the web

    I would like to offer a free download of one of my MS Access databases in my homepage (freeware). Do you know how I can achieve that with MS Frontpage? Please note that the homepage is not yet on the web but being prepared. Thanks. Stefan
  5. S

    Tricky Date Question

    Thank you all. I will give this a try. Stefan
  6. S

    Tricky Date Question

    Thanks, Brad. Can you give me some idea how to create such an input mask and the placeholders you referring to? Stefan
  7. S

    Blank Subform

    I have a main form with a subform when I delete the only record in the main form, the subform becomes blank (no line, nothing to see). How can I avoid that. I want that the subform shows one blank record line. Thanks. Stefan
  8. S

    Tricky Date Question

    I have seen text boxes with dates entries with the following "effects": The text box shows ##.##.#### in the beginning and the users are supposed to fill in the applicable date. when they enter a 1 first, the text box would show 1#.##.####. When they then enter 4, the text box would show...
  9. S

    GetLineNumber Function

    I tried to implement the DoCmd.requery command. However, I do not know where to add it. Can you help me on this?
  10. S

    GetLineNumber Function

    Thanks I will give a try.
  11. S

    GetLineNumber Function

    Hello I use the GetLineNumber function stated by "Microsoft Support Center" in order to number records on a continous subform. This works beautifully. However, if I add new records or if I delete existing records, the numbering text box does not change or get its new value. This only happens...
  12. S

    Set defalt in a form's control by code

    Do you know how I can set the following: I a user enters a number in a form's control, this number should be stored/set as default in this control. Thus, if the user closes the form and opens it again, the number should still be there. I don't/can't do this with a table. Regards, Stefan
  13. S

    On change event

    Hello Does the "on change event" in a form's text box only work if the user changes the data in the text box manually or also if the data in the text box is changed based on a formula? Thanks. Stefan
  14. S

    Create a 30-day trial version with MDT-2000

    Very nice. Thanks. Stefan
  15. S

    Create a 30-day trial version with MDT-2000

    Hello Oldsoftboss your sample works nicely. One question. If a user sets the computer date back, would the code be useless in such a situation? Stefan.
  16. S

    Tricky Text box question.

    My problem is that I do not know where to add these codes. Can you indicate WHERE to put the code for setting a value for the global variable and WHERE to put the code for retrieving a value for the global variable? Thanks a lot. Stefan
  17. S

    Tricky Text box question.

    I succeeded to find out how I have to create a global module to declare a global variable. However, I do not know how to set the variable in one form and retrieve it in another form. Which on events do I have to use? Can you give me some code samples? Thanks a lot. Stefan
  18. S

    Tricky Text box question.

    I have a form that should get a specific value in a text box when the form is being loaded. The specific value that the text box should take on is saved in a text box in another form and not in a table. Right now I have the following code in the on load event of the form. Private Sub...
  19. S

    Cancel Query

    I have a form with a command button which starts a time-consuming make-table query (about 10 minutes). Is there a way to give the user the possibility to stop an ongoing query? When running the make-table query, MS Access pops up a form which says "please wait.......". On this pop up form I...
  20. S

    VBP ActiveX Control in MS Access Form

    Hello I would like to use a VBP ActiveX Control in a MS Access Form. Is this somehow possible? Thank you. Stefan
Back
Top Bottom