Search results

  1. I

    Parameter to a Form

    Hi, I have a form called form1. This form1 can be accessed from many other forms. I have buttons on other forms which when clicked open form1. Now when I load form1, I need a way to find out which button has opened it. How can I do this? Is there anyway to pass a parameter when a...
  2. I

    Mail a Form

    Hi, I am working with MS ACCESS 2000. I have some forms which display graphs depending upon the data on an underlying table. I would like to know how to send the form as such or a graph within the form as an attachment in a mail.. Is it possible to include say a button "Send Mail" on click of...
  3. I

    Combo Box with Date columns from a Table

    I am working with MS ACCESS 2000. I want to display a combo box in a form which will display the column names of a particular table. I know that I can set the combo's RowSourceType to Field List and then set the RowSource to the table I want to display the fields for. Now, if I want only the...
  4. I

    Linked Comboboxes

    HI All, I want to create two combo-boxes in my MS Access 2000 form. The first combo-box displays all column headings of a data-base table(Main_Table) of my Access data-base. When I select a value from the first combo-box, i need the second combo-box to be populated with the all the values of...
Back
Top Bottom