Database

  • Re: Database


    Quote from pankaj2610;642333

    Good improvement, but it create search record each time when we click Search button, It should not create the double search record.


    Thanks, the dbl entry on AMEND SELECTION is annoying. Perhaps somebody with more VB knowledge then me can decipher what code change is needed, then it really really would be a great spreadsheet.

  • Re: Database


    HOW TO EDIT THE SEARCH/EDIT USERFORM3 AMEND FIELDS FOR YOUR OWN PURPOSES:


    USERFORM3 OBJECT, on the far right side of the userform, are the auto populated AMEND FIELDS, just delete the LABELS boxes & TEXT boxes you no longer needed.


    USERFORM3 CODE, There are 3 sections within the code that need EDITING for the NUMBER OF COLUMNS to auto populate.


    Search code below for headings that start with:

    Private Sub cmdAmend_Click()


    If Not FoundIt Is Nothing Then


    Private Sub ListBox1_Click()

    Example: COLUMNS upto & inc AE that's 28 columns. You'll notice some refs are COLUMN +1, follow this pattern. The 1st row is an ambiguity hence 28 + 1 = 29


    Also USERFORM3 Window HEIGHT & WIDTH is changed within the code so the box fits the contents neatly, browse code for:


    If Not FoundIt Is Nothing Then ...... Me.Height = 425


    Private Sub ListBox1_Click() ...... .Width = 750


  • Re: Database


    NEWEST VERSION includes these instructions however hidden see below on how to reveal: http://www.1sar.karoo.net/DBuserform~ADD,SEARCH&EDITcars.xls 276 kb's

    MACROS: Obviously these spreadsheets have VB coding, hence will prompt to enable Macros on opening file, to do that:
    TOOLS, OPTIONS, SECURITY, MACRO SECURITY, MEDIUM, OK. Then close EXCEL, re-start EXCEL, re-open FILE again, select ENABLE MACRO.


    HIDDEN INSTRUCTIONS: FORMAT, SHEET, UNHIDE, .....INSTRUCTIONS....: Useful on how to edit spreadsheet, or create from new for your own use:

  • Re: Database


    Quote from pankaj2610;642694

    Amazing, Really good lot of things seen for the first time, Keep it up


    Thanks, it's a great database, good looking, quick & easy to use, see HIDDEN sheet of inputUSERinstructions
    Can be edited from code/titles with relative ease, see HIDDEN sheet of RESULTScreateINSTRUCTION.


    QUICK START macro command buttons, all with no faults for SEARCH & ADD/EDIT/UPDATE/BROWSE, even includes photo preview in SEARCH & ADD/EDIT/BROWSE for records in database with photos inserted.


    http://www.1sar.karoo.net/QUICKstartFRONTdb.xls 390 KB's

  • Re: Database


    Why was he banned if i may ask? Is hes coding bad or what. If it is i will not use the codes he made.
    Sorry if its not okay to go so much offtopic on this thread.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!