Search results

  1. M

    Question Is it possible? PKI infrastructure

    I apologize if the way I asked the question was inappropriate. This forum has helped me a lot on my way of learning Access VB programming and the last thing on my mind was to annoy someone who would read my posts, in any way. Sorry again, and thanks for all the answers, really appreciate all of...
  2. M

    Question Is it possible? PKI infrastructure

    Exactly. Because the description was fairly large (as we can see) I was assuming only people who know what PKI is will try to give answer because they may know it. I'm sorry for not including everyone else by not giving a brief explanation. So, now that we all know what PKI is does anyone...
  3. M

    Question Is it possible? PKI infrastructure

    "One should not answer if the One doesn't know what PKI is." Maybe the more precise and reformulated question should be, "Can PKI be implemented in Windows XP SP2 environment using Access 2007 IDE, and how?" Thank You.
  4. M

    Question Is it possible? PKI infrastructure

    Is it possible to implement PKI infrastructure using Microsoft Access 2007 or any version? If the answer is Yes what is the starting point for creating this. Thank You
  5. M

    Time stamp field

    I thought so, but wanted to check with the pro just in case ;) Thank You Bob
  6. M

    Time stamp field

    I wanna create a time stamp field in accdb database. Which datatype for the field and default value should I use? Thank You.
  7. M

    Form locks itself

    Bah, since no one answered and I'm in a hurry for a solution, I've solved my problem in a different way. :) I tried to avoid form filters and use query defs only but it seems this cannot work this way, so I rid of the need for two queries as forms data source, and am using only one, and I apply...
  8. M

    Form locks itself

    [Solved - Kind of] Form locks itself I recently made some changes to my code and now I'me experiencing a problem when I execute that code the previous form (which is the applications main menu) locks itself and I cannot close it and none of the buttons are working. The new piece of code that I...
  9. M

    Check for text box control source

    Can I check if the text box on the form has its control source missing? If it can can someone provide a code sample please? In which of the forms events could this be best done? I was thinking forms Open event. Thank You.
  10. M

    Scanned Images Database

    I will have the need for scanning handwritten shipment documents, no high quality art. What is the best suited resolution for these kind of documents, A4 format (21 cm x 29 cm). I would like images to be in color. I don't want to store images directly in database, but rather images paths, and...
  11. M

    Scanned Images Database

    The database should be able to store images on scanning and then retrieve them and print if necessary. Is there some special technology in designing these kind of databases? Are there some special scanner devices to use for this purpose? Is there maybe a special software? Where should one start...
  12. M

    Comparing two database back ends

    Thank You. I'll check out and then report.
  13. M

    Comparing two database back ends

    The site doesn't work, do You have direct download? Thank You
  14. M

    Comparing two database back ends

    I have a need to create a function that will compare the changes between two database back ends (which fields are in one and not in other, their types, etc.), and then be able to create all the new tables, fields, etc. from one database to another. I know this is no small task, and I was...
  15. M

    Question Code works in accdb but not in accde

    Thank You for Your answers, I'll refer back as soon as I try this.
  16. M

    Parameter query as forms record source

    First loose the square brackets [] around the ID parameter, then if the data type of the ID is integer You shouldn't write "4" but just 4. The parameter name of any query should be entered as I suggested. I've put the value in the CInt() function because I assumed that the type of parameter is...
  17. M

    Question Finding out why application crashes

    Thank You for Your suggestions, but I think that the problem may be in some record set that is not closed, because on several forms I have many form events (with record set loops) and it is possible that one or more of them are not properly closed. So, because it would be very time consuming to...
  18. M

    David Crake – very sad news

    R.I.P. Dave, You helped a lot on several of my projects.
  19. M

    Taking the whole Input Mask Value not just what is entered

    Because the text You see in the input mask is the text needed on the report, but with the changed numeric value. I just wanted to make it easier for the users, to make as less as mistakes as they could, and to make it more readable for them while they fill the text boxes. If there is a way to...
  20. M

    Question Advanced Object Dependencies Viewer

    I've found something myself http://www.accessdependencychecker.com. I'll check this and report if it has what I need, in the meantime, if there are other solutions feel free to share. Thank You
Top Bottom