my physics teacher in yr 11 was the absolute worst. he couldnt answer questions, or control the class (people were plugging hoses onto taps and spraying students downstairs right in front of him and he did nothing!). we hardly knew any thing come xam time and the xam he wrote mite have well been...
righteeo,
if i put
set RS = DB.openrecordset(sqlquery)
above
sqlQuery = "SELECT * FROM flights WHERE from ='" & cityfrom.Text & "' and to = '" & cityto.Text & "'"
i gwt runtime error 3078
the microsoft jet database engine cannot find the input table or query. make sure it exists and that...
ok, thanks for that, i'll give it a go. that module you spoke about, well it was actually useless and so i deleted it, but still get that msg saying cant find module.
im trying to, but im not getting anywhere. i dont know what to do with dels suggestion, i dont know where to put cboMyCombo.text into my program. (I know that you have to change the name from mycombo, so thats not the problem)
could somebody please possibly run me through this step by step so...
ok so ive applied the little testBD example to my project and it worked (well it kept displaying a No Match msgbox any way), but i cant apply it to do what i want.
i have a number of combo boxs in form 1. i want the user to select their departure city and date and then those will be the...
ok, ok.
before i posted the reply up where i said what referencing i was using i hadnt actually changed it to DAO 3.6. now i have and that seems to have solved the problem because it now runs through where before it didnt.
im now going to have to play around in order to get my search results...
dbms = ms access 2000
i dunno what format or method, i think DAO if thats what you mean, im only going off the code and msgs you guys posted up in that thread
ok,
thanks for the replies, i need as much help as possible. i went back to that thread on searchs and used the code posted up by sunny.
now when i run the program im getting and error msg saying
runtime error 3343
unrecognised database format (followed by the path of the database im...
Can any body help.....
for my sdd major, ive got a program that allows a user to book an airline flight, very similar to one that you would use for booking flights over the net.
problem is, i have a separate database with a list of flights, departure dates...