Recent content by arnhemb

  1. A

    How to access and use data from records?

    Thanks a lot, thats exactly part of what i needed, appreciate the help. been struggling on this problem for a while now
  2. A

    How to access and use data from records?

    Hello, posted this in the wrong place earlier, but... I am doing a booking system, and working in VBA I want to check if certain records exist by date. My "bookings" table has 'roomname' and 'date' and 'timeslot' as fields. My query is: strSQL = "SELECT * FROM bookings WHERE...
  3. A

    how: VBA, filter specific records, and access information

    First time member, Hello. And sadly i am saying hello with a problem. I am a relatively new user, and i have a amateur(i think) problem. Doing a booking system, and working in VBA I want to check if certain records exist by date. My "bookings" table has 'roomname' and 'date' and 'timeslot'...
Back
Top Bottom