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 -...
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...