oRSusers.Open "SELECT UserID, Photo1, UserName, DOB, MySex, ZipCode, YourAge, YourSex, FriendSex, EmailSex, TravelSex, HeadLine, DescribeYourSelf FROM UserData ORDER BY UserID ASC", oConn, adLockReadOnly, adLockReadOnly, adCmdText
oRSzipCodes.Open "SELECT ZIPCode, City, State FROM ZIPCodes WHERE CityType = 'D' ORDER BY ZIPCode ASC" , "DSN=zipcodesdsn ", adLockReadOnly, adLockReadOnly, adCmdText
Not sure what your asking for the âtable structuresââ¦.
Yea, I think a join may just do it. Iâll try that and let you know.
Thanks, Mischa
|