Recent content by cartleman

  1. C

    Library database help

    Doesn't seem to work... Take a look.
  2. C

    Changing sub-forms on the same form?

    Eh?... Anyway, excellent. Exactly what I was after. :)
  3. C

    Changing sub-forms on the same form?

    Ah you beauty. So so so simple. Shame the result query thing is so ugly and grey I cant change this can I...
  4. C

    Changing sub-forms on the same form?

    I need parameter queries - take a look.
  5. C

    Changing sub-forms on the same form?

    I don't quite understand. I'm a newbie to VB, sorry! The wizard make a form open "on click", but I need a subform on the same form, which it can't do...
  6. C

    Changing sub-forms on the same form?

    Is it possible to change which subform is displayed by pressing a button, on the same form? Each subform is based on a parameter query if that has relavence.
  7. C

    Parameter query in a form

    Got it, cheers.
  8. C

    Parameter query in a form

    The square at the upper left seems to move the subform around - the cursor turns into a hand.... ??
  9. C

    Library database help

    I want to be able to have the background colour different when I open the database file. I do not know how to create a function or anything. I do not know what to do with the word "autoexec" I have next to no VB ability!
  10. C

    Parameter query in a form

    I can't find how to change to continuous view anywhere! Where is it?! Cheers.
  11. C

    Library database help

    No-one?? :o
  12. C

    Parameter query in a form

    Hi. I have a parameter query viewed in a form. How do I show the results in a list rather than singular? Other than a report... Thanks!
  13. C

    Library database help

    Problem 2) I'm useless at VB stuff.. :( Here's the colour change code: Private Sub bChangeToWhite_Click() SetMDIBackGround (16777215) End Sub Do I call the module thing "«Autoexec»" or do I write it in the code somewhere? p.s. its the grey background of the main window, not a form
  14. C

    Library database help

    Problem 1) Change of plan. I need it to say "On Shelf", or "On Loan" rather than a chack box... :o
  15. C

    Library database help

    Hi. Newbie questions here... 1) I am making a library database. I created a simple query to identify books on loan. I need a form to browse all books, not just the unavailible books. However it needs to show that the book is unavailible/onloan (like my query identifies), perhaps by changing...
Back
Top Bottom