S
SITCFanTN
I have a database that I've built for a mission trip for numerous churches.
i have all the travelers in one table. What I need to do is update the table
quickly when we assign each traveler their hotel, bus number and leader's
name. I'm thinking of doing a select query first by asking "What Church" and
bring in all the travelers from that church. Then I want to update those
travelers with their bus number, hotel name and leader's name. Each traveler
from each church will ride the same bus, stay at the same hotel and have the
same Leader. The exact field names are "HotelID", "BusNoID" and
"ChaperoneID". All of these fields are dropdown boxes and I think this is
what is causing my query from not working. Am I updating these records the
most efficient way. There are over 200 churches and 2000 travelers. I
appreciate your help, thank you.
i have all the travelers in one table. What I need to do is update the table
quickly when we assign each traveler their hotel, bus number and leader's
name. I'm thinking of doing a select query first by asking "What Church" and
bring in all the travelers from that church. Then I want to update those
travelers with their bus number, hotel name and leader's name. Each traveler
from each church will ride the same bus, stay at the same hotel and have the
same Leader. The exact field names are "HotelID", "BusNoID" and
"ChaperoneID". All of these fields are dropdown boxes and I think this is
what is causing my query from not working. Am I updating these records the
most efficient way. There are over 200 churches and 2000 travelers. I
appreciate your help, thank you.