I am new to programming access w/ vba and i was wondering if i could get a push in the right direction.
I have a table in my database which i need to retrieve information from. the part i am a stuck at, is how do i access this table (cases)?
I eventually want to take every record from the db and write it to a pdf file (once i have the data, i will use the pdf printer to create the file).
My SQL mentality would be to make a cursor and select everything into that cursor, then record by record, create the pdf. Access doesn't support Cursors, so what could be used as a substitute?
Thanks!
Mr. Steve
I have a table in my database which i need to retrieve information from. the part i am a stuck at, is how do i access this table (cases)?
I eventually want to take every record from the db and write it to a pdf file (once i have the data, i will use the pdf printer to create the file).
My SQL mentality would be to make a cursor and select everything into that cursor, then record by record, create the pdf. Access doesn't support Cursors, so what could be used as a substitute?
Thanks!
Mr. Steve