Search results

  1. M

    Access 2007 Listbox Problem

    Hello all, im working with access 2007 and i have a listbox that should display all the records from a table the problem i have is one of the fields is called Index1 and another called File Title as the listbox is displayed it goes: (Table.Field) Loan.LoanID - Loan.Name - Loan.Index1 -...
  2. M

    Run SQL on Another form Listbox

    Hello all, fairly new to VBA/SQL but i know a little bit stuck on this problem Dim Opt1 As String Dim strSQL7 As String Opt1 = Option1.Value If Option1 = True Then strSQL7 = "SELECT Booking.BookingID, Booking.TeacherInitials, Booking.RoomAddress...
Back
Top Bottom