View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jennifer[_2_] Jennifer[_2_] is offline
external usenet poster
 
Posts: 24
Default Making a book catalog? Possible ??

On Jun 7, 3:17 pm, Carlos wrote:
Hi everyone !!

I´m trying to do a catalog, but using a UserForm, i have a database, with
the authors, bookname,number of pages, classification of book ( novel,
romantic, science fiction, etc..) , year of publication and I have the cover
pic.

So I one to make little query userform. Choose by author and display the
information and the picture cover of the books that are in the database or
choose the classification and display by book the information and pic of the
cover and son.

Is like a online catalog, but is personal is for my books and future books,
I love to read, so I keep the information of the future books I would like to
read.

Is this possible ??

Thanks in advance!!!


Hi Carlos. What is your database in? Access? SQL? Something else?

To answer your question - yes, it is possible. I don't think I'd do
it in Excel, though. If your database is in Access, I'd just use that
if I were you.

This is odd - I did this exact thing for a VB programming class I took
in college about 8 years ago. If you want (assuming I can find it) I
can send you the code. Just say the word.

Jennifer