Search results

  1. K

    Creating text files from a single file

    Can someone help!! I am writing a program to automate my daily work. I am stuck.I want to write some codes that will open a text file and read the command lines in it and generate some files for each command line saving it with seperate sequential file name with "in" extention.For example...
  2. K

    ActiveX control can't create object

    Can someone help. I design a database application that runs well in my computer without any error. I tried to transfer this application in another computer and when I tried to run the application,this error comes up: Run-time error "429" ActiveX component can't create object. When I tried to...
  3. K

    Crosstab and Parameter Query

    Grateful if someone can help me out of the problem below. I'm designing a database for an institutions which is offering more than 400 courses. I want to create a query and subsiquently a report that will display the marks in columns and the courses in a row. I've sucessed in using crosstab and...
  4. K

    User Level Password

    Thanks for your Suggestions. I would prefer the user level password but the last time I used it, the whole Access Application was currupted so I need help on how to go about it without affecting Access Application.
  5. K

    Prevent users from seeing design view of a form

    Can someone help me from preventing users from seeing design views of forms.
  6. K

    Filter customer records who have exceeded their loan period together with amount owed

    The Total Outstanading credit refers to Total Expired Credit.That is we're only interested in the $100 that's expired on the 15th.It will only come up with $600 if the customer fails to honour the two loans after the 25th.
  7. K

    Filter customer records who have exceeded their loan period together with amount owed

    I’m in real trouble here. I need your help. I have two tables: Issues and Payments with the following fields. ISSUES ProductID TransactionDate Quantity UnitCost CreditExpiryDate (14 days after transaction date) CustomerID PAYMENTS CustomerID TransactionDate Amount Goods are issued to...
Back
Top Bottom