Search results

  1. M

    Web Application Reports

    I want to create web application where, after the database search, the user will be able to print the results but int "print-friendly" format (something like ms access report). What technology is best for this, ASP.NET, Crystal Reports, Java? Thank You
  2. M

    Question Log In Environment

    Where can I find some info about how to create that the users log in in order to use my database, and everything I need to know about this topic? I'm using Access 2007. Thank You
  3. M

    Question Global Variable

    I have rather silly question and I want just to check this. If I put a global variable in a form class module, assign it a value right after declaring it, and then reference it in several functions in that module, those references will have that one assigned value at the top? Thank You
  4. M

    Stopping explorer window to open after unzip

    Stopping explorer window to open after unzip It doesn't work I've tried it. If You omit the second (optional) argument it automatically becomes 1 inside the function and window still opens. In order to stop this window from closing I've fount two modules online. One is...
  5. M

    Stopping explorer window to open after unzip

    [SOLVED] Stopping explorer window to open after unzip I've solved the problem with an API function I've found online. If someone else need it I'll post it on demand. Thank You
  6. M

    Stopping explorer window to open after unzip

    I've found this Unzip Module on net and it works perfect. The only thing that bothers me is that after the unzip operation explorer window, where the files are stored, opens. How do I stop the window from opening? Thank You. Unzip Module: Option Compare Database Option Explicit Declare...
  7. M

    Question Downloading attachments from MS Office Outlook 2007

    I've read that one can integrate Access and Outlook to manipulate e-mails in some way. What I need to do is to open Outlook 2007 form Access 2007, see if there are new mails for the day, open one specific mail, download its attachment and store it somewhere on hdd. Is this possible to do with...
  8. M

    Question Using Import Specification on other machine

    Thanks for giving me a start point. I will definitively try this and post if I have some problems.
  9. M

    Question Using Import Specification on other machine

    I've created Import Specification in my database and I need to use it on the other machine. How do I move it on other machine? Thank You P.S. - I've created two import specifications in my database and none of them is listed when I click on External Data -> Saved Imports. The only place I can...
  10. M

    Import Text - First row of text different that all the rest

    I have a text file I need to import but my problem here is that the first row of that text field contains the data about the text file (which I also need to use), but has different number of fields than the rest of the file. The text file is Fixed-width and each row is 360 characters long but...
  11. M

    Form Filter turns off after click on Save

    Thank You Bob, that clarifies things :) By default I meant the save button on the ribbon.
  12. M

    Form Filter turns off after click on Save

    I have a form where I change some data and it is filtered when loads. After I change the data and click save on the default save button (I haven't yet put my own custom button), the form says unfiltered. What do I need to do to solve this? Thank You
  13. M

    Question Form Access to DBF

    I wanna build an "upgrade" (not in the real sense of word) for the Cobol based program which uses DBF III data base. I'm interested should I bee specially worried about something when I want to export my .accdb Access file format table to that DBF III table? I noticed that DBF III tables "lack"...
  14. M

    Looping 2 recordsets and adding/ updating

    I have one table (tblAccount) in which I hold data, and second one (tblAssign) in which I want to copy specific records from the first table . Records in tblAccount have three important columns. First is Autonumber PK column [intAccountNoID], second is [dteAccountDate] which holds the date...
  15. M

    Form filter by date

    I'm trying to make the data in form filter by [dteMesec] field which holds date which is one month less than today date. Here's the forms onLoad code: Private Sub Form_Load() Dim rs2 As DAO.Recordset Dim dteMesecManje As Variant Dim dteDan As Variant Dim dteGodina As Variant On Error GoTo...
  16. M

    open pdf file using vb code

    Is it possible to import data from the pdf documents as it could be imported from CSV or MS Word files (external sources)? Thanks
  17. M

    licensing an access application

    Thanks Rob. Will examine Your example and post questions if any. Cheers!
  18. M

    What type of form (table) is this and how to recreate it?

    I need to display couple of more fields in this query, but the problem is I don't know how to create this query. If You look at the cross tab query in previous post (the one with relationship window) and You see the second column "0 SKALA", I want to display ow many "0 SKALA" fields in places...
  19. M

    licensing an access application

    That's one amongst the things I am doing, but in order to prevent some average developer, You need to do a little more about security than that. Thanks anyways
Back
Top Bottom