Search results

  1. J

    Displaying "all" in list box to view all record

    i have two tables, tblgroups and tblrecipes on a frmReview i am displaying the groups in a list box so that user selects a group and sees relevant recipes ( which i am displaying in a subform after quering from lstgroups). Default value for lstgroups is "[lstGroups].[ItemData](0)" so that it...
  2. J

    go to a specifc record on another form

    hello i have datasheet display on which double click event i added following Private Sub Name_DblClick(Cancel As Integer) Dim frmMyForm As Form Dim stDocName As String Dim rs As Object, strCriteria As String stDocName = "frmEnterRecipes" strCriteria = "[Name]=" & "'" &...
  3. J

    only selected records

    hi i'm sure this will not be a new problem, but i need help as i'm not that expert, yet. i have made a database for my wife to enter her recipes. two main tables, one containing details and other categories. i have made a form which shows selected recipes depending on categories from combo box...
  4. J

    how to add new values in combo box list

    need help., have a form, have put a combo box to display values from another table, works ok, but when a type a new value, it displays 'not in list', so how to add the value to the table without opening the other table or any other suggestion, should i select values in combo box from a query...
  5. J

    preloader

    i have a relatively larger access database, which takes some time to load... i wonder if it is possible to make some sort of preloader, display some image or splash screen for the time it takes to load.... or some other solution... any suggestion?? thanks
  6. J

    display record depending on selection

    hi i have form which a list box (displaying category of recipe) and a subform which display recipe name depending opon category in listbox, working fine, but each time i open the form it automatically select one same category and display relevant record, how to make it display all the record or...
  7. J

    convert to vb6

    i dont know it is possible or not, may be thought only, any wizard software which can convert full access database to vb6 code to use in vb6..... hmmm
  8. J

    tab control to display alphabatical list

    hi i have a recipe list , i want to use a tab control on form which can display the recipe list in alphabetical order in individual tabs e.g TAB A showing recipe begining with A, and so on.... thanks for any help
  9. J

    Formatted text

    i have memo field, where i want text to be get automatically formatted, when i finish entering ( or better while typing). so that after every period/dot the first letter becomes capital, like a proper sentence. any suggestions.. thanks
  10. J

    Convert to Uppercase

    convert to upcase, access 2002 help me convert field to upper case automatically and save in table in access 2002 thanks
  11. J

    access table in vb6

    i need help to use access table in vb6, trying to create a small application for entering information in vb6, example will really help, i am new to this
  12. J

    .dat file

    :confused: i am just new here, i made a database, but as i enter data the original access file increase in size, is there a way that i can use seperated .dat/txt file to store the data and access it from acess.
Back
Top Bottom