Search results

  1. M

    installing MS Access database - problem

    Hi, Does anybody know if I can install the MS Access database on a computer that doesn't have MS Access (They have MS Works) Mary
  2. M

    Create controls at run- time

    Thanks, There is a problem with using CreateControl function it works but you need to create a new form, I need to add controls to an existing form
  3. M

    Create controls at run- time

    The database was empty.........
  4. M

    Create controls at run- time

    Hi, I am trying to create controls (combo boxes) at run time. I have tried different things ans nothing seams working. One of the things that I have tried is: For i = 0 To 10 Load Combo5(i) -> Here I receive an error 'Type mismatch' next Mary
  5. M

    saving a new record

    I have found that when I add a new record to an empty table where a primary key is auto number, and click on back button to go back to the previous form a second record is added (I should say for the previous ID). I cannot find what is wrong. When there are records in the table everything...
  6. M

    Adding a new record

    Hi, I have from which a user clicks on a button to add a new record. When a user clicks on that button a new form opens with empty fields. Now for adding a new record I am using ADO. Everything works OK when I have at least one record in a table. I have a problem when the table is empty...
  7. M

    Saving or emailing forms

    Thanks
  8. M

    Saving or emailing forms

    Yes, I want to send the current display... Any code sample will be helpfull:) Thanks;
  9. M

    Saving or emailing forms

    I would like to send the form from access.
  10. M

    Saving or emailing forms

    Does anybody know how to save or email a form ( the view) Mary
  11. M

    Sending a current form

    Hi, Does anybody know how to send or save a current form (the view). Mary
Back
Top Bottom