Search results

  1. B

    Refer to a cell in a table imported fromExcel

    Thanks Mate, I will wrap my old mind around this (80yrs). seem the solution
  2. B

    Refer to a cell in a table imported fromExcel

    Thanks mate, I will digest this...2.75 is to round up
  3. B

    Refer to a cell in a table imported fromExcel

    I have a table imported from Excel...(Screenshot below) It relates to freight charges and I am required to programme vba to allow the user to enter say 2.5 Kg and Zone 4 and have the answer 109.75. I have no idea so am looking for any ideas which will be much appreciated Thanks Bob KG...
  4. B

    Search subform for a word or phrase

    Hi I have adapted your code to suit, and it works to find the first matching record...how do I get it to move to the next matching record This form is not a subform but one that opens with an ID from the previous form Here is my code: Private Sub cmdSearch_Click() On Error GoTo...
  5. B

    Search subform for a word or phrase

    Not sure what you mean...what search button? Bob
  6. B

    Search subform for a word or phrase

    Thanks mate will work on that approach Bob
  7. B

    Search subform for a word or phrase

    I have a form (frmContactDetailsPower) with a form (frmProgressiveNotesEntryPower) linked by [StationID] from txtStationID. Form frmProgressiveNotesEntryPower is linked to a table (tblProgressiveNotes). I need to be able to search the table (limited by the StationID) for each instance of a...
  8. B

    Introducing myself

    Hi, I am a selftaught access programmer working for my son's company. I am by no means professional
Back
Top Bottom