Recent content by India_Tech_Geek

  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

    Thanks A Lot Thanks Jon.. :_) It worked..
  4. 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...
  5. I

    Linked Comboboxes

    Please Review Hi M-o-P, I was doing some R&D on the snipplet that you had given. I tried something like the one shown below... This looks to be simpler...so I wonder if it has any adverse effects... Private Sub Combo1_AfterUpdate() Dim strSQL As String strSQL1 = "SELECT DISTINCT "...
  6. I

    Linked Comboboxes

    Thanks!!!! Thanks Mile. U R WONDERFUL!!!!!!!!!!!!!!1
  7. I

    Linked Comboboxes

    Second Part of my Query Thanks a lot Mile. Actually I cud populate the first combo-box. What I need to know is how to populate the second combo-box as I cant specify the RawSource directly in the form "Select column-name from table" as the column-name is infact the selected value of the first...
  8. 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