Recent content by prodigy

  1. P

    forms - display fixed number of records

    Thanks a ton...everyone. Will try what you all have suggested.
  2. P

    forms - display fixed number of records

    Hi ! Have come back after a long time....need help ! Require help as follows: My form should display 5 records per page (in Textbox; something like 'continuous form'). Would click 'NEXT' to go/see the next 5 records and likewise... Once they are displayed I would like to edit the records of my...
  3. P

    runtime environment?

    Hi, I have developed an application using MS-Access 2002 for my client. It has front-end (forms+macros+queries+reports, etc) and back-end (with db). Same front-end will be used by multiple users. The client computers do not have MS-Access 2002 and they do not wish to install it either. They only...
  4. P

    find .zip file is password protected ?

    Hi, I would like to know the code to find if ".zip" file is password protected. Pls help. PS: I already have code (for msOutlook) to ensure all attachments send are zipped. Now, need to ensure that the users who send ".zip"-file as attachments in e-mail (msOutlook) are all password protected...
  5. P

    record phone calls to PC using win-phone-dialer

    hi, i hope this is the right forum to ask my query as it relates to windows. i would like to use windows-2000 phone dialer to dial and record phone calls to my PC. How do i do that. any help is appreciated. regards, prodigy.
  6. P

    help telephony application

    dear moniker, thanks for your time and answer to my query. i could understand from your reply that its not only Tapi but more than that. i know languages like vb, c#, c++ also. if you could guide me through on what should be the next step that i must take in order to accomplish the task. i...
  7. P

    help telephony application

    Dear all, have tried searching many sites but of no help. hope this is the right place to ask my query. I would like to develop an application with the help of which I can make phone calls through my PC (windows 2000) and record calls as required. I have come to know that TAPI is the technology...
  8. P

    sql for insert into join tables

    Hi, I have an unbound form that is based on a query. On the Load-event I have populated textboxes with the underlying records (it works fine). The underlying query is based on 2 tables that are joined on (PrimaryKey) Table1.ID = Table2.ID (ForeignKey). The Form has one Add-CmdButton. When the...
  9. P

    programmatically form-subform

    Idea behind programmatical form-subform Hi, I had an idea that if my forms are bounded with tables then my forms would be heavy. In client-server type scenario when the forms are bounded then it pulls the entire table underlying through the netwok creating tracffic and loads of overhead and...
  10. P

    programmatically form-subform

    pls be elaborate Dear Ortaias, Thanks for your time. I am sure that you know the answer to my query. However, I am afraid that I am not able to understand your resolution. If you could elaborately explain on how to go about or if you can just write me the steps. Regards, Prodigy.
  11. P

    programmatically form-subform

    Dear friend, I have been looking all over this forum for a topic like "form-subform". I was trying to catch up with the idea if a form-subform can be made to work programmatically. I know on how to make a "form-subform" work when they are bound but what if they are unbound. 1) I have an unbound...
  12. P

    worth linked to unlinked table

    thanks Hi Allan, Thanks for enlightening me. Your post is really helping me. Regards, Prodigy...
  13. P

    worth linked to unlinked table

    thanks but few doubts left Thanks for the prompt response. I think the response is the answer to my query still have some doubts. If you can help further. I want to know if I there is any diff in the following scenario: 1> A) My client PC has mdb (forms/queries) which has linked tables with db...
  14. P

    worth linked to unlinked table

    Dear friend, I have a question if anyone can help me out. I have as assignment to do for a small firm. Dataentry application primarily with few search and edit functions. This will be used by multi-user. I am yet to decide whether to make the form and the database linked or unlinked. What I mean...
  15. P

    create unbound master detail form

    Hi, I know how to create master-details form based on table and query (and it works). I want to create the same thing programmatically with unbound forms. I have an unbound form that displays records (in textbox) writing VBA code. I have written code for adding, saving, updating, deleting...
Top Bottom