Search results

  1. G

    Combobox & Add record

    Hi I have a form with 5 fields on it. The primary field (ID number) is a combobox. How can I add new records through the combobox & also edit records. The form has just one Table with all the data. Thanks Geoff
  2. G

    Filter by form (No records Msgbox?)

    HiI have a search form that opens with "filter by form", the problem is if no records are returned the form goes blank, how do I get it to display a msgbox?. I've seen some posts saying use "DCount" If DCount ("*","QueryName")<= 0 then MsgBox "No Records Match" Exit Sub End If But since my...
  3. G

    Last record Problem

    Hi I have a textbox on a form which displays the number of the last record entered. =Last([Table1]![ID Number]) Then problem is when I enter a new record and save it, the last record field doesn't update until I close the form and re-open it. How do I make it update automatically?. Geoff
Back
Top Bottom